You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/07/14 17:26:15 UTC

[trafficcontrol] branch master updated (aa99c36 -> e30df53)

This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from aa99c36  Remove unused backend_max_connections option from cdn.conf (#5997)
     add e30df53  TP: Create AG-Grid Component and Convert DS Server Assignment & Cache Checks (#6005)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   4 +-
 traffic_portal/app/src/app.js                      |   3 +
 .../modules/table/agGrid/CommonGridController.d.ts |  70 ++++
 .../modules/table/agGrid/CommonGridController.js   | 390 +++++++++++++++++++++
 .../src/common/modules/table/agGrid/grid.tpl.html  |  83 +++++
 .../modules/{chart/bps => table/agGrid}/index.js   |   4 +-
 .../TableAssignDSServersController.js              |  89 ++---
 .../table.assignDSServers.tpl.html                 |  20 +-
 .../private/cacheChecks/CacheChecksController.js   | 107 +++---
 .../private/cacheChecks/cacheChecks.tpl.html       |  45 +--
 .../PageObjects/DeliveryServicePage.po.ts          |   9 +-
 11 files changed, 647 insertions(+), 177 deletions(-)
 create mode 100644 traffic_portal/app/src/common/modules/table/agGrid/CommonGridController.d.ts
 create mode 100644 traffic_portal/app/src/common/modules/table/agGrid/CommonGridController.js
 create mode 100644 traffic_portal/app/src/common/modules/table/agGrid/grid.tpl.html
 copy traffic_portal/app/src/common/modules/{chart/bps => table/agGrid}/index.js (85%)