Skip to content

Commit b84f27b

Browse files
Update server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
Co-authored-by: Dom G. <domgarguilo@apache.org>
1 parent 3a4e0c1 commit b84f27b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • server/monitor/src/main/resources/org/apache/accumulo/monitor/templates

server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@
7979
</a>
8080
<ul class="dropdown-menu dropdown-menu-end">
8181
<li>
82-
<div class="form-check form-check-reverse form-switch">
83-
<input id="autoRefreshSwitch" class="form-check-input" type="checkbox" role="switch">
84-
<label class="form-check-label" for="autoRefreshSwitch">Auto-Refresh</label>
82+
<div class="dropdown-item d-flex justify-content-between align-items-center">
83+
<label class="mb-0" for="autoRefreshSwitch">Auto-Refresh</label>
84+
<div class="form-check form-switch mb-0 ms-3">
85+
<input id="autoRefreshSwitch" class="form-check-input mt-0" type="checkbox" role="switch">
86+
</div>
8587
</div>
8688
</li>
8789
<li><a class="dropdown-item" data-bs-toggle="modal" href="#aboutModal">About</a></li>

0 commit comments

Comments
 (0)