From ba7da23e4bc31f5c74ddd64ef5c69f0f23de502f Mon Sep 17 00:00:00 2001 From: horse69 Date: Tue, 8 May 2012 04:46:12 +0000 Subject: [PATCH] added diagnostics menu item git-svn-id: https://svn.code.sf.net/p/freetel/code@405 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/menu.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mini-asterisk-gui2/menu.js b/mini-asterisk-gui2/menu.js index 3f75d11a..2ae23a77 100644 --- a/mini-asterisk-gui2/menu.js +++ b/mini-asterisk-gui2/menu.js @@ -10,6 +10,7 @@ var menuItems = [ 'Phone System', 'About', 'System Info', + 'Diagnostics', 'Admin', 'FAQ', 'IP Phones', @@ -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 = [ '
Lists your phones and phone lines
', '
Software version and links to web site
', '
Cpu, memory, loadavg info , linux version and installed packages
', + '
Test your phone system components
', '
Change your password, reset the default settings, upgrade software
', '
Frequently asked questions and links to further information
', '
Set up your IP phones
', -- 2.25.1