Rename const file dummyUsers.js to chronografAdmin.js
parent
6218d5b56b
commit
037e9e8aa0
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 = ({
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue