erwindon commented on a change in pull request #3890:
URL: https://github.com/apache/activemq-artemis/pull/3890#discussion_r776789221



##########
File path: 
artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/browse.js
##########
@@ -491,6 +491,9 @@ var Artemis;
              if (isNaN(timestamp) || typeof timestamp !== "number") {
                 return timestamp;
              }
+             if (timestamp === 0) {
+                return "none";

Review comment:
       That would be fine too.
   I always avoided N/A because it has 2 meanings (Collins), or 3 relevant 
meanings (Webster), or even 4 meanings (Wikipedia). But that is more the 
uncertainty of myself as a non-native speaker :-)
   I'll update this PR. Additionally, the only-and-rare occurrence of `n/a` 
will be replaced by `N/A`.




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