From 8436f7d2c3cf6f2d8f06ac5ef48700471391b710 Mon Sep 17 00:00:00 2001 From: Fabio Tranchitella Date: Wed, 27 Nov 2024 08:12:42 +0100 Subject: [PATCH] fix: render images inline in Multi-Tenancy Changelog: None Ticket: MEN-7791 Signed-off-by: Fabio Tranchitella --- 02.Overview/13.Multi-Tenancy/docs.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/02.Overview/13.Multi-Tenancy/docs.md b/02.Overview/13.Multi-Tenancy/docs.md index dd6924316..575a16e95 100644 --- a/02.Overview/13.Multi-Tenancy/docs.md +++ b/02.Overview/13.Multi-Tenancy/docs.md @@ -142,21 +142,21 @@ container. For on-premise installations you can find the Tenant ID by listing th After you log in to the Tenant that is a Service Provider, you will see an empty tenants list: -[Service provider main view empty](sp0.png) +![Service provider main view empty](sp0.png) Starting here you can add a new Tenant: -[Service provider add](sp0-add.png) +![Service provider add](sp0-add.png) And it will appear in the list: -[Service provider add](sp1.png) +![Service provider add](sp1.png) Now there are additional operations you can perform on it, by clicking the details link: -[Service provider add](sp1-edit.png) +![Service provider add](sp1-edit.png) As you can see, the Mender UI allows the Service Provider Tenant to manage the children Tenants. Every operation is recorded in the audit logs: -[Service provider add](sp2.png) +![Service provider add](sp2.png)