fix(ui): format

This commit is contained in:
Aleksandr Tcitlionok
2024-12-06 04:06:05 +00:00
parent cf2a223a35
commit 956ad10e1c

View File

@@ -112,8 +112,8 @@ def display_kubernetes_nodes():
table.add_column("CPU", justify="right", style="yellow") table.add_column("CPU", justify="right", style="yellow")
table.add_column("Memory (MiB)", justify="right", style="cyan") table.add_column("Memory (MiB)", justify="right", style="cyan")
table.add_column("Storage (GB)", justify="right", style="green") table.add_column("Storage (GB)", justify="right", style="green")
table.add_column("Instance Type", style="blue") table.add_column("Type", style="blue")
table.add_column("Pods Allocatable", justify="right", style="magenta") table.add_column("Max Pods", justify="right", style="magenta")
table.add_column("Time on Duty", justify="right", style="magenta") table.add_column("Time on Duty", justify="right", style="magenta")
nodes = v1.list_node() nodes = v1.list_node()