mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
WIP: dashboard redesign
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Show dashboard page.
|
||||
*/
|
||||
function DisplayDashboard()
|
||||
function DisplayDashboard(&$extraFooterScripts)
|
||||
{
|
||||
|
||||
$status = new StatusMessages();
|
||||
@@ -194,6 +194,7 @@ function DisplayDashboard()
|
||||
"strLinkQuality",
|
||||
"wlan0up"
|
||||
));
|
||||
$extraFooterScripts[] = array('src'=>'app/js/dashboardchart.js', 'defer'=>false);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user