Skip to content

Commit

Permalink
Merge 6cdb58d into 272d17a
Browse files Browse the repository at this point in the history
  • Loading branch information
pixcc authored Jun 5, 2024
2 parents 272d17a + 6cdb58d commit 550735d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ydb/core/cms/ui/sentinel_state.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ TPDiskState[253] = "Timeout";
TPDiskState[254] = "NodeDisconnected";
TPDiskState[255] = "Unknown";

const EPDiskStatus = [
"UNKNOWN",
"ACTIVE",
"INACTIVE",
"BROKEN",
"FAULTY",
"TO_BE_REMOVED",
];
const EPDiskStatus = {
0: "UNKNOWN",
1: "ACTIVE",
2: "INACTIVE",
3: "BROKEN",
5: "FAULTY",
6: "TO_BE_REMOVED",
};

const PDiskHeaders = [
"PDiskId",
Expand Down

0 comments on commit 550735d

Please sign in to comment.