From 3b712a0945156927af7f48e0521395c524d3be35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Swen=20Br=C3=BCseke?= Date: Thu, 26 Sep 2024 11:38:32 +0200 Subject: [PATCH 1/2] Update ui.rst --- source/adminguide/ui.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/adminguide/ui.rst b/source/adminguide/ui.rst index 2591af71f6..c09749ed6f 100644 --- a/source/adminguide/ui.rst +++ b/source/adminguide/ui.rst @@ -192,12 +192,15 @@ apiBase Changes the suffix for the API endpoint docBase Changes the base URL for the documentation appTitle Changes the title of the portal footer Changes the footer text -loginFooter Configure to display text (HTML) in the footer at the login screen. +loginFavicon Changes the favicon of the login page +loginFooter Configure to display text (HTML) in the footer at the login screen +loginTitle Changes the title of the login page logo Changes the logo top-left side image +minilogo Changes the logo top-left side image when menu is collapsed banner Changes the login banner image error.404 Changes the image of error Page not found error.403 Changes the image of error Forbidden -error.500 Changes the image of error Internal Server Error. +error.500 Changes the image of error Internal Server Error ============================= ================================================================ .. parsed-literal:: From 961d2c942a5d2490d7d283edbafa4cba745b8882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Swen=20Br=C3=BCseke?= Date: Thu, 26 Sep 2024 11:44:31 +0200 Subject: [PATCH 2/2] Update ui.rst --- source/adminguide/ui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/adminguide/ui.rst b/source/adminguide/ui.rst index c09749ed6f..3a84aa229a 100644 --- a/source/adminguide/ui.rst +++ b/source/adminguide/ui.rst @@ -492,7 +492,7 @@ Example for adding custom plugins: ... } -`icon` for the plugin can be chosen from Ant Design icons listed at `Icon - Ant Design Vue https://www.antdv.com/components/icon/`_. +`icon` for the plugin can be chosen from Ant Design icons listed at `Icon - Ant Design Vue`_. For displaying a custom HTML in the plugin, HTML file can be stored in the CloudStack management server's web application directory on the server, i.e., */usr/share/cloudstack-management/webapp* and `path` can be set to the name of the file. For displaying a service or a web page, URL can be set as the `path` of the plugin. |ui-custom-plugin.png|