mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
simplified labels
This commit is contained in:
@@ -19,7 +19,7 @@ const Environments = (props) => {
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
name: 'Ziti Identity',
|
||||
name: 'Identity',
|
||||
selector: row => row.environment.zitiIdentityId,
|
||||
sortable: true,
|
||||
},
|
||||
|
@@ -13,7 +13,7 @@ const Services = (props) => {
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
name: 'Service Id',
|
||||
name: 'Service',
|
||||
selector: row => row.zitiServiceId,
|
||||
sortable: true,
|
||||
},
|
||||
|
Reference in New Issue
Block a user