mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	Add ability to restart
This commit is contained in:
		
							parent
							
								
									fd61ca20b0
								
							
						
					
					
						commit
						9ee2e776fa
					
				@ -68,7 +68,7 @@ export default function AppBar() {
 | 
			
		||||
        <Dialog
 | 
			
		||||
          onDismiss={handleDismissRestartDialog}
 | 
			
		||||
          title="Restart Frigate"
 | 
			
		||||
          text="Are you sure ?"
 | 
			
		||||
          text="Are you sure?"
 | 
			
		||||
          actions={[
 | 
			
		||||
            { text: 'Yes', color: 'red', onClick: handleClickRestartDialog },
 | 
			
		||||
            { text: 'Cancel', onClick: handleDismissRestartDialog },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user