summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-08-09 12:43:09 +0200
committerPetr Vobornik <pvoborni@redhat.com>2017-01-05 19:13:37 +0100
commitbe7865bf4f9b6774a17f31380e96b76d0473f982 (patch)
tree4e6344d17ee6adcd0a7e55415301d094a11ebdd2 /ipaserver/plugins
parent5a950aeb29963ed22a2c3c1b80723589ac4097de (diff)
downloadfreeipa-be7865bf4f9b6774a17f31380e96b76d0473f982.tar.gz
freeipa-be7865bf4f9b6774a17f31380e96b76d0473f982.tar.xz
freeipa-be7865bf4f9b6774a17f31380e96b76d0473f982.zip
Change activity text while loading metadata
After log in into webui there was 'Authenticating' sign even during loading metadata. Now while data are loading there is 'Loading data' text. This change requires new global topic 'set-activity' of activity widget. So for now there is possibility to change every activity string during running phase just by publishing 'set-activity' topic and setting new text as first parameter. Part of: https://fedorahosted.org/freeipa/ticket/6144 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/plugins/internal.py b/ipaserver/plugins/internal.py
index 6107a142e..0a8139ec0 100644
--- a/ipaserver/plugins/internal.py
+++ b/ipaserver/plugins/internal.py
@@ -335,6 +335,7 @@ class i18n_messages(Command):
"form_auth": _("<i class=\"fa fa-info-circle\"></i> To login with <strong>username and password</strong>, enter them in the corresponding fields, then click Login."),
"header": _("Logged In As"),
"krb_auth_msg": _("<i class=\"fa fa-info-circle\"></i> To login with <strong>Kerberos</strong>, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login."),
+ "loading_md": _("Loading data"),
"login": _("Login"),
"logout": _("Logout"),
"logout_error": _("Logout error"),