You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/09/23 12:03:07 UTC

[GitHub] [accumulo] milleruntime opened a new issue #2286: Make text alignment consistent in Monitor

milleruntime opened a new issue #2286:
URL: https://github.com/apache/accumulo/issues/2286


   **Describe the bug**
   The text alignment in table cells is different across pages in the monitor. This is due to the 2 different ways we have of creating tables. The older way which uses straight JS functions and jquery, aligns text one way, while datatables aligns text the other way. It would be nice to replace all tables with datatables but that is a lot of work so until that happens we could at least make text alignment consistent between the two.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 2.*


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [accumulo] ctubbsii commented on issue #2286: Make text alignment consistent in Monitor

Posted by GitBox <gi...@apache.org>.
ctubbsii commented on issue #2286:
URL: https://github.com/apache/accumulo/issues/2286#issuecomment-926034060


   Not sure if this is still the case, but I noticed that in the past, we've used tables to store data that didn't need a table (e.g. where there was only a single row of information, and we just put it in a tabular format for lack of design creativity). If that is still the case, instead of switching to datatables or fixing the alignment, it might make sense to just use a different style of display for non-tabular data. Bootstrap has lots of options for visualizing information: badges, jumbotrons, callouts, dialog boxes, lists, panels, headers, buttons, etc.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org