]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.html
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / osd / osd-flags-indiv-modal / osd-flags-indiv-modal.component.html
index 349f15a906db61ca3567125a0839040dc2f71ea8..f8a10ff24de61dbadb65e8db77659cb99f40d215 100644 (file)
@@ -22,7 +22,7 @@
                  ng-class="['tc_' + key]">
             <strong>{{ flag.name }}</strong>
             <span class="badge badge-hdd ml-2"
-                  [title]="clusterWideTooltip"
+                  [ngbTooltip]="clusterWideTooltip"
                   *ngIf="flag.clusterWide"
                   i18n>Cluster-wide</span>
             <br>
                 class="btn btn-light"
                 (click)="resetSelection()"
                 i18n>Restore previous selection</button>
-        <cd-submit-button *ngIf="permissions.osd.update"
-                          (submitAction)="submitAction()"
-                          [form]="osdFlagsForm"
-                          i18n>Submit</cd-submit-button>
-        <cd-back-button [back]="activeModal.hide"
-                        name="Cancel"
-                        i18n-name>
-        </cd-back-button>
+        <cd-form-button-panel (submitActionEvent)="submitAction()"
+                              [form]="osdFlagsForm"
+                              [showSubmit]="permissions.osd.update"
+                              [submitText]="actionLabels.UPDATE"></cd-form-button-panel>
       </div>
     </form>
   </ng-container>