diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-10 21:14:51 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-01-14 11:42:27 -0500 |
commit | c385db4fc017f3319ff4d57bc19efe81585bc5dd (patch) | |
tree | ae3a03c9816d4616adbbe7e3896c6c29e77dd159 /install/static/index.html | |
parent | 74d8a3c487d1fd8854a66a741cc06daf924d3838 (diff) | |
download | freeipa.git-c385db4fc017f3319ff4d57bc19efe81585bc5dd.tar.gz freeipa.git-c385db4fc017f3319ff4d57bc19efe81585bc5dd.tar.xz freeipa.git-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/index.html')
-rw-r--r-- | install/static/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install/static/index.html b/install/static/index.html index d63bfc10..7ee4aa61 100644 --- a/install/static/index.html +++ b/install/static/index.html @@ -45,12 +45,15 @@ <link rel="stylesheet" type="text/css" href="ipa.css" /> </head> -<body> +<body> <div class="center-container"> <div class="header" > <span class="header-logo"> <a href="#"><img src="ipalogo.png" /></a> </span> + <span id="header-network-activity-indicator" class="network-activity-indicator"> + <img src="spinner_header.gif" /> + </span> <span id="loggedinas" class="header-loggedinas"> <a href="#"><span id="login_header">Logged in as</span>: <strong>user@FREEIP.ORG</strong></a> </span> |