summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-02-02 22:26:34 +0100
committerEndi S. Dewata <edewata@redhat.com>2016-02-02 22:34:13 +0100
commitf778a2654496e064cace35f2aa25cf7dc304f5fd (patch)
treedb054b526937a85285eff1b0bea1b4aae6fe83bf /base
parentcb6b0c4855885c03d056acb8f98c96de986e081e (diff)
downloadpki-f778a2654496e064cace35f2aa25cf7dc304f5fd.tar.gz
pki-f778a2654496e064cace35f2aa25cf7dc304f5fd.tar.xz
pki-f778a2654496e064cace35f2aa25cf7dc304f5fd.zip
Fixed TPS UI logout error message.
The TPS UI has been modified such that if the browser does not support logout operation it will show a message asking the user to clear the Active Logins or close the browser. https://fedorahosted.org/pki/ticket/1344
Diffstat (limited to 'base')
-rw-r--r--base/tps/shared/webapps/tps/ui/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tps/shared/webapps/tps/ui/index.html b/base/tps/shared/webapps/tps/ui/index.html
index 5e07f1ed3..2354e8d1c 100644
--- a/base/tps/shared/webapps/tps/ui/index.html
+++ b/base/tps/shared/webapps/tps/ui/index.html
@@ -366,7 +366,7 @@ $(function() {
window.location.href = "/tps";
},
error: function() {
- alert("Logout failed. Please close the browser.");
+ alert("Logout not supported by the browser. Please clear Active Logins or close the browser.");
}
});
},