Add ability to restart

This commit is contained in:
ElMoribond 2021-06-23 15:24:57 +02:00 committed by Blake Blackshear
parent a1b0f48742
commit 203c063119

View File

@ -70,7 +70,7 @@ export default function AppBar() {
title="Restart Frigate"
text="Are you sure ?"
actions={[
{ text: 'Yes' color: 'red', onClick: handleClickRestartDialog },
{ text: 'Yes', color: 'red', onClick: handleClickRestartDialog },
{ text: 'Cancel', onClick: handleDismissRestartDialog },
]}
/>