From c8a106c47565da5c6b430284e2ffacf6dd4c7a89 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 6 May 2012 23:09:07 +0000 Subject: [PATCH] split out system info from about git-svn-id: https://svn.code.sf.net/p/freetel/code@399 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/menu.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mini-asterisk-gui2/menu.js b/mini-asterisk-gui2/menu.js index 259c6ed9..3f75d11a 100644 --- a/mini-asterisk-gui2/menu.js +++ b/mini-asterisk-gui2/menu.js @@ -9,6 +9,7 @@ var menuItems = [ 'Phone System', 'About', + 'System Info', 'Admin', 'FAQ', 'IP Phones', @@ -20,6 +21,7 @@ var menuItems = [ var menuTips = [ 'phones_tip', 'about_tip', + 'system_tip', 'admin_tip', 'faq_tip', 'ipphones_tip', @@ -30,7 +32,8 @@ var menuTips = [ var menuToolTips = [ '
Lists your phones and phone lines
', - '
Boring information like software version numbers
', + '
Software version and links to web site
', + '
Cpu, memory, loadavg info , linux version and installed packages
', '
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