dlmarion commented on code in PR #6386:
URL: https://github.com/apache/accumulo/pull/6386#discussion_r3283888470


##########
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:
   I wonder if this column should be called 'Alert Message', 'Alert Text', or 
something like that.



-- 
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]

Reply via email to