summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-01-16 14:17:46 +0100
committerEndi S. Dewata <edewata@redhat.com>2012-01-30 17:47:18 -0600
commitcb557e0b88476bea0fb491cffdd0f626dac8e428 (patch)
tree848525cb600c3f101c3c511b6eedbbb8da1d38f8 /ipalib
parentbf29b44942160b30eb9ed347bf5b6c8f30418d6e (diff)
downloadfreeipa.git-cb557e0b88476bea0fb491cffdd0f626dac8e428.tar.gz
freeipa.git-cb557e0b88476bea0fb491cffdd0f626dac8e428.tar.xz
freeipa.git-cb557e0b88476bea0fb491cffdd0f626dac8e428.zip
Added refresh button for UI
Web UI is caching records. Currently only possible ways how to display updated record which was changed elsewhere - ie. in CLI are: * refresh page in browser (takes really long on slow vpns) * search facet: change filter, find, change filter back, find * entity details: go to search, select other entry, go back to search, select original entry * association facet: same as entity details These are unconvenient methods. This patch adds Refresh button to search, details and association facet. This button executes facets refresh method. https://fedorahosted.org/freeipa/ticket/2051
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 05fb9687..3e60f41b 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -187,6 +187,7 @@ class i18n_messages(Command):
"get": _("Get"),
"issue": _("Issue"),
"ok": _("OK"),
+ "refresh": _("Refresh"),
"remove": _("Delete"),
"reset": _("Reset"),
"restore": _("Restore"),