summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-10 21:14:51 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-01-14 11:42:27 -0500
commitc385db4fc017f3319ff4d57bc19efe81585bc5dd (patch)
treeae3a03c9816d4616adbbe7e3896c6c29e77dd159 /install/static/search.js
parent74d8a3c487d1fd8854a66a741cc06daf924d3838 (diff)
downloadfreeipa-c385db4fc017f3319ff4d57bc19efe81585bc5dd.tar.gz
freeipa-c385db4fc017f3319ff4d57bc19efe81585bc5dd.tar.xz
freeipa-c385db4fc017f3319ff4d57bc19efe81585bc5dd.zip
spinning wheel display a spinning icon gif during network traffic. Fixes the following from first patch: 1 primary key set in span as opposed to appended, so it only appears once. 2. call hide for the network activity icon only in success or failure functions, not multiple times
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/static/search.js b/install/static/search.js
index d449a8e19..535ad3fcf 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -41,6 +41,8 @@ IPA.search_widget = function (spec) {
'name': 'search-filter'
}).appendTo(search_controls);
+ search_controls.append(IPA.create_network_spinner());
+
this.filter = $('<input/>', {
'type': 'text',
'name': 'search-' + that.entity_name + '-filter'