|
@@ -63,7 +63,7 @@ export default function AppBar() {
|
|
<MenuSeparator />
|
|
<MenuSeparator />
|
|
<MenuItem icon={FrigateRestartIcon} label="Restart Frigate" onSelect={handleRestart} />
|
|
<MenuItem icon={FrigateRestartIcon} label="Restart Frigate" onSelect={handleRestart} />
|
|
</Menu>
|
|
</Menu>
|
|
- ) : null},
|
|
|
|
|
|
+ ) : null}
|
|
{showDialog ? (
|
|
{showDialog ? (
|
|
<Dialog
|
|
<Dialog
|
|
onDismiss={handleDismissRestartDialog}
|
|
onDismiss={handleDismissRestartDialog}
|
|
@@ -74,7 +74,7 @@ export default function AppBar() {
|
|
{ text: 'Cancel', onClick: handleDismissRestartDialog },
|
|
{ text: 'Cancel', onClick: handleDismissRestartDialog },
|
|
]}
|
|
]}
|
|
/>
|
|
/>
|
|
- ) : null},
|
|
|
|
|
|
+ ) : null}
|
|
{showDialogWait ? (
|
|
{showDialogWait ? (
|
|
<Dialog
|
|
<Dialog
|
|
title="Restart in progress"
|
|
title="Restart in progress"
|