Revert "Dashboard fixes and enhancements"

This reverts commit 3d30b5d34f.
This commit is contained in:
bergware
2023-06-17 12:06:17 +02:00
parent 3d30b5d34f
commit 0f653bb315
+1 -1
View File
@@ -1319,6 +1319,7 @@ $(function() {
initCharts();
cpuchart.render();
netchart.render();
addProperties();
<?if ($group):?>
dropdown('enter_share');
<?endif;?>
@@ -1345,6 +1346,5 @@ $(function() {
data.txd = txd.tail(netline);
$.post('/webGui/include/InitCharts.php',{cmd:'set',data:JSON.stringify(data)});
});
setTimeout(addProperties,100);
});
</script>