Rename org-view-tab to settings-tab

pull/13385/head
Deniz Kusefoglu 2019-04-12 15:48:23 -07:00
parent 40bc15d53f
commit 92cc0cfbed
9 changed files with 8 additions and 9 deletions

View File

@ -34,7 +34,7 @@ class TokensIndex extends Component<StateProps> {
<SettingsNavigation tab="tokens" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--buckets"
id="settings-tab--buckets"
url="buckets"
title="Buckets"
>

View File

@ -35,7 +35,7 @@ class BucketsIndex extends Component<StateProps> {
<SettingsNavigation tab="buckets" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--buckets"
id="settings-tab--buckets"
url="buckets"
title="Buckets"
>

View File

@ -29,7 +29,6 @@ import {getTemplateByID} from 'src/templates/actions'
import {AppState, RemoteDataState, DashboardTemplate} from 'src/types'
import GetResources, {ResourceTypes} from 'src/shared/components/GetResources'
interface StateProps {
templates: TemplateSummary[]
templateStatus: RemoteDataState

View File

@ -34,7 +34,7 @@ class LabelsIndex extends PureComponent<StateProps> {
<SettingsNavigation tab="labels" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--labels"
id="settings-tab--labels"
url="labels"
title="Labels"
>

View File

@ -48,7 +48,7 @@ class MembersIndex extends Component<Props> {
<SettingsNavigation tab="members" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--members"
id="settings-tab--members"
url="members"
title="Members"
>

View File

@ -37,7 +37,7 @@ class ScrapersIndex extends Component<StateProps> {
<SettingsNavigation tab="scrapers" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--scrapers"
id="settings-tab--scrapers"
url="scrapers"
title="Scrapers"
>

View File

@ -35,7 +35,7 @@ class TelegrafsPage extends PureComponent<StateProps> {
<SettingsNavigation tab="telegrafs" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--telegrafs"
id="settings-tab--telegrafs"
url="telegrafs"
title="Telegraf"
>

View File

@ -36,7 +36,7 @@ class TemplatesIndex extends Component<Props> {
<SettingsNavigation tab="templates" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--templates"
id="settings-tab--templates"
url="templates"
title="Templates"
>

View File

@ -35,7 +35,7 @@ class VariablesIndex extends Component<StateProps> {
<SettingsNavigation tab="variables" orgID={org.id} />
<Tabs.TabContents>
<TabbedPageSection
id="org-view-tab--variables"
id="settings-tab--variables"
url="variables"
title="Variables"
>