Some stile tweeks
This commit is contained in:
		@@ -18,4 +18,6 @@ if (!empty ($_POST)){
 | 
			
		||||
		$deviceManager = new DeviceManager ();
 | 
			
		||||
		$deviceManager->edit ($_POST['deviceId'], array ('command' => $_POST['deviceCommand']));
 | 
			
		||||
	}
 | 
			
		||||
	header('Location: ./');
 | 
			
		||||
	die();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -21,10 +21,10 @@
 | 
			
		||||
			?>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="col-md-9 main-body">
 | 
			
		||||
			<table>
 | 
			
		||||
			<table class="table is-fluid">
 | 
			
		||||
				<thead>
 | 
			
		||||
					<tr>
 | 
			
		||||
						<th>Icon</th>
 | 
			
		||||
						<th>#</th>
 | 
			
		||||
						<th>Name</th>
 | 
			
		||||
						<th>Firmware</th>
 | 
			
		||||
						<th>Mac</th>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user