Skip to content

Commit

Permalink
SHIBUI-930: Updated dropdown values for 'Max Validity Interval' to be…
Browse files Browse the repository at this point in the history
… more in alignment with proper usage;
  • Loading branch information
Jodie Muramoto committed Oct 18, 2018
1 parent 1cc1462 commit 3e5a8f8
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions ui/src/assets/schema/provider/filebacked-http-filters.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -127,4 +125,4 @@
}
}
}
}
}

0 comments on commit 3e5a8f8

Please sign in to comment.