Make view button for tenant available regardless of it being online (#1411)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -192,7 +192,6 @@ const TenantListItem = ({ tenant, classes }: ITenantListItem) => {
|
||||
<RBIconButton
|
||||
tooltip={"View Tenant"}
|
||||
text={"View"}
|
||||
disabled={!tenantIsOnline(tenant)}
|
||||
onClick={() => {
|
||||
history.push(
|
||||
`/namespaces/${tenant.namespace}/tenants/${tenant.name}`
|
||||
|
||||
Reference in New Issue
Block a user