removed unused import from Web UI
parent
ad2000c3fe
commit
ea5577c2df
|
|
@ -13,9 +13,7 @@ import {
|
|||
Spinner
|
||||
} from 'reactstrap';
|
||||
import Summary from './Summary';
|
||||
import Loader from '../../common/Loader';
|
||||
import FalconCardHeader from '../../common/FalconCardHeader';
|
||||
import uuid from 'uuid/v1';
|
||||
import Datetime from 'react-datetime';
|
||||
import moment from 'moment';
|
||||
import createMarkup from '../../../helpers/createMarkup';
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
|
|||
import { Link } from 'react-router-dom';
|
||||
import { Badge, Media } from 'reactstrap';
|
||||
import Calendar from '../../common/Calendar';
|
||||
import ButtonIcon from '../../common/ButtonIcon';
|
||||
|
||||
const ReportBadge = ({ text, ...rest }) => <Badge {...rest}>{text}</Badge>;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +1,11 @@
|
|||
import React, { Component } from 'react';
|
||||
import { Line } from 'react-chartjs-2';
|
||||
import range from 'lodash/range';
|
||||
import { Card, CardHeader, CardBody, ListGroup, ListGroupItem } from 'reactstrap';
|
||||
import { rgbaColor } from '../../../helpers/utils';
|
||||
import { withTranslation } from 'react-i18next';
|
||||
import uuid from 'uuid/v1';
|
||||
import { APIBaseURL } from '../../../config';
|
||||
import { getCookieValue, createCookie } from '../../../helpers/utils';
|
||||
import { getCookieValue } from '../../../helpers/utils';
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
|
||||
const dividerBorder = '1px solid rgba(255, 255, 255, 0.15)';
|
||||
const listItemBorderColor = 'rgba(255, 255, 255, 0.05)';
|
||||
|
||||
class RealtimeChart extends Component {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
FormGroup,
|
||||
Input,
|
||||
Label,
|
||||
CustomInput,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Datetime from 'react-datetime';
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
FormGroup,
|
||||
Input,
|
||||
Label,
|
||||
CustomInput,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Datetime from 'react-datetime';
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ import {
|
|||
UncontrolledDropdown,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import uuid from 'uuid/v1';
|
||||
import Cascader from 'rc-cascader';
|
||||
import loadable from '@loadable/component';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
|
|||
import { Link } from 'react-router-dom';
|
||||
import { Badge, Media } from 'reactstrap';
|
||||
import Calendar from '../../common/Calendar';
|
||||
import ButtonIcon from '../../common/ButtonIcon';
|
||||
|
||||
const ReportBadge = ({ text, ...rest }) => <Badge {...rest}>{text}</Badge>;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
FormGroup,
|
||||
Input,
|
||||
Label,
|
||||
CustomInput,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Datetime from 'react-datetime';
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ import CountUp from 'react-countup';
|
|||
import Datetime from 'react-datetime';
|
||||
import moment from 'moment';
|
||||
import loadable from '@loadable/component';
|
||||
import Loader from '../../common/Loader';
|
||||
import Cascader from 'rc-cascader';
|
||||
import CardSummary from '../common/CardSummary';
|
||||
import LineChart from '../common/LineChart';
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ import React, { createRef, Fragment, useEffect, useState } from 'react';
|
|||
import {
|
||||
Breadcrumb,
|
||||
BreadcrumbItem,
|
||||
Button,
|
||||
ButtonGroup,
|
||||
Card,
|
||||
CardBody,
|
||||
Col,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ import CountUp from 'react-countup';
|
|||
import Datetime from 'react-datetime';
|
||||
import moment from 'moment';
|
||||
import loadable from '@loadable/component';
|
||||
import Loader from '../../common/Loader';
|
||||
import Cascader from 'rc-cascader';
|
||||
import CardSummary from '../common/CardSummary';
|
||||
import LineChart from '../common/LineChart';
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ import {
|
|||
UncontrolledDropdown,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import uuid from 'uuid/v1';
|
||||
import Cascader from 'rc-cascader';
|
||||
import loadable from '@loadable/component';
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
FormGroup,
|
||||
Input,
|
||||
Label,
|
||||
CustomInput,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Datetime from 'react-datetime';
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
FormGroup,
|
||||
Input,
|
||||
Label,
|
||||
CustomInput,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Datetime from 'react-datetime';
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ import {
|
|||
FormGroup,
|
||||
Input,
|
||||
Label,
|
||||
CustomInput,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Datetime from 'react-datetime';
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import {
|
|||
Col,
|
||||
Card,
|
||||
CardBody,
|
||||
CardFooter,
|
||||
Form,
|
||||
FormGroup,
|
||||
Input,
|
||||
|
|
@ -18,7 +17,6 @@ import {
|
|||
Table,
|
||||
Spinner,
|
||||
} from 'reactstrap';
|
||||
import Loader from '../../common/Loader';
|
||||
import createMarkup from '../../../helpers/createMarkup';
|
||||
import Datetime from 'react-datetime';
|
||||
import moment from 'moment';
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import React, { Fragment } from 'react';
|
||||
import BootstrapTable from 'react-bootstrap-table-next';
|
||||
import FalconCardHeader from '../../common/FalconCardHeader';
|
||||
import ButtonIcon from '../../common/ButtonIcon';
|
||||
import { Card, CardBody, CardHeader, Row, Col } from 'reactstrap';
|
||||
import { withTranslation } from 'react-i18next';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import React, { Fragment } from 'react';
|
||||
import BootstrapTable from 'react-bootstrap-table-next';
|
||||
import FalconCardHeader from '../../common/FalconCardHeader';
|
||||
import ButtonIcon from '../../common/ButtonIcon';
|
||||
import { Card, CardBody, CardHeader, Row, Col } from 'reactstrap';
|
||||
import { withTranslation } from 'react-i18next';
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ import {
|
|||
Row,
|
||||
Col } from 'reactstrap';
|
||||
import FalconCardHeader from '../../common/FalconCardHeader';
|
||||
import ButtonIcon from '../../common/ButtonIcon';
|
||||
import { withTranslation } from 'react-i18next';
|
||||
import paginationFactory, { PaginationProvider } from 'react-bootstrap-table2-paginator';
|
||||
import { getPaginationArray } from '../../../helpers/utils';
|
||||
|
|
|
|||
Loading…
Reference in New Issue