removed form

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-17 01:56:33 +01:00
parent 9088fc8248
commit 81c92d4775
+1 -3
View File
@@ -45,9 +45,7 @@
<th>'.$row["universe"].'</th>
<th>'.$row["dmx_address"].'</th>
<th>
<form action="./settings.php?id='.$row["mac_address"].'">
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#configureModal" data-id="'.$row["mac_address"].'" data-universe="'.$row["universe"].'" data-dmx-address="'.$row["dmx_address"].'">Configure</button>
</form>
<button type="button" class="btn btn-secondary" data-toggle="modal" data-target="#configureModal" data-id="'.$row["mac_address"].'" data-universe="'.$row["universe"].'" data-dmx-address="'.$row["dmx_address"].'">Configure</button>
</th>
</tr>
';