a9s Service Dashboard Properties
This section describes the supported properties of the a9s Service Dashboard component.
Backup Configuration
| Property | Default Value | Description |
|---|---|---|
backup.min_encryption_key_length | 8 | Minimum length required in order for the Encryption Key to be valid. Needs to be greater or equal 8. |
backup.download_allowed | true | If set to true the backups can be downloaded through the Service Dashboard, otherwise the downloading of backups through the a9s Service Dashboard is prohibited. |
Instance Configuration
| Property | Default Value | Description |
|---|---|---|
instance.recreate_allowed | true | Determines whether the instance can be recreated. |
instance.restart_allowed | true | Determines whether the instance can be restarted. |
Theme Configuration
| Property | Data Type | Description |
|---|---|---|
theme.title | String | Title of the a9s Service Dashboard in the browser. |
theme.colors.primary | Hexcode value | Color of all default components (including the progress bars if theme.colors.progress_bar property is not set). |
theme.colors.success | Hexcode value | Color of success elements like the notification messages. |
theme.colors.error | Hexcode value | Color of error elements like the notification messages. |
theme.colors.warning | Hexcode value | Color of warning elements like the notification messages. |
theme.colors.text | Hexcode value | Default text color of the page. |
theme.colors.btn_primary_text | Hexcode value | Text color of the restore and recreate buttons. |
theme.colors.custom_text_header | Hexcode value | Text color for the nav elements in the header. |
theme.colors.custom_text_header_highlight | Hexcode value | Highlight color for the nav elements in the header. |
theme.colors.header_background | Hexcode value | Header background color. |
theme.colors.error_page_background | Hexcode value | Background color of the not found (404) page. |
theme.colors.error_page_text | Hexcode value | Text color of the not found (404) page. |
theme.colors.progress_bar | Hexcode value | Color of the progress bars. |
theme.logo | Base64 Encode | The logo which is used in the a9s Service Dashboard. |
theme.favicon | Base64 Encode | The favicon which is used for the browser. |
Update Modal Configuration
| Property | Type | Description |
|---|---|---|
title | string | Title of the modal displayed to the end-user when forbidding maintenance update of their Service Instance. |
text | string | Text of the modal displayed to the end-user when forbidding maintenance update of their Service Instance. |
ok_button | string | Text displayed within the confirmation button of the modal that is shown to the end-user when forbidding the maintenance update of a Service Instance. |
cancel_button | string | Text displayed within the cancel button of the modal that is shown to the end-user when forbidding maintenance update of a Service Instance. |
link_text | string | Text displayed to the end-user for the link defined in link_url. If this property is not configured, the link_url will be displayed instead. |
link_url | string | Link to an external resource in the modal. |