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