diff options
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> |