diff --git a/web/src/locales/en.po b/web/src/locales/en.po index 364a72ae75..41a8c63824 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -1549,6 +1549,7 @@ msgstr "Docker URL" #: src/pages/tenants/TenantForm.ts #: src/pages/tenants/TenantListPage.ts +#: src/pages/tenants/TenantListPage.ts msgid "Domain" msgstr "Domain" diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po index de7d1134c9..6d2f4df27d 100644 --- a/web/src/locales/fr_FR.po +++ b/web/src/locales/fr_FR.po @@ -1538,6 +1538,7 @@ msgstr "URL Docker" #: src/pages/tenants/TenantForm.ts #: src/pages/tenants/TenantListPage.ts +#: src/pages/tenants/TenantListPage.ts msgid "Domain" msgstr "Domaine" diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index fea023855a..d3904a531b 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -1541,6 +1541,7 @@ msgstr "" #: src/pages/tenants/TenantForm.ts #: src/pages/tenants/TenantListPage.ts +#: src/pages/tenants/TenantListPage.ts msgid "Domain" msgstr "" diff --git a/web/src/locales/tr.po b/web/src/locales/tr.po index 0fc2cb55f6..9b933d86e6 100644 --- a/web/src/locales/tr.po +++ b/web/src/locales/tr.po @@ -1521,6 +1521,7 @@ msgstr "Docker URL'si" #: src/pages/tenants/TenantForm.ts #: src/pages/tenants/TenantListPage.ts +#: src/pages/tenants/TenantListPage.ts msgid "Domain" msgstr "Alan Adı" diff --git a/web/src/pages/tenants/TenantListPage.ts b/web/src/pages/tenants/TenantListPage.ts index 02dbbb6904..6bc9e67057 100644 --- a/web/src/pages/tenants/TenantListPage.ts +++ b/web/src/pages/tenants/TenantListPage.ts @@ -58,6 +58,9 @@ export class TenantListPage extends TablePage { return html` { + return [{ key: t`Domain`, value: item.domain }]; + }} .usedBy=${(item: Tenant) => { return new CoreApi(DEFAULT_CONFIG).coreTenantsUsedByList({ tenantUuid: item.tenantUuid, @@ -78,7 +81,7 @@ export class TenantListPage extends TablePage { row(item: Tenant): TemplateResult[] { return [ html`${item.domain}`, - html` + html` ${item._default ? t`Yes` : t`No`} `, html`