From 5fd6c7b0b5842b083ff3622cc61f4f46b4d7fde9 Mon Sep 17 00:00:00 2001 From: suseendhiran17 <58357088+suseendhiran17@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:14:06 +0530 Subject: [PATCH] suseendhiran --- app/views/googlesheet.code-workspace | 8 ++++++ app/views/status.ejs | 37 ++++++---------------------- 2 files changed, 15 insertions(+), 30 deletions(-) create mode 100644 app/views/googlesheet.code-workspace diff --git a/app/views/googlesheet.code-workspace b/app/views/googlesheet.code-workspace new file mode 100644 index 0000000..df99e6f --- /dev/null +++ b/app/views/googlesheet.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "../../../../googlesheet" + } + ], + "settings": {} +} \ No newline at end of file diff --git a/app/views/status.ejs b/app/views/status.ejs index b550f9f..f91c592 100644 --- a/app/views/status.ejs +++ b/app/views/status.ejs @@ -405,6 +405,7 @@ font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 87%; + height: 50%; } #tab-des th , #tab-des td { @@ -412,7 +413,7 @@ width: 0em; padding: 8px; text-align: center; - font-size: larger; + font-size: xx-large; } #tab-des tr:nth-child(even){background-color: #f2f2f2;} @@ -428,33 +429,6 @@ background-color: #04AA6D; color: white; } - - /* #tab-des-2 { - font-family: Arial, Helvetica, sans-serif; - border-collapse: collapse; - width: 87%; - top: 100px; - } - - #tab-des-2 td, #tab-des-2 th { - border: 1px solid #ddd; - width: 0em; - padding: 8px; - text-align: center; - } - - #tab-des-2 tr:nth-child(even){background-color: #f2f2f2;} - - #tab-des-2 tr:hover {background-color: #ddd;} - - #tab-des-2 th { - padding-top: 12px; - padding-bottom: 12px; - text-align: center; - background-color: #04AA6D; - color: white; - } */ - .xd-content .xd-body .xd-body-inner { max-height: unset; } @@ -465,6 +439,9 @@ .xd-content .xd-button.xd-ok { background: #734caf; } + .index .btn{ + font-size: xx-large; + } } Status @@ -556,7 +533,7 @@

Database Services

- +
@@ -592,7 +569,7 @@ console.log(sts); $.ajax({ type: "post", - url: "/api_monitor/api/SingleApiStatus", + url: "/api/SingleApiStatus", data: {api : api}, success: function(response) { if (response.success == true)
Database