Rename const file dummyUsers.js to chronografAdmin.js

pull/10616/head
Jared Scheib 2017-11-30 13:06:38 -08:00
parent 6218d5b56b
commit 037e9e8aa0
7 changed files with 7 additions and 7 deletions

View File

@ -4,8 +4,8 @@ import SlideToggle from 'shared/components/SlideToggle'
import ConfirmButtons from 'shared/components/ConfirmButtons'
import Dropdown from 'shared/components/Dropdown'
import {DEFAULT_ORG_ID} from 'src/admin/constants/dummyUsers'
import {USER_ROLES} from 'src/admin/constants/dummyUsers'
import {DEFAULT_ORG_ID} from 'src/admin/constants/chronografAdmin'
import {USER_ROLES} from 'src/admin/constants/chronografAdmin'
const OrganizationsTableRowDeleteButton = ({organization, onClickDelete}) =>
organization.id === DEFAULT_ORG_ID

View File

@ -3,7 +3,7 @@ import React, {Component, PropTypes} from 'react'
import ConfirmButtons from 'shared/components/ConfirmButtons'
import Dropdown from 'shared/components/Dropdown'
import {USER_ROLES} from 'src/admin/constants/dummyUsers'
import {USER_ROLES} from 'src/admin/constants/chronografAdmin'
import {MEMBER_ROLE} from 'src/auth/Authorized'
class OrganizationsTableRowNew extends Component {

View File

@ -6,7 +6,7 @@ import Dropdown from 'shared/components/Dropdown'
import SlideToggle from 'shared/components/SlideToggle'
import DeleteConfirmTableCell from 'shared/components/DeleteConfirmTableCell'
import {USER_ROLES} from 'src/admin/constants/dummyUsers'
import {USER_ROLES} from 'src/admin/constants/chronografAdmin'
import {USERS_TABLE} from 'src/admin/constants/chronografTableSizing'
const UsersTableRow = ({

View File

@ -6,7 +6,7 @@ import Dropdown from 'shared/components/Dropdown'
import SlideToggle from 'shared/components/SlideToggle'
import {USERS_TABLE} from 'src/admin/constants/chronografTableSizing'
import {USER_ROLES} from 'src/admin/constants/dummyUsers'
import {USER_ROLES} from 'src/admin/constants/chronografAdmin'
import {MEMBER_ROLE} from 'src/auth/Authorized'
class UsersTableRowNew extends Component {

View File

@ -8,7 +8,7 @@ const getInitialState = () => ({
import {getMeRole} from 'shared/reducers/helpers/auth'
import {DEFAULT_ORG_NAME} from 'src/admin/constants/dummyUsers'
import {DEFAULT_ORG_NAME} from 'src/admin/constants/chronografAdmin'
export const initialState = getInitialState()

View File

@ -5,7 +5,7 @@ import {connect} from 'react-redux'
import QuestionMarkTooltip from 'shared/components/QuestionMarkTooltip'
import {insecureSkipVerifyText} from 'shared/copy/tooltipText'
import {USER_ROLES} from 'src/admin/constants/dummyUsers'
import {USER_ROLES} from 'src/admin/constants/chronografAdmin'
import _ from 'lodash'
import {SUPERADMIN_ROLE} from 'src/auth/Authorized'