diff --git a/config_app/js/config-field-templates/config-contact-field.html b/config_app/js/config-field-templates/config-contact-field.html index 58cdea0c4..df2b9de53 100644 --- a/config_app/js/config-field-templates/config-contact-field.html +++ b/config_app/js/config-field-templates/config-contact-field.html @@ -8,7 +8,7 @@ E-mail IRC Phone - URL + URL @@ -30,7 +30,7 @@
  • - URL + URL
  • diff --git a/config_app/js/core-config-setup/config-setup-tool.html b/config_app/js/core-config-setup/config-setup-tool.html index 9671c4f25..9780f85de 100644 --- a/config_app/js/core-config-setup/config-setup-tool.html +++ b/config_app/js/core-config-setup/config-setup-tool.html @@ -246,7 +246,9 @@

    Registry images can be stored either locally or in a remote storage system. - A remote storage system is required for high-availability systems. +

    + Do not use local storage for any production configurations. +

    diff --git a/config_app/static/css/config-setup-app-component.css b/config_app/static/css/config-setup-app-component.css index a70bc0ab1..8a61dcec7 100644 --- a/config_app/static/css/config-setup-app-component.css +++ b/config_app/static/css/config-setup-app-component.css @@ -36,3 +36,17 @@ font-family: Font Awesome\ 5 Free; font-weight: 900; } + +.quay-config-app .co-alert.co-alert-danger::after { + font-family: Font Awesome\ 5 Free; + font-weight: 900; + /* Font Awesome 5's icons are slightly bigger, so we have to adjust this one because it is inside another icon */ + font-size: 12px; + top: 18px; + left: 20.75px; +} + +.quay-config-app .co-modify-link::after { + font-family: Font Awesome\ 5 Free; + font-weight: 900; +} diff --git a/config_app/static/img/quay_favicon.png b/config_app/static/img/quay_favicon.png new file mode 100644 index 000000000..8deb09a91 Binary files /dev/null and b/config_app/static/img/quay_favicon.png differ diff --git a/config_app/templates/index.html b/config_app/templates/index.html index fd4ed31f6..a09623555 100644 --- a/config_app/templates/index.html +++ b/config_app/templates/index.html @@ -27,7 +27,11 @@ {% for script_path in main_scripts %} {% endfor %} + Config app + + +