mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-15 01:18:30 +00:00
Tweak the badges page
This commit is contained in:
parent
1322bb1123
commit
dbc8ebb73a
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
#status-badges #tag,
|
#status-badges #tag,
|
||||||
#status-badges #check {
|
#status-badges #check {
|
||||||
margin-left: 49px;
|
margin-left: 49px;
|
||||||
width: 200px
|
width: 200px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#status-badges #preview img,
|
#status-badges #preview img,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{% if fmt == "json" %}
|
{% if fmt == "json" %}
|
||||||
<pre class="fetch-json" data-url="{{ url }}"></pre>
|
<pre class="fetch-json" data-url="{{ url }}"></pre>
|
||||||
|
|
||||||
<p>Badge URL</p>
|
<p>JSON endpoint URL</p>
|
||||||
<input
|
<input
|
||||||
class="form-control"
|
class="form-control"
|
||||||
type="text" name=""
|
type="text" name=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue