Skip to main content
Version: Latest

a9s Service Dashboard Properties

This section describes the supported properties of the a9s Service Dashboard component.

Backup Configuration

PropertyDefault ValueDescription
backup.min_encryption_key_length8Minimum length required in order for the Encryption Key to be valid. Needs to be greater or equal 8.
backup.download_allowedtrueIf 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

PropertyDefault ValueDescription
instance.recreate_allowedtrueDetermines whether the instance can be recreated.
instance.restart_allowedtrueDetermines whether the instance can be restarted.

Theme Configuration

PropertyData TypeDescription
theme.titleStringTitle of the a9s Service Dashboard in the browser.
theme.colors.primaryHexcode valueColor of all default components (including the progress bars if theme.colors.progress_bar property is not set).
theme.colors.successHexcode valueColor of success elements like the notification messages.
theme.colors.errorHexcode valueColor of error elements like the notification messages.
theme.colors.warningHexcode valueColor of warning elements like the notification messages.
theme.colors.textHexcode valueDefault text color of the page.
theme.colors.btn_primary_textHexcode valueText color of the restore and recreate buttons.
theme.colors.custom_text_headerHexcode valueText color for the nav elements in the header.
theme.colors.custom_text_header_highlightHexcode valueHighlight color for the nav elements in the header.
theme.colors.header_backgroundHexcode valueHeader background color.
theme.colors.error_page_backgroundHexcode valueBackground color of the not found (404) page.
theme.colors.error_page_textHexcode valueText color of the not found (404) page.
theme.colors.progress_barHexcode valueColor of the progress bars.
theme.logoBase64 EncodeThe logo which is used in the a9s Service Dashboard.
theme.faviconBase64 EncodeThe favicon which is used for the browser.

Update Modal Configuration

PropertyTypeDescription
titlestringTitle of the modal displayed to the end-user when forbidding maintenance update of their Service Instance.
textstringText of the modal displayed to the end-user when forbidding maintenance update of their Service Instance.
ok_buttonstringText 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_buttonstringText displayed within the cancel button of the modal that is shown to the end-user when forbidding maintenance update of a Service Instance.
link_textstringText 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_urlstringLink to an external resource in the modal.