From: Volker Theile Date: Mon, 25 Nov 2019 09:30:07 +0000 (+0100) Subject: mgr/dashboard: Rename pipe list -> join X-Git-Tag: v15.1.0~730^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31843%2Fhead;p=ceph.git mgr/dashboard: Rename pipe list -> join Signed-off-by: Volker Theile --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts index c7d533c186dd..528f0a77a4f8 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts @@ -8,7 +8,6 @@ import { IscsiService } from '../../../shared/api/iscsi.service'; import { CephShortVersionPipe } from '../../../shared/pipes/ceph-short-version.pipe'; import { DimlessPipe } from '../../../shared/pipes/dimless.pipe'; import { IscsiBackstorePipe } from '../../../shared/pipes/iscsi-backstore.pipe'; -import { ListPipe } from '../../../shared/pipes/list.pipe'; import { RelativeDatePipe } from '../../../shared/pipes/relative-date.pipe'; import { FormatterService } from '../../../shared/services/formatter.service'; import { SharedModule } from '../../../shared/shared.module'; @@ -38,7 +37,6 @@ describe('IscsiComponent', () => { FormatterService, RelativeDatePipe, IscsiBackstorePipe, - ListPipe, { provide: IscsiService, useValue: fakeService }, i18nProviders ] diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html index 2d5d8c426d7c..45c488fb1bff 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html @@ -59,7 +59,7 @@ - OSD(s) {{ getSelectedOsdIds() | list }} will be marked + OSD(s) {{ getSelectedOsdIds() | join }} will be marked {{ markActionDescription }} if you proceed. @@ -71,6 +71,6 @@ The {selection.hasSingleSelection, select, 1 {OSD is} 0 {OSDs are}} not safe to destroy! - OSD {{ getSelectedOsdIds() | list }} will be + OSD {{ getSelectedOsdIds() | join }} will be {{ actionDescription }} if you proceed. diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html index f02a04afd0dc..f5a5bb2f1ced 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-scrub-modal/osd-scrub-modal.component.html @@ -9,7 +9,7 @@ novalidate>