fix(ui): spacing typo (#11476)
parent
81507f0e55
commit
f4136d17f9
|
@ -158,7 +158,7 @@ export default class Collectors extends PureComponent<Props, State> {
|
|||
return (
|
||||
<EmptyState size={ComponentSize.Medium}>
|
||||
<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']}
|
||||
/>
|
||||
{this.createButton}
|
||||
|
@ -168,7 +168,7 @@ export default class Collectors extends PureComponent<Props, State> {
|
|||
|
||||
return (
|
||||
<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>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@ const TelegrafExplainer: SFC = () => (
|
|||
<br />
|
||||
Here's a handy guide for{' '}
|
||||
<a
|
||||
href="https://docs.influxdata.com/telegraf/v1.9/introduction/getting-started/"
|
||||
href="https://docs.influxdata.com/telegraf/latest/introduction/getting-started/"
|
||||
target="_blank"
|
||||
>
|
||||
Getting Started with Telegraf
|
||||
|
|
Loading…
Reference in New Issue