You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2022/02/17 22:12:00 UTC

[trafficcontrol] branch master updated (280bdfb -> 246499f)

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

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


    from 280bdfb  Add running db/admin for Traffic Vault in TO upgrade example (#6573)
     add 246499f  Convert Tpv2 "Users" page to an AG-Grid table (#6571)

No new revisions were added by this update.

Summary of changes:
 experimental/traffic-portal/package-lock.json      | 6620 ++++++--------------
 experimental/traffic-portal/package.json           |    8 +-
 .../src/app/core/users/users.component.html        |   47 +-
 .../src/app/core/users/users.component.spec.ts     |   86 +-
 .../src/app/core/users/users.component.ts          |  265 +-
 .../generic-table/generic-table.component.ts       |    4 +
 .../traffic-portal/src/app/shared/shared.module.ts |    4 +
 .../email-cell-renderer.component.html}            |    0
 .../email-cell-renderer.component.scss}            |    0
 .../email-cell-renderer.component.spec.ts          |   45 +
 .../email-cell-renderer.component.ts}              |   41 +-
 .../telephone-cell-renderer.component.html}        |    0
 .../telephone-cell-renderer.component.scss}        |    0
 .../telephone-cell-renderer.component.spec.ts      |   44 +
 .../telephone-cell-renderer.component.ts}          |   40 +-
 15 files changed, 2353 insertions(+), 4851 deletions(-)
 copy experimental/traffic-portal/src/app/shared/table-components/{ssh-cell-renderer/ssh-cell-renderer.component.html => email-cell-renderer/email-cell-renderer.component.html} (100%)
 copy experimental/traffic-portal/src/app/shared/table-components/{ssh-cell-renderer/ssh-cell-renderer.component.scss => email-cell-renderer/email-cell-renderer.component.scss} (100%)
 create mode 100644 experimental/traffic-portal/src/app/shared/table-components/email-cell-renderer/email-cell-renderer.component.spec.ts
 copy experimental/traffic-portal/src/app/shared/table-components/{update-cell-renderer/update-cell-renderer.component.ts => email-cell-renderer/email-cell-renderer.component.ts} (57%)
 copy experimental/traffic-portal/src/app/shared/table-components/{ssh-cell-renderer/ssh-cell-renderer.component.html => telephone-cell-renderer/telephone-cell-renderer.component.html} (100%)
 copy experimental/traffic-portal/src/app/shared/table-components/{ssh-cell-renderer/ssh-cell-renderer.component.scss => telephone-cell-renderer/telephone-cell-renderer.component.scss} (100%)
 create mode 100644 experimental/traffic-portal/src/app/shared/table-components/telephone-cell-renderer/telephone-cell-renderer.component.spec.ts
 copy experimental/traffic-portal/src/app/shared/table-components/{update-cell-renderer/update-cell-renderer.component.ts => telephone-cell-renderer/telephone-cell-renderer.component.ts} (59%)