Dashboard fixes and enhancements

This commit is contained in:
bergware
2023-06-17 12:04:02 +02:00
parent 504eb0a741
commit 3d30b5d34f

View File

@@ -1319,7 +1319,6 @@ $(function() {
initCharts();
cpuchart.render();
netchart.render();
addProperties();
<?if ($group):?>
dropdown('enter_share');
<?endif;?>
@@ -1346,5 +1345,6 @@ $(function() {
data.txd = txd.tail(netline);
$.post('/webGui/include/InitCharts.php',{cmd:'set',data:JSON.stringify(data)});
});
setTimeout(addProperties,100);
});
</script>