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
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
570
570
571
571
572
572
Instance Image Selection Customisation
573
-
-------------------------------------
573
+
======================================
574
574
575
575
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).
576
576
@@ -585,6 +585,23 @@ The *legacy* interface will display images based on templatefilter/isofilter, i.
585
585
|ui-legacy-image-selection.png|
586
586
587
587
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
+
588
605
Advanced UI Customisation
589
606
~~~~~~~~~~~~~~~~~~~~~~~~~
590
607
@@ -708,3 +725,6 @@ The following features are no longer supported or available in the UI but are st
0 commit comments