diff options
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/index.html b/interface/index.html index 12f7ab2ba..3dc35d20c 100644 --- a/interface/index.html +++ b/interface/index.html @@ -44,7 +44,7 @@ </ul> <form class="navbar-form navbar-right" style="display: none;"> <div class="btn-group"> - <a href="#" class="btn btn-default" role="button" data-toggle="button" id="refresh"><i class="glyphicon glyphicon-refresh glyphicon-spin"></i> Refresh</a> + <a href="#" class="btn btn-default" role="button" data-toggle="button" id="refresh" style="display: none;"><i class="glyphicon glyphicon-refresh glyphicon-spin"></i> Refresh</a> <button class="btn btn-default dropdown-toggle" data-toggle="dropdown" id="autoRefresh"> <span id="countdown">--:--</span> <span class="caret"></span> </button> |