RED-6154, add ids to edit certificate view.
This commit is contained in:
parent
4de5763555
commit
58d7886210
@ -31,6 +31,7 @@
|
||||
|
||||
<div [class.hidden]="!digitalSignature" class="changes-box">
|
||||
<iqser-icon-button
|
||||
buttonId="save-certificate-changes-btn"
|
||||
(action)="saveDigitalSignature()"
|
||||
[disabled]="disabled"
|
||||
[label]="'digital-signature-screen.action.save' | translate"
|
||||
@ -39,6 +40,7 @@
|
||||
></iqser-icon-button>
|
||||
|
||||
<div
|
||||
id="remove-certificate-btn"
|
||||
(click)="removeDigitalSignature()"
|
||||
*ngIf="digitalSignature"
|
||||
class="all-caps-label cancel"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user