fixed static label name
This commit is contained in:
parent
9c2c2df9b0
commit
dd0ec52bab
@ -10,7 +10,7 @@ export default function Component({ service }) {
|
|||||||
|
|
||||||
if (printerStatsError && jobStats && jobStats.state==="Offline") {
|
if (printerStatsError && jobStats && jobStats.state==="Offline") {
|
||||||
return <Container service={service}>
|
return <Container service={service}>
|
||||||
<Block label="STATUS" value="Not Operational" />
|
<Block label="octoprint.printer_state" value="Not Operational" />
|
||||||
</Container>
|
</Container>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user