mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-03 04:15:29 +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 #check {
|
||||
margin-left: 49px;
|
||||
width: 200px
|
||||
width: 200px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#status-badges #preview img,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% if fmt == "json" %}
|
||||
<pre class="fetch-json" data-url="{{ url }}"></pre>
|
||||
|
||||
<p>Badge URL</p>
|
||||
<p>JSON endpoint URL</p>
|
||||
<input
|
||||
class="form-control"
|
||||
type="text" name=""
|
||||
|
|
Loading…
Add table
Reference in a new issue