1 <cd-modal [modalRef]="activeModal">
3 class="modal-title">Edit site name</ng-container>
5 <ng-container class="modal-content">
6 <form name="editSiteNameForm"
9 [formGroup]="editSiteNameForm"
11 <div class="modal-body">
13 <ng-container i18n>Edit the site name and click
14 <kbd>Update</kbd>.</ng-container>
17 <div class="form-group">
18 <label class="col-form-label required"
20 i18n>Site Name</label>
21 <input class="form-control"
27 formControlName="siteName"
32 <div class="modal-footer">
33 <cd-form-button-panel (submitActionEvent)="update()"
34 [form]="editSiteNameForm"
35 [submitText]="actionLabels.UPDATE"></cd-form-button-panel>