Skip to content

Commit

Permalink
Merged in story/SHIBUI-930 (pull request #225)
Browse files Browse the repository at this point in the history
SHIBUI-930: Updated dropdown values for 'Max Validity Interval' to be more in alignment with proper usage;
  • Loading branch information
Jonathan Johnson committed Oct 26, 2018
2 parents dcea4cd + 3e5a8f8 commit 39ad719
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 39ad719

Please sign in to comment.