From: Ricardo Marques Date: Wed, 21 Mar 2018 16:21:02 +0000 (+0000) Subject: mgr/dashboard: Add support for EiB-YiB on dimless-binary.pipe X-Git-Tag: v13.1.0~515^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b57d4e19814d44e6d7ed608ff11b4597a8364350;p=ceph.git mgr/dashboard: Add support for EiB-YiB on dimless-binary.pipe Signed-off-by: Ricardo Marques --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts index 92f000824aa7..13686a1a1971 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts @@ -14,7 +14,10 @@ export class DimlessBinaryPipe implements PipeTransform { 'MiB', 'GiB', 'TiB', - 'PiB' + 'PiB', + 'Eib', + 'Zib', + 'Yib' ]); } }