From 143e99876a85d43f5c12a9234454c2998ce8e09f Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Sat, 6 Feb 2016 17:34:33 -0600 Subject: [PATCH] Ability to categorize networks --- assets/css/main.css | 32 ++----- assets/html/index.html | 81 ++++++++--------- assets/js/graph.js | 130 +++++++++++++++++++++++++++ assets/js/site.js | 200 +++++++---------------------------------- assets/js/util.js | 142 +++++++++++++++++++---------- config.json | 8 +- lib/server.js | 36 ++++++++ servers.json | 102 ++++++++++++++------- 8 files changed, 416 insertions(+), 315 deletions(-) create mode 100644 assets/js/graph.js diff --git a/assets/css/main.css b/assets/css/main.css index 7b9b2b9..eabaf34 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -93,7 +93,7 @@ html, body { } /* Server listing */ -#server-container { +.server-container { width: 1540px; margin: 10px auto; overflow: auto; @@ -130,6 +130,12 @@ html, body { margin-bottom: 2px; } +.category-header { + text-align: center; + display: block; + margin-bottom: 15px; +} + /* Charts */ .chart { height: 100px; @@ -169,30 +175,6 @@ h3 { text-align: center; } -/* Icon Quick jump */ -#quick-jump-container { - position: fixed; - top: 10px; - left: 10px; - overflow: auto; - display: none; -} - -.quick-jump-icon { - height: 24px; - width: 24px; - display: block; - margin-bottom: 2px; - border-radius: 2px; - transition: all 0.1s; -} - -.quick-jump-icon:hover { - cursor: pointer; - height: 42px; - width: 42px; -} - /* The big graph */ #big-graph, #big-graph-controls, #big-graph-checkboxes { width: 1540px; diff --git a/assets/html/index.html b/assets/html/index.html index 2cd7c7a..6cca90b 100644 --- a/assets/html/index.html +++ b/assets/html/index.html @@ -18,52 +18,52 @@
- @@ -73,8 +73,6 @@
-
- @@ -84,8 +82,11 @@ + + +