You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/03/14 20:02:11 UTC

[GitHub] rob05c opened a new issue #2008: Change Traffic Portal statuses dropdown to put Admin Down and Reported at the top

rob05c opened a new issue #2008: Change Traffic Portal statuses dropdown to put Admin Down and Reported at the top
URL: https://github.com/apache/incubator-trafficcontrol/issues/2008
 
 
   This is almost a nitpick, but, I was updating a cache's status, and noticed the dropdown is:
   ```OFFLINE
   ONLINE
   REPORTED
   ADMIN_DOWN
   CCR_IGNORE
   PRE_PROD
   ```
   And it occurred to me, that the states at the top are the least common, and should rarely be used. It would provide a better cue to users to do the right thing, if "Reported" and "Admin Down" were at the top, possibly separated by a line, before the others. That is:
   ```
   REPORTED
   ADMIN_DOWN
   ---------------
   OFFLINE
   ONLINE
   CCR_IGNORE
   PRE_PROD
   ```
   
   Again, a really small thing, but it'd make the UI just a little more intuitive, and guide users (in this case, ops) to the right option.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services