...
|
...
|
@@ -18,11 +18,9 @@ |
18
|
18
|
<md-content layout="row" layout-align="center center" style="width: 100%;">
|
19
|
19
|
<md-card flex="initial" class="tb-login-card" md-theme="tb-dark">
|
20
|
20
|
<md-card-title>
|
21
|
|
- <md-card-title-text>
|
22
|
|
- <span translate class="md-headline">login.sign-in</span>
|
23
|
|
- </md-card-title-text>
|
|
21
|
+ <img src="{{vm.logoSvg}}" aria-label="logo" class="tb-login-logo"/>
|
24
|
22
|
</md-card-title>
|
25
|
|
- <md-progress-linear class="md-warn" style="z-index: 1; max-height: 5px; width: inherit; position: absolute"
|
|
23
|
+ <md-progress-linear class="md-warn" style="z-index: 1; max-height: 0px; width: inherit;"
|
26
|
24
|
md-mode="indeterminate" ng-disabled="!$root.loading" ng-show="$root.loading"></md-progress-linear>
|
27
|
25
|
<md-card-content>
|
28
|
26
|
<form class="login-form" ng-submit="vm.login()">
|
...
|
...
|
|