mirror of
https://github.com/unraid/webgui.git
synced 2026-01-09 02:59:52 -06:00
Dashboard fixes and enhancements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user