change the main server default view
This commit is contained in:
parent
7ec1a038cc
commit
8eaa522a97
|
@ -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 {
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue