apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.03k stars 339 forks source link

Traffic Portal server checks missing management interface column #2000

Closed dneuman64 closed 6 years ago

dneuman64 commented 6 years ago

In traffic ops, there is a column in the server checks page called MGMT for the management interface. This column appears to be missing in Traffic Portal.

mitchell852 commented 6 years ago

This is because in TP, the server checks (cache checks) table is not being dynamically created based on the data it has available.

https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_portal/app/src/modules/private/cacheChecks/cacheChecks.tpl.html#L34

^^ Those columns are "hard-coded" for a lack of a better term. I wasn't aware they had to be dynamically created. Will need to rethink how this table is built.

hbeatty commented 6 years ago

+1 for a fix on this issue.