From: Ricardo Marques Date: Wed, 21 Mar 2018 16:22:34 +0000 (+0000) Subject: mgr/dashboard: Add support for EiB-YiB on dimless.pipe X-Git-Tag: v13.1.0~515^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=421fa7ff67cb74d27fe652fc2c30fe7d1377fae5;p=ceph.git mgr/dashboard: Add support for EiB-YiB on dimless.pipe Signed-off-by: Ricardo Marques --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts index 5e02846e35203..875211576c062 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts @@ -14,7 +14,10 @@ export class DimlessPipe implements PipeTransform { 'M', 'G', 'T', - 'P' + 'P', + 'E', + 'Z', + 'Y' ]); } }