added jobs url
parent
153b59ba61
commit
c967a494d8
|
@ -63,7 +63,7 @@ export default function App() {
|
||||||
/*const [notificationApi, notificationContextHolder] =
|
/*const [notificationApi, notificationContextHolder] =
|
||||||
notification.useNotification();
|
notification.useNotification();
|
||||||
*/
|
*/
|
||||||
const { t, i18n } = useTranslation();
|
const { _, i18n } = useTranslation();
|
||||||
|
|
||||||
const { userSession, setUserSession } = UseUserSession();
|
const { userSession, setUserSession } = UseUserSession();
|
||||||
//const [isWebSocketReady, setIsWebSocketReady] = useState(false);
|
//const [isWebSocketReady, setIsWebSocketReady] = useState(false);
|
||||||
|
@ -103,7 +103,7 @@ export default function App() {
|
||||||
}
|
}
|
||||||
|
|
||||||
console.info(
|
console.info(
|
||||||
"\n %c ZeitAdler Dashboard %c BETA %c \n",
|
`\n %c ZeitAdler Dashboard %c ${Constants.KK_JOBS_URL} %c \n`,
|
||||||
"background-color: #555;color: #fff;padding: 3px 2px 3px 3px;border-radius: 3px 0 0 3px;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
|
"background-color: #555;color: #fff;padding: 3px 2px 3px 3px;border-radius: 3px 0 0 3px;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
|
||||||
"background-color: #bc81e0;background-image: linear-gradient(90deg, #6878d6, #4d61d6);color: #fff;padding: 3px 3px 3px 2px;border-radius: 0 3px 3px 0;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
|
"background-color: #bc81e0;background-image: linear-gradient(90deg, #6878d6, #4d61d6);color: #fff;padding: 3px 3px 3px 2px;border-radius: 0 3px 3px 0;font-family: DejaVu Sans,Verdana,Geneva,sans-serif;text-shadow: 0 1px 0 rgba(1, 1, 1, 0.3)",
|
||||||
"background-color: transparent"
|
"background-color: transparent"
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
import {
|
import {
|
||||||
Button,
|
Button,
|
||||||
Card,
|
Card,
|
||||||
Checkbox,
|
|
||||||
Form,
|
Form,
|
||||||
Select,
|
Select,
|
||||||
Skeleton,
|
Skeleton,
|
||||||
Space,
|
Space,
|
||||||
Switch,
|
Switch,
|
||||||
Typography,
|
|
||||||
notification,
|
notification,
|
||||||
} from "antd";
|
} from "antd";
|
||||||
import { myFetch } from "../../utils";
|
import { myFetch } from "../../utils";
|
||||||
|
|
|
@ -71,6 +71,7 @@ export const Constants = {
|
||||||
},
|
},
|
||||||
DELAY_ACCOUNT_NAME_CHECK: 250,
|
DELAY_ACCOUNT_NAME_CHECK: 250,
|
||||||
CLARITY_PROJECT_ID: "kr0pale8uy",
|
CLARITY_PROJECT_ID: "kr0pale8uy",
|
||||||
|
KK_JOBS_URL: "https://kk-innovation.eu/jobs/",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const AppStyle = {
|
export const AppStyle = {
|
||||||
|
|
Loading…
Reference in New Issue