fix(ui): format
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user