mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
improved user experience
This commit is contained in:
parent
dc732f192c
commit
e6f5dbabf4
@ -52,7 +52,7 @@ export default function DialogRestart({ show, setShow }) {
|
|||||||
{ text: 'Cancel', onClick: handleDismiss } ]}
|
{ text: 'Cancel', onClick: handleDismiss } ]}
|
||||||
/>
|
/>
|
||||||
) : detectRestarted != null && (
|
) : detectRestarted != null && (
|
||||||
<Dialog title={dialogTitle} text="This page should refresh as soon as the server is up and running." />
|
<Dialog title={dialogTitle} text="This page should refresh as soon as the server is up and running…" />
|
||||||
)}
|
)}
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user