Skip to content

Commit e5b501c

Browse files
committed
restructure announcement banner
1 parent 5b482ce commit e5b501c

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

source/adminguide/ui.rst

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -508,23 +508,8 @@ For displaying a custom HTML in the plugin, HTML file can be stored in the Cloud
508508
|ui-custom-plugin.png|
509509

510510

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-
526511
Announcement Banner
527-
======================
512+
===================
528513

529514
Admin can configure an **announcement banner** in `config.json` to display alerts or messages to all users.
530515
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
578563
The `message` property supports basic HTML, allowing styled content such as `<strong>` tags for emphasis.
579564

580565

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.
578+
579+
|ui-legacy-image-selection.png|
580+
581+
581582
Advanced UI Customisation
582583
~~~~~~~~~~~~~~~~~~~~~~~~~
583584

0 commit comments

Comments
 (0)