From 3e5a8f8e683312b530bfd1671fd9d2670ecca91b Mon Sep 17 00:00:00 2001 From: Jodie Muramoto Date: Thu, 18 Oct 2018 13:35:15 -0700 Subject: [PATCH] SHIBUI-930: Updated dropdown values for 'Max Validity Interval' to be more in alignment with proper usage; --- .../filebacked-http-filters.schema.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/ui/src/assets/schema/provider/filebacked-http-filters.schema.json b/ui/src/assets/schema/provider/filebacked-http-filters.schema.json index 7672a580e..20cf1fef0 100644 --- a/ui/src/assets/schema/provider/filebacked-http-filters.schema.json +++ b/ui/src/assets/schema/provider/filebacked-http-filters.schema.json @@ -21,15 +21,13 @@ "widget": { "id": "datalist", "data": [ - "PT0S", - "PT30S", - "PT1M", - "PT10M", - "PT30M", - "PT1H", - "PT4H", - "PT12H", - "PT24H" + "1H", + "8H", + "1D", + "5D", + "7D", + "14D", + "30D" ] }, "default": null, @@ -127,4 +125,4 @@ } } } -} \ No newline at end of file +}