Additions to monitor and bookmarks widgets
This commit is contained in:
parent
5fdc3e3f10
commit
3523562c3a
6 changed files with 96 additions and 17 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<img class="monitor-site-icon" src="{{ .IconUrl }}" alt="" loading="lazy">
|
||||
{{ end }}
|
||||
<div>
|
||||
<a class="size-h3 color-highlight" href="{{ .Url }}" target="_blank" rel="noreferrer">{{ .Title }}</a>
|
||||
<a class="size-h3 color-highlight" href="{{ .Url }}" {{ if not .SameTab }}target="_blank"{{ end }} rel="noreferrer">{{ .Title }}</a>
|
||||
<ul class="list-horizontal-text">
|
||||
{{ if not .Status.Error }}
|
||||
<li>{{ .StatusText }}</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue