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
+43-18Lines changed: 43 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -178,30 +178,33 @@ new, unique value.
178
178
179
179
#. Type the new password, and click OK.
180
180
181
-
Basic UI Customization
181
+
Basic UI Customisation
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
@@ -219,7 +222,7 @@ error.500 Changes the image of error Internal Server Error
219
222
}
220
223
221
224
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:
225
+
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:
@@ -504,6 +507,22 @@ For displaying a custom HTML in the plugin, HTML file can be stored in the Cloud
504
507
505
508
|ui-custom-plugin.png|
506
509
510
+
511
+
Instance Image Selction Customisation
512
+
-------------------------------------
513
+
514
+
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).
515
+
516
+
The configuration property _imageSelectionInterface_ can be set to one of these values: modern or legacy. The default value is *modern*.
517
+
518
+
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.
519
+
520
+
|ui-modern-image-selection.png|
521
+
522
+
The *legacy* interface will display images based on templatefilter/isofilter, i.e., Featured, Community, My Templates/ISOs, and Shared.
523
+
524
+
|ui-legacy-image-selection.png|
525
+
507
526
Advanced UI Customisation
508
527
~~~~~~~~~~~~~~~~~~~~~~~~~
509
528
@@ -596,6 +615,12 @@ The following features are no longer supported or available in the UI but are st
0 commit comments