parent
9088fc8248
commit
81c92d4775
|
@ -45,9 +45,7 @@
|
||||||
<th>'.$row["universe"].'</th>
|
<th>'.$row["universe"].'</th>
|
||||||
<th>'.$row["dmx_address"].'</th>
|
<th>'.$row["dmx_address"].'</th>
|
||||||
<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>
|
<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>
|
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
';
|
';
|
||||||
|
|
Loading…
Reference in New Issue