]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Show smartctl summary in OSD tab (#30378)
authorLenz Grimmer <lgrimmer@suse.com>
Wed, 2 Oct 2019 09:22:44 +0000 (09:22 +0000)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2019 09:22:44 +0000 (09:22 +0000)
mgr/dashboard: Show smartctl summary in OSD tab

Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.ts

index 15d5c8368a2d69c5026404aeef4c1313933c9120,1885772cc7c6755eed1e65d03c2f14cdfebfe708..6fed099f7908e9a34d36df7c65f634e115e140c0
@@@ -68,8 -68,8 +68,8 @@@
               let-actionDescription="actionDescription">
    <div *ngIf="!safeToDestroyResult['is_safe_to_destroy']"
         class="danger">
-   <cd-warning-panel i18n>The {selection.hasSingleSelection, select, 1 {OSD is} 0 {OSDs are}} not safe to destroy!</cd-warning-panel>
+     <cd-alert-panel type="warning" i18n>The {selection.hasSingleSelection, select, 1 {OSD is} 0 {OSDs are}} not safe to destroy!</cd-alert-panel>
    </div>
 -  <ng-container i18n><strong>OSD {{ getSelectedIds() | list }}</strong> will be
 +  <ng-container i18n><strong>OSD {{ getSelectedOsdIds() | list }}</strong> will be
  <strong>{{ actionDescription }}</strong> if you proceed.</ng-container>
  </ng-template>