diff --git a/html5/index.html b/html5/index.html index 2a74e10..f209634 100644 --- a/html5/index.html +++ b/html5/index.html @@ -157,13 +157,13 @@
- +
- +
diff --git a/html5/style.css b/html5/style.css index 6406ccf..f61321a 100644 --- a/html5/style.css +++ b/html5/style.css @@ -38,7 +38,6 @@ hr { font-family: Courier New, Courier, monospace; } - .custom-btn-group { margin-top: 2%; border: 5px solid #b2afaf; @@ -93,6 +92,24 @@ hr { transform: scale(1.05); } +.log-row { + color: #4fa80b; + font-size: 14px; + font-family: Courier New, Courier, monospace; + margin-top: 0.5%; +} + +.log-title { + color: #7c737f; + font-size: 12px; +} + +.btn-green { + background-color: #1ed931; + color: #000000; + border-color: #000000; +} + @font-face { font-family: pixel; src: url('./fonts/pixel.otf'); diff --git a/scripts/logs_loop/start.py b/scripts/logs_loop/start.py index 85e1cf1..d1ce692 100644 --- a/scripts/logs_loop/start.py +++ b/scripts/logs_loop/start.py @@ -116,7 +116,7 @@ def compute_line(api_response_line, container):

-
+
Namespace
Pod
Container
@@ -139,7 +139,7 @@ def compute_line(api_response_line, container):
-
+
{api_response_line}
"""