opendevstack / ods-provisioning-app

Provisioning app, which triggers project and component provisions (including Jira / Confluence / BitBucket and OCP resource creation)
Apache License 2.0
15 stars 20 forks source link

Add configurable disclaimer text in the provisioning app #706

Closed jordivx closed 2 years ago

jordivx commented 2 years ago

As we need to show a disclaimer to our users, we would need to add a configurable disclaimer text to be shown in all the pages.

Solution proposed: Add a new property called "provision.ui.disclaimer" that can be empty or a text with links inside. In the header template, we check if it's informed and in that case we display a new section with the message inside.