mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Fixed dashboard.js
This commit is contained in:
@@ -188,7 +188,7 @@ $(function() {
|
||||
],
|
||||
hideHover: 'auto'
|
||||
});
|
||||
//Bar chart
|
||||
/*Bar chart
|
||||
var bar = new Morris.Bar({
|
||||
element: 'bar-chart',
|
||||
resize: true,
|
||||
@@ -206,7 +206,7 @@ $(function() {
|
||||
ykeys: ['a', 'b'],
|
||||
labels: ['CPU', 'DISK'],
|
||||
hideHover: 'auto'
|
||||
});
|
||||
});*/
|
||||
//Fix for charts under tabs
|
||||
$('.box ul.nav a').on('shown.bs.tab', function(e) {
|
||||
area.redraw();
|
||||
|
||||
Reference in New Issue
Block a user