Skip to content

Commit dcf1e43

Browse files
authored
Comment out powerInfo object (#271)
1 parent 21ce6f8 commit dcf1e43

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

apps/infra/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.30
1+
1.0.31

apps/infra/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ apiVersion: v2
44
name: orch-ui-infra
55
description: Deploy the Edge-Native Software Platform Infrastructure pod
66
type: application
7-
version: 1.0.30
7+
version: 1.0.31
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

10-
appVersion: "1.0.30"
10+
appVersion: "1.0.31"
1111
dependencies: []
1212
annotations: {}

apps/infra/src/components/pages/HostDetails/HostDetails.tsx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
Empty,
1111
Flex,
1212
MetadataDisplay,
13-
Status,
1413
TrustedCompute,
1514
TypedMetadata,
1615
} from "@orch-ui/components";
@@ -306,13 +305,13 @@ const HostDetails: React.FC = () => {
306305
}) ?? []),
307306
];
308307

309-
const powerInfo = {
310-
indicatorIcon:
311-
host.powerStatusIndicator === "STATUS_INDICATION_IDLE"
312-
? Status.Ready
313-
: Status.Unknown,
314-
message: host.powerStatus ?? "Unknown",
315-
};
308+
// const powerInfo = {
309+
// indicatorIcon:
310+
// host.powerStatusIndicator === "STATUS_INDICATION_IDLE"
311+
// ? Status.Ready
312+
// : Status.Unknown,
313+
// message: host.powerStatus ?? "Unknown",
314+
// };
316315

317316
const handleStartPress = () => {
318317
patchHost({

0 commit comments

Comments
 (0)