diff --git a/ui/src/views/Main.tsx b/ui/src/views/Main.tsx index 4845cef3..f1808523 100644 --- a/ui/src/views/Main.tsx +++ b/ui/src/views/Main.tsx @@ -3,6 +3,7 @@ import { shallowEqual } from "react-redux" import { Layout, Menu, Row, Col, Result, Button, Drawer, Avatar, Dropdown, Badge} from "antd" import { SettingFilled } from "@ant-design/icons" import { Helmet } from "react-helmet" +import moment from "moment" import { useAppSelector, useAppDispatch } from "../redux/hooks" import { init, searchDeployments, searchReviews, fetchLicense, notifyDeploymentEvent, notifyReviewmentEvent, mainSlice as slice } from "../redux/main" @@ -157,7 +158,7 @@ export default function Main(props: any) { - + -