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
+17-16Lines changed: 17 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -508,23 +508,8 @@ For displaying a custom HTML in the plugin, HTML file can be stored in the Cloud
508
508
|ui-custom-plugin.png|
509
509
510
510
511
-
Instance Image Selection 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
-
526
511
Announcement Banner
527
-
======================
512
+
===================
528
513
529
514
Admin can configure an **announcement banner** in `config.json` to display alerts or messages to all users.
530
515
This banner is useful for communicating important notices such as performance issues, scheduled maintenance, or general announcements.
@@ -578,6 +563,22 @@ Based on the configuration above, the following banner is shown in the user inte
578
563
The `message` property supports basic HTML, allowing styled content such as `<strong>` tags for emphasis.
579
564
580
565
566
+
Instance Image Selection Customisation
567
+
-------------------------------------
568
+
569
+
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).
570
+
571
+
The configuration property _imageSelectionInterface_ can be set to one of these values: modern or legacy. The default value is *modern*.
572
+
573
+
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.
574
+
575
+
|ui-modern-image-selection.png|
576
+
577
+
The *legacy* interface will display images based on templatefilter/isofilter, i.e., Featured, Community, My Templates/ISOs, and Shared.
0 commit comments