dlmarion commented on code in PR #6355:
URL: https://github.com/apache/accumulo/pull/6355#discussion_r3174204402
##########
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:
I'm good with your suggestion. I tried a couple different things and they
didn't turn out better.
--
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]