Merge branch 'staging_environment' into field_dashboard
This commit is contained in:
commit
7a8a010a39
28 changed files with 212 additions and 128 deletions
|
|
@ -810,7 +810,8 @@ export default function Bin(props: Props) {
|
|||
</Grid>
|
||||
<Grid size={{ xs: 12, sm: 12, md: 12, lg: 2.6 }}>
|
||||
{(bin.settings.mode === pond.BinMode.BIN_MODE_DRYING ||
|
||||
bin.settings.mode === pond.BinMode.BIN_MODE_HYDRATING) && (
|
||||
bin.settings.mode === pond.BinMode.BIN_MODE_HYDRATING ||
|
||||
bin.settings.mode === pond.BinMode.BIN_MODE_COOLDOWN) && (
|
||||
<BinConditioningCard
|
||||
mode={bin.settings.mode}
|
||||
interactions={interactions}
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ export default function LibraCart() {
|
|||
<Grid>
|
||||
<Select
|
||||
//style={{ maxWidth: 110 }}
|
||||
title="LibraCart Account"
|
||||
title="Libra Cart Account"
|
||||
displayEmpty
|
||||
disableUnderline={true}
|
||||
value={currentOrg}
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ export default function Users() {
|
|||
"marketplace",
|
||||
"installer",
|
||||
"cnhi",
|
||||
"libracart"
|
||||
"libra-cart"
|
||||
].sort();
|
||||
|
||||
const [rows, setRows] = useState<User[]>([])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue