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