summaryrefslogtreecommitdiffstats
path: root/install/static/widget.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/widget.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/widget.js')
-rw-r--r--install/static/widget.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/static/widget.js b/install/static/widget.js
index 297a44acc..f26ee2a1e 100644
--- a/install/static/widget.js
+++ b/install/static/widget.js
@@ -1105,6 +1105,8 @@ IPA.adder_dialog = function (spec) {
label.appendTo(search_panel);
+ search_panel.append(IPA.create_network_spinner());
+
var results_panel = $('<div/>', {
'class': 'adder-dialog-results'
}).appendTo(that.container);