dlmarion commented on code in PR #6355:
URL: https://github.com/apache/accumulo/pull/6355#discussion_r3174121636
##########
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl:
##########
@@ -78,7 +78,12 @@
<span style="font-size: 1.2em;" class="bi
bi-three-dots-vertical"></span>
</a>
<ul class="dropdown-menu dropdown-menu-end">
- <li><a class="dropdown-item auto-refresh"
style="cursor:pointer">Auto-Refresh</a></li>
+ <li>
+ <div class="form-check form-check-reverse form-switch">
+ <input id="autoRefreshSwitch" class="form-check-input"
type="checkbox" role="switch">
+ <label class="form-check-label"
for="autoRefreshSwitch">Auto-Refresh</label>
+ </div>
Review Comment:
Yeah, the `form-check-reverse` right aligns it, but also puts the switch on
the right. I surprised the switch is still on the right with your changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]