Docs: Update 'Whitelisted' to 'Allowed' per style guide (#38897)

* Docs: Updated 'Whitelisted' to 'Accepted' to match what's shown in the frontend now.

* Apply suggestions from code review

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>

* Docs: Update frontend to match docs

* kick drone

Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
This commit is contained in:
Ashley Harrison
2021-09-07 13:30:26 +01:00
committed by GitHub
parent 8826540c09
commit 9ce5edfa6b
5 changed files with 19 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ export const OpenTsdbDetails = (props: Props) => {
/>
</div>
<div className="gf-form">
<InlineFormLabel width={7}>Lookup Limit</InlineFormLabel>
<InlineFormLabel width={7}>Lookup limit</InlineFormLabel>
<Input
type="number"
value={value.jsonData.lookupLimit ?? 1000}