keyserver: tests!
This commit is contained in:
parent
cfc15746a6
commit
dfe9a8e4e1
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
}
|
||||
|
||||
.service-keys-manager-element .no-expiration {
|
||||
color: #145884;
|
||||
color: #128E72;
|
||||
}
|
||||
|
||||
.service-keys-manager-element i.fa {
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
<span ng-class="getExpirationInfo(key).className">
|
||||
<a ng-click="showChangeExpiration(key)">
|
||||
<i class="fa" ng-class="getExpirationInfo(key).icon"></i>
|
||||
Expires <span am-time-ago="key.expiration_date"></span>
|
||||
Expire<span bo-if="getExpirationInfo(key).className != 'expired'">s</span><span bo-if="getExpirationInfo(key).className == 'expired'">d</span> <span am-time-ago="key.expiration_date"></span>
|
||||
</a>
|
||||
</span>
|
||||
</span>
|
||||
|
|
Reference in a new issue