You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/adminguide/ui.rst
+18-43Lines changed: 18 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,33 +178,30 @@ new, unique value.
178
178
179
179
#. Type the new password, and click OK.
180
180
181
-
Basic UI Customisation
181
+
Basic UI Customization
182
182
~~~~~~~~~~~~~~~~~~~~~~
183
183
184
184
Users can customize the CloudStack's user interface by means of a configuration file at /etc/cloudstack/management/config.json which can be used to modify the theme, logos, etc. to align to one's requirement.
185
185
186
186
To change the logo, login banner, error page icon, etc. the following details can be edited in config.json:
docBase Changes the base URL for the documentation
193
-
appTitle Changes the title of the portal
194
-
footer Changes the footer text
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
198
-
logo Changes the logo top-left side image
199
-
minilogo Changes the logo top-left side image when menu is collapsed
200
-
banner Changes the login banner image
201
-
error.404 Changes the image of error Page not found
202
-
error.403 Changes the image of error Forbidden
203
-
error.500 Changes the image of error Internal Server Error
204
-
imageSelectionInterface Allows specifying view for image(template/ISO) selection in several UI forms. Supported values are: "modern" and "legacy". Default view is "modern"
205
-
showUserCategoryForModernImageSelection Enables showing or hiding _User_ category in the *modern* image selection view which will show all user-owned images for the logged in user. Default value is true
206
-
showAllCategoryForModernImageSelection Enables showing or hiding _All_ category in the *modern* image selection view which will show all available images for the logged in user. Default value is false
Customisation of themes is also possible, such as, modifying banner width, general color, etc. This can be done by editing the "theme" section of the config.json file. Theme section provides following properties for customisation:
222
+
Customization of themes is also possible, such as, modifying banner width, general color, etc. This can be done by editing the "theme" section of the config.json file. Theme section provides following properties for customization:
@@ -500,22 +497,6 @@ For displaying a custom HTML in the plugin, HTML file can be stored in the Cloud
500
497
501
498
|ui-custom-plugin.png|
502
499
503
-
504
-
Instance Image Selction Customisation
505
-
-------------------------------------
506
-
507
-
In the UI, there are several forms where the user needs to select an image (template/ISO) for an instance, such as deploying an instance, reinstalling an instance, creating a VNF appliance, etc. The image selection interface for these forms can be selected by the operator based on preference by specifying properties in the UI configuration file (config.json).
508
-
509
-
The configuration property _imageSelectionInterface_ can be set to one of these values: modern or legacy. The default value is *modern*.
510
-
511
-
When the *modern* interface is used, images will be categorized based on the guest operating system categories. Further customisation can be done using the configuration properties showUserCategoryForModernImageSelection and showAllCategoryForModernImageSelection to allow or disallow the display of additional categories.
512
-
513
-
|ui-modern-image-selection.png|
514
-
515
-
The *legacy* interface will display images based on templatefilter/isofilter, i.e., Featured, Community, My Templates/ISOs, and Shared.
516
-
517
-
|ui-legacy-image-selection.png|
518
-
519
500
Advanced UI Customisation
520
501
~~~~~~~~~~~~~~~~~~~~~~~~~
521
502
@@ -608,12 +589,6 @@ The following features are no longer supported or available in the UI but are st
0 commit comments