forked from GithubBackups/healthchecks
UI tweak for the special case when the account has no tags.
This commit is contained in:
parent
1b7d4f6f3e
commit
780796dc2a
@ -30,10 +30,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table td.overall-status {
|
.table td.overall-status {
|
||||||
padding-top: 32px;
|
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table td.have-tags {
|
||||||
|
padding-top: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
#badges-json {
|
#badges-json {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
URLs. If you wish, you can add them to your READMEs,
|
URLs. If you wish, you can add them to your READMEs,
|
||||||
dashboards or status pages.
|
dashboards or status pages.
|
||||||
</p>
|
</p>
|
||||||
{% if urls %}
|
|
||||||
|
|
||||||
<div id="b-format" class="btn-group" data-toggle="buttons">
|
<div id="b-format" class="btn-group" data-toggle="buttons">
|
||||||
<label id="show-svg" class="btn btn-default active">
|
<label id="show-svg" class="btn btn-default active">
|
||||||
@ -52,7 +51,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="overall-status" colspan="2">Overall status:</td>
|
<td class="overall-status {% if urls %}have-tags{% endif %}" colspan="2">Overall status:</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@ -74,7 +73,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="overall-status" colspan="2">Overall status:</td>
|
<td class="overall-status {% if urls %}have-tags{% endif %}"" colspan="2">Overall status:</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="json-response" data-url="{{ master.json }}">
|
<td class="json-response" data-url="{{ master.json }}">
|
||||||
@ -83,13 +82,6 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
|
||||||
<p>
|
|
||||||
To get started with status badges, add some tags to
|
|
||||||
your checks!
|
|
||||||
</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user