mirror of https://github.com/statping/statping
parent
f4092bc198
commit
350579074c
|
@ -1,7 +1,7 @@
|
||||||
{{ define "footer"}}
|
{{ define "footer"}}
|
||||||
<div class="footer text-center mb-4 p-2">
|
<div class="footer text-center mb-4 p-2">
|
||||||
{{ if CoreApp.Footer.String }}
|
{{ if CoreApp.Footer.String }}
|
||||||
{{ CoreApp.Footer.String }}
|
{{ safe CoreApp.Footer.String }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a href="https://github.com/hunterlong/statping" target="_blank">Statping {{VERSION}} made with <i class="text-danger fas fa-heart"></i></a> | <a href="/dashboard">Dashboard</a>
|
<a href="https://github.com/hunterlong/statping" target="_blank">Statping {{VERSION}} made with <i class="text-danger fas fa-heart"></i></a> | <a href="/dashboard">Dashboard</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="footer">Custom Footer</label>
|
<label for="footer">Custom Footer</label>
|
||||||
<textarea rows="4" name="footer" class="form-control" id="footer">{{ .Footer.String }}</textarea>
|
<textarea rows="4" name="footer" class="form-control" id="footer">{{ .Footer.String }}</textarea>
|
||||||
|
<small class="form-text text-muted">HTML is allowed inside the footer</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.79.99
|
0.80.0
|
Loading…
Reference in New Issue