From: Ivo Almeida Date: Mon, 15 Apr 2024 15:50:41 +0000 (+0100) Subject: mgr/dashboard: remove minutely from retention dd X-Git-Tag: v20.0.0~2147^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F56907%2Fhead;p=ceph.git mgr/dashboard: remove minutely from retention dd Removed "minutely" from retention policy dropdown Fixes: https://tracker.ceph.com/issues/65493 Signed-off-by: Ivo Almeida --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/retention-frequency.enum.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/retention-frequency.enum.ts index b24a337ee1cf0..857c08c0c5678 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/retention-frequency.enum.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/retention-frequency.enum.ts @@ -1,5 +1,4 @@ export enum RetentionFrequency { - Minutely = 'm', Hourly = 'h', Daily = 'd', Weekly = 'w',