From 323a5c4965c5d2fca67953baac294c9f721575a8 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Wed, 5 Aug 2020 11:42:46 +0300 Subject: [PATCH] docs: add alt texts to images --- docs/en/UI/Angular/Multi-Tenancy.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/en/UI/Angular/Multi-Tenancy.md b/docs/en/UI/Angular/Multi-Tenancy.md index c71d26adc4..94b3954a03 100644 --- a/docs/en/UI/Angular/Multi-Tenancy.md +++ b/docs/en/UI/Angular/Multi-Tenancy.md @@ -3,9 +3,7 @@ ABP Angular UI supports the multi-tenancy. The following features related to multi-tenancy are available in the startup templates. -

- -

+![Tenants Page](./images/tenants-page.png)

Tenants page

On the page above, you can; @@ -16,9 +14,7 @@ On the page above, you can; - Delete a tenant. -

- -

+![Tenant Switching Component](./images/tenant-switching-box.png)

Tenant Switching Component

You can switch between existing tenants by using the tenant switching component in the child pages of the `AccountLayoutComponent` (like Login page). Angular UI sends the selected tenant id sends to the backend as `__tenant` header on each request.