1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 07:15:23 +02:00

style(oauth): oauth loading + oauth config rework

This commit is contained in:
baron_l 2019-02-08 16:07:16 +01:00
parent 2755527d28
commit 8f568c8699
2 changed files with 42 additions and 41 deletions

View file

@ -51,8 +51,8 @@
<!-- !login panel -->
<div class="panel panel-default" ng-show="state.isInOAuthProcess">
<div class="panel-body">
<div class="form-group">
Connecting with OAuth <span class="pull-right" button-spinner="true"></span>
<div class="form-group text-center">
<span class="small text-muted">Connecting with OAuth <span button-spinner="true"></span></span>
</div>
</div>
</div>