ctubbsii commented on a change in pull request #2020:
URL: https://github.com/apache/accumulo/pull/2020#discussion_r613427475
##########
File path:
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/modals.ftl
##########
@@ -45,6 +45,10 @@
<div class="col-sm-4 text-right">Instance Id</div>
<div class="col-sm-6 text-left">${instance_id}</div>
</div>
+ <div class="row">
+ <div class="col-sm-4 text-right">Zookeeper Hosts</div>
Review comment:
Trying to keep the capitalization consistent with how the ZooKeeper
project presents it on their website, the `K` should be uppercase.
```suggestion
<div class="col-sm-4 text-right">ZooKeeper Hosts</div>
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]