diff --git a/src/api/static/css/default.css b/src/api/static/css/default.css index 9b7c68a..cb5dabc 100644 --- a/src/api/static/css/default.css +++ b/src/api/static/css/default.css @@ -16,6 +16,17 @@ body { font-size:22px; margin:4px; padding:4px; - height:24px; + height:32px; font-family:sans-serif; + } +.border-bottom{ + border-bottom:1px solid #CAD5E0; +} +.grid { + font-family:helvetica; + font-weight:lighter; + width:47%; + margin:4px; + padding:4px; +} \ No newline at end of file diff --git a/src/api/templates/dashboard.html b/src/api/templates/dashboard.html index eada782..fddfdb8 100644 --- a/src/api/templates/dashboard.html +++ b/src/api/templates/dashboard.html @@ -1,15 +1,19 @@ - + + +iMonitor - -
-
Process Monitoring -
Latest Process Logs
-
-
+
+
Monitoring
+
Trends
+
+
+
Latest Processes
+
+
\ No newline at end of file diff --git a/src/monitor.pyc b/src/monitor.pyc deleted file mode 100644 index 098be59..0000000 Binary files a/src/monitor.pyc and /dev/null differ