enhance instances format

This commit is contained in:
Jordan Blasenhauer 2024-08-14 14:32:10 +02:00
parent be65fa50b8
commit ae1004f10e
5 changed files with 6 additions and 6 deletions

View file

@ -44,6 +44,7 @@ def instances_filter(healths: str, types: Optional[list] = None, methods: Option
"text": "instances_search_popover",
}
],
"fieldSize": "sm",
},
}
]

View file

@ -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

View file

@ -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