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/26 15:04:21 UTC

[trafficcontrol] branch master updated (563fa7d -> bbb175f)

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 563fa7d  Fix CLI flags being ignored in traffic_vault_migrate (#6006)
     add bbb175f  TP convert ag-grid tables to component (#6031)

No new revisions were added by this update.

Summary of changes:
 .../modules/table/agGrid/CommonGridController.d.ts |  24 +-
 .../modules/table/agGrid/CommonGridController.js   |  55 ++-
 .../src/common/modules/table/agGrid/grid.tpl.html  |  24 +-
 .../TableCacheGroupServersController.js            |  30 ++
 .../table.cacheGroupServers.tpl.html               |  93 +----
 .../TableCDNNotificationsController.js             |  29 ++
 .../table.cdnNotifications.tpl.html                |  58 +--
 .../table/cdnServers/TableCDNServersController.js  |  14 +
 .../table/cdnServers/table.cdnServers.tpl.html     |  92 +----
 .../table/changeLogs/TableChangeLogsController.js  | 205 +---------
 .../table/changeLogs/table.changeLogs.tpl.html     |  45 +--
 .../TableDeliveryServiceJobsController.js          |  18 +
 .../table.deliveryServiceJobs.tpl.html             |  58 +--
 .../TableDeliveryServiceServersController.js       |  88 ++++-
 .../table.deliveryServiceServers.tpl.html          |  96 +----
 .../modules/table/jobs/TableJobsController.js      | 236 ++---------
 .../common/modules/table/jobs/table.jobs.tpl.html  |  56 +--
 .../notifications/TableNotificationsController.js  | 243 ++----------
 .../notifications/table.notifications.tpl.html     |  56 +--
 .../TablePhysLocationServersController.js          |  14 +
 .../table.physLocationServers.tpl.html             |  90 +----
 .../TableProfileServersController.js               |  14 +
 .../profileServers/table.profileServers.tpl.html   |  90 +----
 .../table/servers/TableServersController.js        | 439 +++++++--------------
 .../modules/table/servers/table.servers.tpl.html   |  91 +----
 .../statusServers/TableStatusServersController.js  |  18 +
 .../statusServers/table.statusServers.tpl.html     |  91 +----
 .../TableTopologyServersController.js              |  27 ++
 .../topologyServers/table.topologyServers.tpl.html |  88 +----
 .../typeServers/TableTypeServersController.js      |  18 +
 .../table/typeServers/table.typeServers.tpl.html   |  89 +----
 traffic_portal/app/src/styles/theme.scss           |   2 +-
 .../test/integration/PageObjects/ServersPage.po.ts |   3 +-
 33 files changed, 614 insertions(+), 1980 deletions(-)