Skip to content

Commit 406f48d

Browse files
committed
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 <[email protected]>
1 parent 3f7db60 commit 406f48d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/shared/enum/retention-frequency.enum.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export enum RetentionFrequency {
2-
Minutely = 'm',
32
Hourly = 'h',
43
Daily = 'd',
54
Weekly = 'w',

0 commit comments

Comments
 (0)