frontend improvements
This commit is contained in:
@@ -13,14 +13,16 @@ function pg($key, $bc, $path) {
|
||||
}
|
||||
|
||||
pg('cfg_wifi', 'cfg', '/cfg/wifi');
|
||||
pg('cfg_wifi_conn', '', '/wifi/connecting'); // page without menu that tries to show the connection progress
|
||||
pg('cfg_network', 'cfg', '/cfg/network');
|
||||
pg('cfg_term', 'cfg', '/cfg/term');
|
||||
pg('about', 'cfg', '/about');
|
||||
pg('help', 'cfg', '/help');
|
||||
pg('about', 'cfg page-about', '/about');
|
||||
pg('help', 'cfg page-help', '/help');
|
||||
pg('term', 'term', '/');
|
||||
|
||||
// technical
|
||||
// ajax API
|
||||
pg('wifi_set', '', '/wifi/set');//'/cfg/wifi/set');
|
||||
pg('wifi_scan', '', '/wifi/scan');//'/cfg/wifi/scan');
|
||||
pg('wifi_connstatus', '', '/wifi/connstatus');
|
||||
|
||||
return $pages;
|
||||
|
||||
Reference in New Issue
Block a user