Skip to content

Commit c8bb983

Browse files
committed
ui: not on section advisories
Related: apache/cloudstack#11763 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 7f677cc commit c8bb983

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

source/adminguide/ui.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Users can customize the CloudStack's user interface by means of a configuration
190190
To change the logo, login banner, error page icon, etc. the following details can be edited in config.json:
191191

192192
======================================= ==================================================================================================================================================================
193-
Property Description
193+
Property Description
194194
======================================= ==================================================================================================================================================================
195195
apiBase Changes the suffix for the API endpoint
196196
docBase Changes the base URL for the documentation
@@ -570,7 +570,7 @@ Based on the configuration above, the following banner is shown in the user inte
570570

571571

572572
Instance Image Selection Customisation
573-
-------------------------------------
573+
======================================
574574

575575
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).
576576

@@ -585,6 +585,23 @@ The *legacy* interface will display images based on templatefilter/isofilter, i.
585585
|ui-legacy-image-selection.png|
586586

587587

588+
Advisories for Users
589+
====================
590+
591+
UI shows advisories to logged-in users along with quick actions to resolve issues or fulfill prerequisites. These advisories are meant to give information to users if a prerequisite is missing or a configuration needs to be updated to allow use of a particular functionality. In the UI, they are displayed along with some actions to fix or fulfill those prerequisites.
592+
593+
|ui-section-advisories.png|
594+
595+
Advisories can be disabled by updating the property ``advisoriesDisabled`` to ``true`` in config.json:
596+
597+
.. parsed-literal::
598+
599+
{
600+
...
601+
"advisoriesDisabled": true
602+
...
603+
}
604+
588605
Advanced UI Customisation
589606
~~~~~~~~~~~~~~~~~~~~~~~~~
590607

@@ -708,3 +725,6 @@ The following features are no longer supported or available in the UI but are st
708725

709726
.. |ui-login-project-view.png| image:: /_static/images/ui-login-project-view.png
710727
:alt: Enabling the Project field on login
728+
729+
.. |ui-section-advisories.png| image:: /_static/images/ui-section-advisories.png
730+
:alt: Advisories in the UI

0 commit comments

Comments
 (0)