Some stile tweeks

This commit is contained in:
JonatanRek 2020-08-31 22:45:05 +02:00
parent 6b0ab2d0ba
commit 50bd53561e
2 changed files with 4 additions and 2 deletions

View File

@ -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();
} }

View File

@ -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>