diff --git a/static/directives/config/config-file-field.html b/static/directives/config/config-file-field.html index cdb1b6df4..11c4227f7 100644 --- a/static/directives/config/config-file-field.html +++ b/static/directives/config/config-file-field.html @@ -1,7 +1,10 @@
- {{ filename }} - {{ filename }} not found in mounted config directory: + + /conf/stack/{{ filename }} + Select a replacement file: + + Please select a file to upload as {{ filename }}: diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index a36d08416..7e67107cd 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -112,7 +112,7 @@ A valid SSL certificate and private key files are required to use this option.
-
+
Enabling SSL also enables HTTP Strict Transport Security.
This prevents downgrade attacks and cookie theft, but browsers will reject all future insecure connections on this hostname.
@@ -121,7 +121,7 @@ Certificate: - +
The certificate must be in PEM format.
Private key: - + @@ -487,7 +487,7 @@ Public Key: - +
A certificate containing the public key portion of the key pair used to sign the JSON Web Tokens. This file must be in PEM format. diff --git a/static/js/core-config-setup.js b/static/js/core-config-setup.js index e100a01b5..721d7d05d 100644 --- a/static/js/core-config-setup.js +++ b/static/js/core-config-setup.js @@ -126,6 +126,7 @@ angular.module("core-config-setup", ['angularFileUpload']) '$hasChanges': false }; + $scope.hasfile = {}; $scope.validating = null; $scope.savingConfiguration = false;