pari: trunk r14 - in /trunk/config: schwing.html stylesheets/schwing.css
asterisk-gui-commits at lists.digium.internal
asterisk-gui-commits at lists.digium.internal
Wed Sep 6 16:49:29 CDT 2006
Author: pari
Date: Wed Sep 6 16:49:28 2006
New Revision: 14
URL: http://svn.digium.com/view/asterisk-gui?rev=14&view=rev
Log:
Added Status tab
Modified:
trunk/config/schwing.html
trunk/config/stylesheets/schwing.css
Modified: trunk/config/schwing.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/schwing.html?rev=14&r1=13&r2=14&view=diff
==============================================================================
--- trunk/config/schwing.html (original)
+++ trunk/config/schwing.html Wed Sep 6 16:49:28 2006
@@ -79,10 +79,10 @@
// "Music on hold sometimes keeps people less angry while they wait for an answer."),
new PanelDef("menus", "Voice Menus", "accordion-icon.gif",
- "Menus allow for more efficient routing of calls from incoming callers.")
-
-// new PanelDef("networking", "Networking", "accordion-icon.gif",
-// "Configures network functionality.")
+ "Menus allow for more efficient routing of calls from incoming callers."),
+
+ new PanelDef("status", "Status", "accordion-icon.gif", "Monitor active channels.")
+
);
astmanEngine.setURL('../../rawman');
Modified: trunk/config/stylesheets/schwing.css
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/stylesheets/schwing.css?rev=14&r1=13&r2=14&view=diff
==============================================================================
--- trunk/config/stylesheets/schwing.css (original)
+++ trunk/config/stylesheets/schwing.css Wed Sep 6 16:49:28 2006
@@ -50,3 +50,35 @@
font-size : 14px;
}
+/* From astman.css - for use in status tab to show active channels */
+.chanlist {
+ border : 1px solid #1f669b;
+ height : 150px;
+ overflow : auto;
+ background-color : #f1f1f1;
+ width : 570;
+}
+
+.chantable {
+ border : 0px;
+ background-color : #f1f1f1;
+ width : 99%;
+}
+
+.labels {
+ background-color : #000000;
+ color : #ffffff;
+}
+
+.chanlisteven {
+ background-color : #fff8e4;
+}
+
+.chanlistodd {
+ background-color : #f0f5ff;
+}
+
+.light {
+ color : #717171;
+}
+/* end of - From astman.css */
More information about the asterisk-gui-commits
mailing list