File tree Expand file tree Collapse file tree
src/components/pages/HostDetails Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.0.30
1+ 1.0.31
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ apiVersion: v2
44name : orch-ui-infra
55description : Deploy the Edge-Native Software Platform Infrastructure pod
66type : 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 "
1111dependencies : []
1212annotations : {}
Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments