Skip to content

Commit

Permalink
added "Refreshing..." message so user is not confused by delay
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpython committed Sep 6, 2015
1 parent a03738f commit e676e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/login/login.html
Expand Up @@ -23,6 +23,7 @@ <h4>Please log in to continue, or see below for instructions and assistance.</h4
</tr>
</table>
<input ng-click="refreshServers()" ng-disabled="refreshing" type="button" value="Refresh"/>
<p ng-show="refreshing">Refreshing...</p>
</div>

<form name="login_information" id="login_information" class="login-form">
Expand Down

0 comments on commit e676e99

Please sign in to comment.