[Soft Delete] - Ciphers add button cleanup
This commit is contained in:
parent
c2eafba442
commit
129ecc1ca8
|
@ -39,7 +39,7 @@
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<button appBlurClick (click)="(deleted ? false : addCipher())" (contextmenu)="addCipherOptions()"
|
<button appBlurClick (click)="addCipher()" (contextmenu)="addCipherOptions()"
|
||||||
class="block primary" appA11yTitle="{{'addItem' | i18n}}" [disabled]="deleted">
|
class="block primary" appA11yTitle="{{'addItem' | i18n}}" [disabled]="deleted">
|
||||||
<i class="fa fa-plus fa-lg" aria-hidden="true"></i>
|
<i class="fa fa-plus fa-lg" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue