ImEX and App Improvements.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Icon from "@ant-design/icons";
|
||||
import {Popover} from "antd";
|
||||
import {Popover, Space} from "antd";
|
||||
import _ from "lodash";
|
||||
import dayjs from "../../utils/day";
|
||||
|
||||
@@ -135,7 +135,7 @@ export function ScheduleCalendarHeaderComponent({
|
||||
|
||||
const LoadComponent = loadData ? (
|
||||
<div>
|
||||
<div className="imex-flex-row imex-flex-row__flex-space-around">
|
||||
<Space align='center'>
|
||||
<Popover
|
||||
placement={"bottom"}
|
||||
content={jobsInPopup}
|
||||
@@ -155,7 +155,7 @@ export function ScheduleCalendarHeaderComponent({
|
||||
{(loadData.allHoursOut || 0) && loadData.allHoursOut.toFixed(2)}
|
||||
</Popover>
|
||||
<ScheduleCalendarHeaderGraph loadData={loadData}/>
|
||||
</div>
|
||||
</Space>
|
||||
<div>
|
||||
<ul style={{listStyleType: "none", columns: "2 auto", padding: 0}}>
|
||||
{Object.keys(ATSToday).map((key, idx) => (
|
||||
|
||||
Reference in New Issue
Block a user