ocket8888 commented on a change in pull request #3680: TP: adds the ability to 
rearrange table columns as well as toggle column visibility/searchability
URL: https://github.com/apache/trafficcontrol/pull/3680#discussion_r295438157
 
 

 ##########
 File path: 
traffic_portal/app/src/common/modules/table/types/table.types.tpl.html
 ##########
 @@ -34,18 +47,19 @@
             <thead>
                 <tr class="headings">
                     <th>Name</th>
-                    <th>Use In Table</th>
                     <th>Description</th>
+                    <th>Last Updated</th>
+                    <th>Use In Table</th>
 
 Review comment:
   I hate this name, because it's tying our UI directly to object 
representation in the database, which is meant to be opaque to Traffic Portal. 
But I don't have a better suggestion, so if you don't either, I guess it's fine.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to