added diagnostics menu item
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 8 May 2012 04:46:12 +0000 (04:46 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 8 May 2012 04:46:12 +0000 (04:46 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@405 01035d8c-6547-0410-b346-abe4f91aad63

mini-asterisk-gui2/menu.js

index 3f75d11a15d7492375e65f19917e5151a0fac136..2ae23a7774eb70719284801b4297bd88845c8dbf 100644 (file)
@@ -10,6 +10,7 @@ var menuItems = [
     '<a href="phones.html">Phone System</a>',
     '<a href="about.html">About</a>',
     '<a href="system.html">System Info</a>',
+    '<a href="diagnostics.html">Diagnostics</a>',
     '<a href="admin.sh">Admin</a>',
     '<a href="faq.sh">FAQ</a>',
     '<a href="ipphones.sh">IP Phones</a>',
@@ -22,6 +23,7 @@ var menuTips = [
     'phones_tip',
     'about_tip',
     'system_tip',
+    'diagnostics_tip',
     'admin_tip',
     'faq_tip',
     'ipphones_tip',
@@ -34,6 +36,7 @@ var menuToolTips = [
     '<div id="phones_tip" class="tip">Lists your phones and phone lines</div>',
     '<div id="about_tip" class="tip">Software version and links to web site</div>',
     '<div id="system_tip" class="tip">Cpu, memory, loadavg info , linux version and installed packages</div>',
+    '<div id="diagnostics_tip" class="tip">Test your phone system components</div>',
     '<div id="admin_tip" class="tip">Change your password, reset the default settings, upgrade software</div>',
     '<div id="faq_tip" class="tip">Frequently asked questions and links to further information</div>',
     '<div id="ipphones_tip" class="tip">Set up your IP phones</div>',