change the main server default view

This commit is contained in:
saravanan30erd 2020-03-09 16:32:33 +04:00
parent 7ec1a038cc
commit 8eaa522a97
2 changed files with 6 additions and 6 deletions

View File

@ -73,11 +73,11 @@ div.download-header {
div.panel {
padding: 0 18px;
background-color: white;
display: none;
display: block;
}
div.panel.show {
display: block;
display: none;
}
.green {

View File

@ -59,11 +59,11 @@ $def table_contents(color, text, services):
<br>
<table width=100%>
<thead class="server-link">
<!-- <thead class="server-link">
<tr><th colspan="2">
<a href="$output[server]['url']" target="_blank">$output[server]['name']</a>
</th></tr>
</thead>
</thead> -->
$for env, services in output[server]['result'].items():
$ errors = 0
$for check in services.keys():
@ -89,11 +89,11 @@ $def table_contents(color, text, services):
<br>
<table width=100%>
<thead class="server-link">
<!-- <thead class="server-link">
<tr><th colspan="2">
<a href="$output[server]['url']" target="_blank">$output[server]['name']</a>
</th></tr>
</thead>
</thead> -->
$for env, services in output[server]['result'].items():
$ errors = 0
$for check in services.keys():