From e851931073b81815ef3fec9e4621f3b3ad818330 Mon Sep 17 00:00:00 2001 From: peusterm Date: Wed, 11 Jan 2017 20:56:14 +0100 Subject: [PATCH] basic mockup --- dashboard/css/main.css | 28 +++--------------- dashboard/index.html | 65 +++++++++++++++++++++++++++++++++++------- 2 files changed, 58 insertions(+), 35 deletions(-) diff --git a/dashboard/css/main.css b/dashboard/css/main.css index bbcdc59..6e409e0 100644 --- a/dashboard/css/main.css +++ b/dashboard/css/main.css @@ -11,30 +11,10 @@ body { #content { } -#input_filter { - width: 100px; -} - -.tbl-timestamp { - font-size: 10px; - color: #2b669a; +.tbl-head { + font-weight: bold; + border-bottom: 1px solid #2c3e50; + background-color: #1a242f; } -.tbl-message { - font-size: 14px; -} - -.tbl-address { - font-size: 14px; - vertical-align: middle; -} - -.tbl-cat { - font-size: 14px; - vertical-align: middle; -} - -.unitbutton { - cursor: pointer; -} diff --git a/dashboard/index.html b/dashboard/index.html index 4ef59b6..a6d3199 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -1,4 +1,5 @@ - + + @@ -7,7 +8,8 @@ MeDICINE Dashboard - + + @@ -28,8 +30,12 @@ -
- +
+
+

MeDICINE Dashboard

+ +
+
@@ -60,15 +65,53 @@
-
Messages 0Lateness: -
+
Running Containers 0Lateness: -
+ + + + + + + + + + + + + + + + + + + + + +
DatacenterContainerImagedocker0Status
sonata-pop1vnf1mpeuster/firewall172.10.4.12running
sonata-pop2vnf3mpeuster/l4_fw172.10.4.13running
+ + + + + + + + + + + + + + + +
LabelInt. NameSwitchNum. ContainersMetadata Items
sonata-pop1dc1dc1.s120
-
(c) 2017 by Manuel Peuster (manuel.peuster [at] upb.de)
+ -- 2.17.1