Skip to content

Commit 91ba06f

Browse files
sbruesekeSwen Brüseke
and
Swen Brüseke
authored
add new basic ui customization properties / fixing ant icon link (#437)
* Update ui.rst * Update ui.rst --------- Co-authored-by: Swen Brüseke <[email protected]>
1 parent b3fbe7d commit 91ba06f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/adminguide/ui.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,15 @@ apiBase Changes the suffix for the API endpoint
192192
docBase Changes the base URL for the documentation
193193
appTitle Changes the title of the portal
194194
footer Changes the footer text
195-
loginFooter Configure to display text (HTML) in the footer at the login screen.
195+
loginFavicon Changes the favicon of the login page
196+
loginFooter Configure to display text (HTML) in the footer at the login screen
197+
loginTitle Changes the title of the login page
196198
logo Changes the logo top-left side image
199+
minilogo Changes the logo top-left side image when menu is collapsed
197200
banner Changes the login banner image
198201
error.404 Changes the image of error Page not found
199202
error.403 Changes the image of error Forbidden
200-
error.500 Changes the image of error Internal Server Error.
203+
error.500 Changes the image of error Internal Server Error
201204
============================= ================================================================
202205

203206
.. parsed-literal::
@@ -489,7 +492,7 @@ Example for adding custom plugins:
489492
...
490493
}
491494
492-
`icon` for the plugin can be chosen from Ant Design icons listed at `Icon - Ant Design Vue https://www.antdv.com/components/icon/`_.
495+
`icon` for the plugin can be chosen from Ant Design icons listed at `Icon - Ant Design Vue<https://www.antdv.com/components/icon/>`_.
493496
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.
494497

495498
|ui-custom-plugin.png|

0 commit comments

Comments
 (0)