mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
color restart button
This commit is contained in:
@@ -289,7 +289,7 @@ const SystemStatus: FC = () => {
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
onClick={restart}
|
onClick={restart}
|
||||||
disabled={processing}
|
disabled={processing}
|
||||||
color="primary"
|
color="error"
|
||||||
>
|
>
|
||||||
{LL.RESTART()}
|
{LL.RESTART()}
|
||||||
</Button>
|
</Button>
|
||||||
@@ -298,7 +298,7 @@ const SystemStatus: FC = () => {
|
|||||||
variant="outlined"
|
variant="outlined"
|
||||||
onClick={partition}
|
onClick={partition}
|
||||||
disabled={processing}
|
disabled={processing}
|
||||||
color="primary"
|
color="warning"
|
||||||
>
|
>
|
||||||
EMS-ESP Loader
|
EMS-ESP Loader
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user