mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
minor UI nits
This commit is contained in:
parent
cd5f8e39c4
commit
ba032f72cc
2 changed files with 2 additions and 3 deletions
|
|
@ -353,7 +353,7 @@ details[open] > .card-header::before {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: 1.1em;
|
font-size: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 0 0.25rem;
|
padding: 0 0.25rem;
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
hx-target="#apps-list"
|
hx-target="#apps-list"
|
||||||
hx-swap="innerHTML">
|
hx-swap="innerHTML">
|
||||||
{{.Label}}
|
{{.Label}}
|
||||||
<span class="tooltip">{{if (index .Subscriptions 0).Tooltip}}{{(index .Subscriptions 0).Tooltip}}{{else}}Click to disable{{end}}</span>
|
|
||||||
</button>
|
</button>
|
||||||
{{else}}
|
{{else}}
|
||||||
<button type="button" class="channel-badge channel-{{.Channel}} badge-inactive"
|
<button type="button" class="channel-badge channel-{{.Channel}} badge-inactive"
|
||||||
|
|
@ -36,7 +35,7 @@
|
||||||
hx-delete="/apps/{{$app.AppName}}/subscriptions/{{.ID}}"
|
hx-delete="/apps/{{$app.AppName}}/subscriptions/{{.ID}}"
|
||||||
hx-target="#apps-list"
|
hx-target="#apps-list"
|
||||||
hx-swap="innerHTML"
|
hx-swap="innerHTML"
|
||||||
hx-confirm="Delete this subscription?">×</button>
|
hx-confirm="Delete this channel?">×</button>
|
||||||
</span>
|
</span>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue