DomGarguilo commented on code in PR #6386:
URL: https://github.com/apache/accumulo/pull/6386#discussion_r3285120174
##########
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/alerts.ftl:
##########
@@ -19,15 +19,15 @@
-->
<br />
- <div class="col-xs-12" id="messages">
- <h5>Messages</h5>
- <table id="messagesTable"
+ <div class="col-xs-12" id="alerts">
+ <h5>Alerts</h5>
+ <table id="alertsTable"
class="table table-bordered table-striped table-condensed"
style="width: 100%;">
<thead>
<tr>
<th class="col-xs-2">Priority</th>
<th class="col-xs-2">Category</th>
- <th class="col-xs-8">Message</th>
+ <th class="col-xs-8">Alert</th>
Review Comment:
Yea maybe just "Message" now? I feel like thats fine after we switch
completely over to Alert. Its the message part of the alert.
--
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]