Skip to content

Commit

Permalink
Update display configuration page for Bootstrap 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed May 9, 2024
1 parent 26dbb05 commit b506d5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/setup_displays.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</thead>
<tbody id="displayContainer"></tbody>
</table>
<button type="button" class="btn btn-primary pull-right" onclick="reloadAllDisplays();">
<button type="button" class="btn btn-danger float-end" onclick="reloadAllDisplays();">
Force Reload of All Displays
</button>
</div>
Expand All @@ -50,16 +50,16 @@
oninput="markChanged(this);" />
</td>
<td>
<button type="button" class="btn btn-info btn-xs" title="Save Changes"
<button type="button" class="btn btn-primary btn-sm" title="Save Changes"
onclick="configureDisplay('{{"{{DisplayConfiguration.Id}}"}}');">
<i class="glyphicon glyphicon-ok"></i>
<i class="bi-check-lg"></i>
</button>
<button type="button" class="btn btn-primary btn-xs" title="Undo Changes" onclick="undoChanges();">
<i class="glyphicon glyphicon-arrow-left"></i>
<button type="button" class="btn btn-danger btn-sm" title="Undo Changes" onclick="undoChanges();">
<i class="bi-arrow-left"></i>
</button>
<button type="button" class="btn btn-success btn-xs" title="Reload Display"
<button type="button" class="btn btn-success btn-sm" title="Reload Display"
onclick="reloadDisplay('{{"{{DisplayConfiguration.Id}}"}}');">
<i class="glyphicon glyphicon-refresh"></i>
<i class="bi-arrow-clockwise"></i>
</button>
</td>
</tr>
Expand Down

0 comments on commit b506d5b

Please sign in to comment.