better urls for api stuff & fixed chart AR box position on mobile

This commit is contained in:
2016-04-01 15:01:18 +02:00
parent f4a702ed0d
commit 42f869de61
18 changed files with 42 additions and 49 deletions
+2 -2
View File
@@ -4,13 +4,13 @@
$root = $prod ? '' : 'http://192.168.1.13';
$menu = [
'home' => [ $prod ? '/' : '/page_status.php', 'Home' ],
'home' => [ $prod ? '/status' : '/page_status.php', 'Home' ],
'wifi' => [ $prod ? '/wifi' : '/page_wifi.php', 'WiFi config' ],
'waveform' => [ $prod ? '/waveform' : '/page_waveform.php', 'Waveform' ],
'fft' => [ $prod ? '/fft' : '/page_fft.php', 'FFT' ],
// 'spectrogram' => [ '/spectrogram', 'Spectrogram' ],
// 'transient' => [ '/transient', 'Power-on transient' ],
'about' => [ $prod ? '/about' : '/page_about.php', 'About' ],
'about' => [ $prod ? '/about' : '/page_about.php', 'About' ],
];
$appname = 'Current Analyser';