|
@@ -6,24 +6,6 @@ import ConductionStatusHr from './ConductionStatusHr';
|
|
|
const CustomBotWithProxyIntegrationCard = (props) => {
|
|
const CustomBotWithProxyIntegrationCard = (props) => {
|
|
|
const { t } = useTranslation();
|
|
const { t } = useTranslation();
|
|
|
|
|
|
|
|
- // let errorCount = 0;
|
|
|
|
|
- // workspaceNames.forEach((w) => {
|
|
|
|
|
- // if (w == null) {
|
|
|
|
|
- // errorCount++;
|
|
|
|
|
- // }
|
|
|
|
|
- // });
|
|
|
|
|
-
|
|
|
|
|
- // let conductionStatus;
|
|
|
|
|
- // if (errorCount === 0 && workspaceNames.length !== 0) {
|
|
|
|
|
- // conductionStatus = 'green';
|
|
|
|
|
- // }
|
|
|
|
|
- // else if (errorCount === workspaceNames.length) {
|
|
|
|
|
- // conductionStatus = 'red';
|
|
|
|
|
- // }
|
|
|
|
|
- // else {
|
|
|
|
|
- // conductionStatus = 'yellow';
|
|
|
|
|
- // }
|
|
|
|
|
-
|
|
|
|
|
return (
|
|
return (
|
|
|
<div className="d-flex justify-content-center my-5 bot-integration">
|
|
<div className="d-flex justify-content-center my-5 bot-integration">
|
|
|
|
|
|