suseendhiran
This commit is contained in:
parent
c74b906f0d
commit
5fd6c7b0b5
8
app/views/googlesheet.code-workspace
Normal file
8
app/views/googlesheet.code-workspace
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../../../../googlesheet"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<title id="title_status">Status</title>
|
||||
@ -556,7 +533,7 @@
|
||||
</div>
|
||||
<div class = "header6"><h1><i style="font-size:18px;color:black"></i> <strong>Database Services</strong></h1></div>
|
||||
<div class = "header7">
|
||||
<table id="tab-des">
|
||||
<table id="tab-des" style="height: 10%;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Database</th>
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user