-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TP convert ag-grid tables to component #6031
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't finished looking through this, but about to be done for the day
traffic_portal/app/src/common/modules/table/agGrid/CommonGridController.js
Outdated
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/agGrid/grid.tpl.html
Outdated
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/cdnNotifications/TableCDNNotificationsController.js
Outdated
Show resolved
Hide resolved
...ortal/app/src/common/modules/table/deliveryServiceJobs/TableDeliveryServiceJobsController.js
Outdated
Show resolved
Hide resolved
...app/src/common/modules/table/deliveryServiceServers/TableDeliveryServiceServersController.js
Outdated
Show resolved
Hide resolved
...app/src/common/modules/table/deliveryServiceServers/TableDeliveryServiceServersController.js
Show resolved
Hide resolved
...app/src/common/modules/table/deliveryServiceServers/TableDeliveryServiceServersController.js
Outdated
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/changeLogs/TableChangeLogsController.js
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/jobs/table.jobs.tpl.html
Outdated
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/notifications/TableNotificationsController.js
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/servers/TableServersController.js
Outdated
Show resolved
Hide resolved
traffic_portal/app/src/common/modules/table/servers/TableServersController.js
Outdated
Show resolved
Hide resolved
...ortal/app/src/common/modules/table/deliveryServiceJobs/TableDeliveryServiceJobsController.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breadcrumb links appear broken.
- Go to Topologies -> Cache Groups
- Click on a Cache Group
- Click on More -> View Servers
- Click on "Cache Groups" in the breadcrumbs
- It tries to take you to
https://localhost/$ctrl.bcGetHref(bc)
which can't load, the page shows a single
The entire page content is just
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /$ctrl.bcGetHref(bc)</pre>
</body>
</html>
All bread crumbs that had a custom href were broken, fixed now. |
What does this PR (Pull Request) do?
It converts several ag-grid tables to the
common-grid-component
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Ensure the new pages still work, subtle functionality might be different since different versions of the ag-grid code exist.
The following pages have been changed:
The following criteria are ALL met by this PR
Additional Information
The only remaining unconverted tables are deliveryservice and it's derivatives.