From d834534b181f6e1de8e7b330dc28b1f8c9140184 Mon Sep 17 00:00:00 2001 From: Toastman Date: Tue, 5 Apr 2011 16:12:52 +0700 Subject: [PATCH] cosmetics, fix graph display --- release/src/router/www/qos-classify.asp | 3 +- release/src/router/www/qos-classnames.asp | 105 ------------------------------ release/src/router/www/qos-detailed.asp | 3 +- release/src/router/www/qos-graph.svg | 20 ++---- release/src/router/www/qos-graphs.asp | 11 ++-- release/src/router/www/qos-settings.asp | 5 +- 6 files changed, 13 insertions(+), 134 deletions(-) delete mode 100644 release/src/router/www/qos-classnames.asp diff --git a/release/src/router/www/qos-classify.asp b/release/src/router/www/qos-classify.asp index 2f3bb88e19..3754f160c9 100644 --- a/release/src/router/www/qos-classify.asp +++ b/release/src/router/www/qos-classify.asp @@ -110,9 +110,8 @@ // <% nvram("qos_classnames,qos_enable,qos_orules"); %> -var abc = nvram.qos_classnames.split(' '); //Toastman Class Labels +var abc = nvram.qos_classnames.split(' '); // Toastman - configurable class names -// var abc = ['Highest'], 'High', 'Medium', 'Low', 'Lowest', 'A','B','C','D','E'; var ipp2p = [ [0,'IPP2P (disabled)'],[0xFFF,'All IPP2P filters'],[1,'AppleJuice'],[2,'Ares'],[4,'BitTorrent'],[8,'Direct Connect'], diff --git a/release/src/router/www/qos-classnames.asp b/release/src/router/www/qos-classnames.asp deleted file mode 100644 index 4cb7fdf600..0000000000 --- a/release/src/router/www/qos-classnames.asp +++ /dev/null @@ -1,105 +0,0 @@ - HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'> - - - - - -[<% ident(); %>] Set QOS Class Names - - - - - - - - - - - - -
- - - - - -
-
<% ident(); %>
- - - - - - - - -
Set QOS Class Names
-
- -
- - - - -
-
- - - diff --git a/release/src/router/www/qos-detailed.asp b/release/src/router/www/qos-detailed.asp index aa04579e19..e7c9b212e7 100644 --- a/release/src/router/www/qos-detailed.asp +++ b/release/src/router/www/qos-detailed.asp @@ -37,10 +37,9 @@ var Unclassified = ['Unclassified']; -var classNames = nvram.qos_classnames.split(' '); //Toastman Class Labels +var classNames = nvram.qos_classnames.split(' '); // Toastman - configurable class names var abc = Unclassified.concat(classNames); -// var abc = ['Unclassified', 'Highest', 'High', 'Medium', 'Low', 'Lowest', 'Class A','Class B','Class C','Class D','Class E']; var colors = ['F08080','E6E6FA','0066CC','8FBC8F','FAFAD2','ADD8E6','9ACD32','E0FFFF','90EE90','FF9933','FFF0F5']; diff --git a/release/src/router/www/qos-graph.svg b/release/src/router/www/qos-graph.svg index ecee5f38a0..e0712a9a5c 100644 --- a/release/src/router/www/qos-graph.svg +++ b/release/src/router/www/qos-graph.svg @@ -40,27 +40,15 @@ path {