forked from Github/frigate
Add ability to restart
This commit is contained in:
committed by
Blake Blackshear
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 },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user