diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 20:20:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 20:20:17 +0800 |
commit | 71242718eb9d8ed920ac2e70677ae54bf3d140ea (patch) | |
tree | 1efaf4eb8cf0df52d9b6fd45d1284601565066f6 /fg21sim/webui/templates/header.html | |
parent | 2ca52d1ebd934035bfdc99a9c777b666ee5cb5e4 (diff) | |
download | fg21sim-71242718eb9d8ed920ac2e70677ae54bf3d140ea.tar.bz2 |
webui: various small updates
Diffstat (limited to 'fg21sim/webui/templates/header.html')
-rw-r--r-- | fg21sim/webui/templates/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/webui/templates/header.html b/fg21sim/webui/templates/header.html index d96dc48..e1cd367 100644 --- a/fg21sim/webui/templates/header.html +++ b/fg21sim/webui/templates/header.html @@ -13,8 +13,8 @@ <span class="description">Foregrounds Simulation for EoR 21cm Signal Detection</span> <span id="ws-status" class="label label-default"> - <span class="icon fa fa-question-circle" aria-hidden="true"></span> - <span class="text">N/A</span> + <span class="icon fa fa-question-circle" aria-hidden="true"></span> + <span class="text">N/A</span> </span> <span id="ws-reconnect" class="btn fa fa-refresh" aria-hidden="true"></span> |