fix(ui): spacing typo (#11476)
parent
81507f0e55
commit
f4136d17f9
|
@ -158,7 +158,7 @@ export default class Collectors extends PureComponent<Props, State> {
|
||||||
return (
|
return (
|
||||||
<EmptyState size={ComponentSize.Medium}>
|
<EmptyState size={ComponentSize.Medium}>
|
||||||
<EmptyState.Text
|
<EmptyState.Text
|
||||||
text={`${orgName} does not own any Telegraf Configurations, why not create one?`}
|
text={`${orgName} does not own any Telegraf Configurations, why not create one?`}
|
||||||
highlightWords={['Telegraf', 'Configurations']}
|
highlightWords={['Telegraf', 'Configurations']}
|
||||||
/>
|
/>
|
||||||
{this.createButton}
|
{this.createButton}
|
||||||
|
@ -168,7 +168,7 @@ export default class Collectors extends PureComponent<Props, State> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<EmptyState size={ComponentSize.Medium}>
|
<EmptyState size={ComponentSize.Medium}>
|
||||||
<EmptyState.Text text="No Telegraf Configuration buckets match your query" />
|
<EmptyState.Text text="No Telegraf Configuration buckets match your query" />
|
||||||
</EmptyState>
|
</EmptyState>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@ const TelegrafExplainer: SFC = () => (
|
||||||
<br />
|
<br />
|
||||||
Here's a handy guide for{' '}
|
Here's a handy guide for{' '}
|
||||||
<a
|
<a
|
||||||
href="https://docs.influxdata.com/telegraf/v1.9/introduction/getting-started/"
|
href="https://docs.influxdata.com/telegraf/latest/introduction/getting-started/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Getting Started with Telegraf
|
Getting Started with Telegraf
|
||||||
|
|
Loading…
Reference in New Issue