pre-commit
This commit is contained in:
parent
69b4d26107
commit
f4dd1d63f1
@ -20,10 +20,7 @@ export default function Component({ service }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Container service={service}>
|
<Container service={service}>
|
||||||
<Block
|
<Block label="openwrt.uptime" value={t("common.uptime", { value: uptime })} />
|
||||||
label="openwrt.uptime"
|
|
||||||
value={t("common.uptime", { value: uptime })}
|
|
||||||
/>
|
|
||||||
<Block label="openwrt.cpuLoad" value={cpuLoad} />
|
<Block label="openwrt.cpuLoad" value={cpuLoad} />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user