mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
enhance instances format
This commit is contained in:
parent
be65fa50b8
commit
ae1004f10e
5 changed files with 6 additions and 6 deletions
|
|
@ -44,6 +44,7 @@ def instances_filter(healths: str, types: Optional[list] = None, methods: Option
|
|||
"text": "instances_search_popover",
|
||||
}
|
||||
],
|
||||
"fieldSize": "sm",
|
||||
},
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ types = ["static", "container"]
|
|||
methods = ["ui", "manual"]
|
||||
healths = ["up", "down", "loading"]
|
||||
|
||||
|
||||
builder = instances_builder(instances)
|
||||
builder = instances_builder(instances=instances, types=types, methods=methods, healths=healths)
|
||||
|
||||
save_builder(page_name="instances", output=builder, script_name="instances")
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -733,8 +733,8 @@ body {
|
|||
@apply h-6 w-6 relative pointer-events-none;
|
||||
}
|
||||
|
||||
.icon-table:not([disabled]) {
|
||||
@apply h-6 w-6 relative pointer-events-none;
|
||||
.icon-table-content {
|
||||
@apply h-6.5 w-6.5 relative pointer-events-none;
|
||||
}
|
||||
|
||||
.icon-list-details {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue