mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user