From 0791a4c2c960e94990255dfd6bb8a2ed7fe3e29f Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Thu, 3 Oct 2024 09:43:37 +0300 Subject: [PATCH] CSS fixes --- app/templates/agent-list.php | 2 +- app/templates/config-list-configjs.php | 2 +- app/templates/config-list-interfaceconfigjs.php | 2 +- app/templates/page-header.php | 1 - public_html/static/css/agents.css | 11 ----------- public_html/static/css/main.css | 11 +++++++++++ 6 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 public_html/static/css/agents.css diff --git a/app/templates/agent-list.php b/app/templates/agent-list.php index ff4b83c..9e96a03 100644 --- a/app/templates/agent-list.php +++ b/app/templates/agent-list.php @@ -30,5 +30,5 @@

-
click a button to fetch data from the agent.
+
click a button to fetch data from the agent.
diff --git a/app/templates/config-list-configjs.php b/app/templates/config-list-configjs.php index 842cf90..bfd6e8a 100644 --- a/app/templates/config-list-configjs.php +++ b/app/templates/config-list-configjs.php @@ -12,7 +12,7 @@ view raw file contents

-
+
 
diff --git a/app/templates/config-list-interfaceconfigjs.php b/app/templates/config-list-interfaceconfigjs.php
index acb40dc..d37a23a 100644
--- a/app/templates/config-list-interfaceconfigjs.php
+++ b/app/templates/config-list-interfaceconfigjs.php
@@ -12,7 +12,7 @@
                             view raw file contents
 
                         

-
+
 
diff --git a/app/templates/page-header.php b/app/templates/page-header.php
index ac3a95e..028210a 100644
--- a/app/templates/page-header.php
+++ b/app/templates/page-header.php
@@ -25,7 +25,6 @@
     
 
     
-    
 
     Jilo Web
     
diff --git a/public_html/static/css/agents.css b/public_html/static/css/agents.css
deleted file mode 100644
index 7583683..0000000
--- a/public_html/static/css/agents.css
+++ /dev/null
@@ -1,11 +0,0 @@
-
-.agent_result {
-    text-align: left;
-    font-family: monospace;
-    white-space: pre-wrap;
-    background-color: #f4f4f4;
-    padding: 10px;
-    border: 1px solid #ccc;
-    border-radius: 5px;
-    overflow-x: auto;
-}
diff --git a/public_html/static/css/main.css b/public_html/static/css/main.css
index 1931dc4..92e709a 100644
--- a/public_html/static/css/main.css
+++ b/public_html/static/css/main.css
@@ -172,3 +172,14 @@
 .th-time {
     width: 200px;
 }
+
+.results {
+    text-align: left;
+    font-family: monospace;
+    white-space: pre-wrap;
+    background-color: #f4f4f4;
+    padding: 10px;
+    border: 1px solid #ccc;
+    border-radius: 5px;
+    overflow-x: auto;
+}