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
- **enabled**: Enables or disables the announcement banner (`true` or `false`).
548
+
- **showIcon**: Displays an icon alongside the message. The icon corresponds to the banner `type`.
549
+
- **closable**: Allows users to close the banner.
550
+
- **persistDismissal**: Remembers the user's dismissal of the banner, so it doesn't reappear.
551
+
- **type**: Specifies the type of banner. Supported values are:
552
+
553
+
- `info`
554
+
- `warning`
555
+
- `error`
556
+
- `success`
557
+
558
+
- **message**: The HTML-formatted content displayed in the banner.
559
+
- **startDate** / **endDate**: Define the visibility window for the banner using ISO 8601 format (`YYYY-MM-DDTHH:MM:SSZ`).
560
+
561
+
.. note::
562
+
563
+
- The `message` property supports basic HTML, allowing styled content such as `<strong>` tags for emphasis.
564
+
- Banner's background color changes based on `type` property value. White color is used for banner if `type` is not defined or has invalid value.
565
+
- Multi-line message is supported, however recommendation is to limit it to 2 lines. Content may overlap banner for more than 2 lines.
566
+
567
+
568
+
Instance Image Selection Customisation
512
569
-------------------------------------
513
570
514
571
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).
@@ -523,6 +580,7 @@ The *legacy* interface will display images based on templatefilter/isofilter, i.
0 commit comments