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:
Daniel Valdivia
2022-01-18 19:27:34 -08:00
committed by GitHub
parent 67574ff92e
commit 02b6add514

View File

@@ -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}`