mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(admin): add stop toggle and badge to route editor UI
This commit is contained in:
parent
feada32e83
commit
ab98c84896
5 changed files with 24 additions and 0 deletions
|
|
@ -361,6 +361,12 @@ main {
|
|||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.badge.stop {
|
||||
background: var(--bad-dim);
|
||||
color: var(--bad);
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.card-actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue