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;
|
||||
border: none;
|
||||
color: inherit;
|
||||
font-size: 1.1em;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
padding: 0 0.25rem;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
hx-target="#apps-list"
|
||||
hx-swap="innerHTML">
|
||||
{{.Label}}
|
||||
<span class="tooltip">{{if (index .Subscriptions 0).Tooltip}}{{(index .Subscriptions 0).Tooltip}}{{else}}Click to disable{{end}}</span>
|
||||
</button>
|
||||
{{else}}
|
||||
<button type="button" class="channel-badge channel-{{.Channel}} badge-inactive"
|
||||
|
|
@ -36,7 +35,7 @@
|
|||
hx-delete="/apps/{{$app.AppName}}/subscriptions/{{.ID}}"
|
||||
hx-target="#apps-list"
|
||||
hx-swap="innerHTML"
|
||||
hx-confirm="Delete this subscription?">×</button>
|
||||
hx-confirm="Delete this channel?">×</button>
|
||||
</span>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue