added configure button

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 01:55:52 +01:00
parent aa1f281a49
commit 9088fc8248
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
<th>'.$row["dmx_address"].'</th> <th>'.$row["dmx_address"].'</th>
<th> <th>
<form action="./settings.php?id='.$row["mac_address"].'"> <form action="./settings.php?id='.$row["mac_address"].'">
<button type="submit" class="btn btn-secondary">Configure</button> <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> </form>
</th> </th>
</tr> </tr>