From 421fa7ff67cb74d27fe652fc2c30fe7d1377fae5 Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Wed, 21 Mar 2018 16:22:34 +0000 Subject: [PATCH] mgr/dashboard: Add support for EiB-YiB on dimless.pipe Signed-off-by: Ricardo Marques --- .../dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 5e02846e352..875211576c0 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' ]); } }