mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add ability to restart
This commit is contained in:
parent
04c8b089a5
commit
e1b341788d
@ -70,7 +70,7 @@ export default function AppBar() {
|
|||||||
title="Restart Frigate"
|
title="Restart Frigate"
|
||||||
text="Are you sure ?"
|
text="Are you sure ?"
|
||||||
actions={[
|
actions={[
|
||||||
{ text: 'Yes' color: 'red', onClick: handleClickRestartDialog },
|
{ text: 'Yes', color: 'red', onClick: handleClickRestartDialog },
|
||||||
{ text: 'Cancel', onClick: handleDismissRestartDialog },
|
{ text: 'Cancel', onClick: handleDismissRestartDialog },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user