change the main server default view
This commit is contained in:
parent
7ec1a038cc
commit
8eaa522a97
|
@ -73,11 +73,11 @@ div.download-header {
|
||||||
div.panel {
|
div.panel {
|
||||||
padding: 0 18px;
|
padding: 0 18px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
display: none;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.panel.show {
|
div.panel.show {
|
||||||
display: block;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.green {
|
.green {
|
||||||
|
|
|
@ -59,11 +59,11 @@ $def table_contents(color, text, services):
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
<thead class="server-link">
|
<!-- <thead class="server-link">
|
||||||
<tr><th colspan="2">
|
<tr><th colspan="2">
|
||||||
<a href="$output[server]['url']" target="_blank">$output[server]['name']</a>
|
<a href="$output[server]['url']" target="_blank">$output[server]['name']</a>
|
||||||
</th></tr>
|
</th></tr>
|
||||||
</thead>
|
</thead> -->
|
||||||
$for env, services in output[server]['result'].items():
|
$for env, services in output[server]['result'].items():
|
||||||
$ errors = 0
|
$ errors = 0
|
||||||
$for check in services.keys():
|
$for check in services.keys():
|
||||||
|
@ -89,11 +89,11 @@ $def table_contents(color, text, services):
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
<thead class="server-link">
|
<!-- <thead class="server-link">
|
||||||
<tr><th colspan="2">
|
<tr><th colspan="2">
|
||||||
<a href="$output[server]['url']" target="_blank">$output[server]['name']</a>
|
<a href="$output[server]['url']" target="_blank">$output[server]['name']</a>
|
||||||
</th></tr>
|
</th></tr>
|
||||||
</thead>
|
</thead> -->
|
||||||
$for env, services in output[server]['result'].items():
|
$for env, services in output[server]['result'].items():
|
||||||
$ errors = 0
|
$ errors = 0
|
||||||
$for check in services.keys():
|
$for check in services.keys():
|
||||||
|
|
Loading…
Reference in a new issue