Skip to content

Commit 827c34e

Browse files
committed
fix(ui): sync node label headers and menu text
1 parent 786bf5d commit 827c34e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

kubernetes_monitoring.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ def watch_node_monitoring_by_creation() -> None:
22702270
"Name",
22712271
"Status",
22722272
"Roles",
2273-
"NodeGroup",
2273+
label_column_title,
22742274
"Zone",
22752275
"Version",
22762276
"CreatedAt",
@@ -2433,7 +2433,7 @@ def watch_unhealthy_nodes() -> None:
24332433
"Name",
24342434
"Status",
24352435
"Reason",
2436-
"NodeGroup",
2436+
label_column_title,
24372437
"Zone",
24382438
"Version",
24392439
"CreatedAt",
@@ -2859,16 +2859,19 @@ def main_menu() -> str:
28592859
("5", "Pod Monitoring (전체/정상/비정상 Pod 개수 출력)"),
28602860
(
28612861
"6",
2862-
"Pod Monitoring (CPU/Memory 사용량 높은 순 정렬) [NodeGroup 필터링 가능]",
2862+
"Pod Monitoring (CPU/Memory 사용량 높은 순 정렬) [노드 라벨 필터링 가능]",
2863+
),
2864+
(
2865+
"7",
2866+
"Node Monitoring (생성된 순서) [AZ, 선택 라벨 표시 및 필터링 가능]",
28632867
),
2864-
("7", "Node Monitoring (생성된 순서) [AZ, NodeGroup 표시 및 필터링 가능]"),
28652868
(
28662869
"8",
2867-
"Node Monitoring (Unhealthy Node 확인) [AZ, NodeGroup 표시 및 필터링 가능]",
2870+
"Node Monitoring (Unhealthy Node 확인) [AZ, 선택 라벨 표시 및 필터링 가능]",
28682871
),
28692872
(
28702873
"9",
2871-
"Node Monitoring (CPU/Memory 사용량 높은 순 정렬) [NodeGroup 필터링 가능]",
2874+
"Node Monitoring (CPU/Memory 사용량 높은 순 정렬) [노드 라벨 필터링 가능]",
28722875
),
28732876
("Q", "Quit"),
28742877
]

0 commit comments

Comments
 (0)