diff --git a/ui/src/Environments.js b/ui/src/Environments.js index 4eac32a5..f49019f1 100644 --- a/ui/src/Environments.js +++ b/ui/src/Environments.js @@ -19,7 +19,7 @@ const Environments = (props) => { sortable: true, }, { - name: 'Ziti Identity', + name: 'Identity', selector: row => row.environment.zitiIdentityId, sortable: true, }, diff --git a/ui/src/Services.js b/ui/src/Services.js index b7bc9b06..942f3d5e 100644 --- a/ui/src/Services.js +++ b/ui/src/Services.js @@ -13,7 +13,7 @@ const Services = (props) => { sortable: true, }, { - name: 'Service Id', + name: 'Service', selector: row => row.zitiServiceId, sortable: true, },