diff --git a/interface/src/framework/system/SystemStatus.tsx b/interface/src/framework/system/SystemStatus.tsx
index 160d96d2f..4160cb637 100644
--- a/interface/src/framework/system/SystemStatus.tsx
+++ b/interface/src/framework/system/SystemStatus.tsx
@@ -284,15 +284,6 @@ const SystemStatus: FC = () => {
>
{LL.CANCEL()}
- }
- variant="outlined"
- onClick={restart}
- disabled={processing}
- color="error"
- >
- {LL.RESTART()}
-
}
variant="outlined"
@@ -302,6 +293,15 @@ const SystemStatus: FC = () => {
>
EMS-ESP Loader
+ }
+ variant="outlined"
+ onClick={restart}
+ disabled={processing}
+ color="error"
+ >
+ {LL.RESTART()}
+
);