Slightly different bright colors
This commit is contained in:
@@ -387,11 +387,7 @@
|
||||
|
||||
<div class="content">
|
||||
|
||||
<h1 class="section-header">
|
||||
{{ 'profile.title' | tr }}
|
||||
<button class="btn btn-default btn-outline" ng-click="logout($event)"><i class="fa fa-sign-out"></i> {{ 'main.logout' | tr }}</button>
|
||||
</h1>
|
||||
|
||||
<h1 class="section-header">{{ 'profile.title' | tr }}</h1>
|
||||
<div class="card">
|
||||
<div style="display: flex; flex-wrap: wrap;">
|
||||
<div style="width: 150px;">
|
||||
@@ -448,6 +444,7 @@
|
||||
<div style="flex-grow: 1;"></div>
|
||||
<button class="btn btn-primary" ng-click="passwordchange.show()" ng-hide="user.source">{{ 'profile.changePasswordAction' | tr }}</button>
|
||||
<button class="btn" uib-tooltip="{{ (user.source && config.external2FA) ? ('profile.enable2FANotAvailable' | tr) : '' }}" ng-disabled="user.source && config.external2FA" ng-class="user.twoFactorAuthenticationEnabled ? 'btn-danger' : 'btn-success'" ng-click="twoFactorAuthentication.show()">{{ user.twoFactorAuthenticationEnabled ? 'profile.disable2FAAction' : 'profile.enable2FAAction' | tr }}</button>
|
||||
<button class="btn btn-primary" ng-click="logout($event)"><i class="fa fa-sign-out"></i> {{ 'main.logout' | tr }}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user