Merge branch 'master' of http://118.219.150.34:50501/DBNT/kcscDev
commit
1f5485249b
|
|
@ -1,4 +1,4 @@
|
||||||
import React, {useState, useEffect, useCallback, useRef, PureComponent} from 'react';
|
import React, {useState, useEffect, useCallback} from 'react';
|
||||||
import { Link, useLocation } from 'react-router-dom';
|
import { Link, useLocation } from 'react-router-dom';
|
||||||
|
|
||||||
import {LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
import {LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
||||||
|
|
@ -145,6 +145,7 @@ function FileConnections(props) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
},[listTag]);
|
},[listTag]);
|
||||||
|
|
||||||
const CustomTooltip = ({ active, payload, label }) => {
|
const CustomTooltip = ({ active, payload, label }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import React, {useState, useEffect, useCallback, useRef, PureComponent} from 'react';
|
import React, {useState, useEffect, useCallback} from 'react';
|
||||||
import { Link, useLocation } from 'react-router-dom';
|
import { Link, useLocation } from 'react-router-dom';
|
||||||
import {BarChart, Bar, Rectangle, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
import {BarChart, Bar, Rectangle, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
||||||
|
|
||||||
|
|
@ -85,6 +85,7 @@ function MenuConnections(props) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
},[listTag]);
|
},[listTag]);
|
||||||
|
|
||||||
const CustomTooltip = ({ active, payload, label }) => {
|
const CustomTooltip = ({ active, payload, label }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import React, { useState, useEffect, useCallback, useRef } from 'react';
|
import React, { useState, useEffect, useCallback } from 'react';
|
||||||
import { Link, useLocation } from 'react-router-dom';
|
import { Link, useLocation } from 'react-router-dom';
|
||||||
|
|
||||||
import * as EgovNet from 'api/egovFetch';
|
import * as EgovNet from 'api/egovFetch';
|
||||||
|
|
@ -77,6 +77,7 @@ function PrivacyConnections(props) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
},[listTag]);
|
},[listTag]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import React, {useState, useEffect, useCallback, useRef, PureComponent} from 'react';
|
import React, {useState, useEffect, useCallback} from 'react';
|
||||||
import { Link, useLocation } from 'react-router-dom';
|
import { Link, useLocation } from 'react-router-dom';
|
||||||
import {BarChart, Bar, Rectangle, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
import {BarChart, Bar, Rectangle, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer} from 'recharts';
|
||||||
|
|
||||||
|
|
@ -84,6 +84,7 @@ function UserConnections(props) {
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
// console.groupEnd("EgovAdminPrivacyList.retrieveList()");
|
||||||
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
},[listTag]);
|
},[listTag]);
|
||||||
|
|
||||||
const CustomTooltip = ({ active, payload, label }) => {
|
const CustomTooltip = ({ active, payload, label }) => {
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ const Palette = (mode) => {
|
||||||
divider: paletteColor.grey[200],
|
divider: paletteColor.grey[200],
|
||||||
background: {
|
background: {
|
||||||
paper: paletteColor.grey[0],
|
paper: paletteColor.grey[0],
|
||||||
default: paletteColor.grey.A50
|
// default: paletteColor.grey.A50 // 뒷배경 색이 깔려서 주석처리함
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue