finished the form for creating an interaction/alert for a device through an object
This commit is contained in:
parent
ce7c90f384
commit
bb92077d0b
6 changed files with 916 additions and 1005 deletions
|
|
@ -50,11 +50,9 @@ import { GrainCable } from "models/GrainCable";
|
|||
// import { Controller } from "models/Controller";
|
||||
import { Pressure } from "models/Pressure";
|
||||
import { CheckCircle, ExpandMore, Warning } from "@mui/icons-material";
|
||||
import { getThemeType } from "theme";
|
||||
import BinGraphs from "bin/graphs/BinGraphs";
|
||||
import BinTour from "bin/BinTour";
|
||||
import { getBinModel } from "common/DataImports/BinCables/BinCableImporter";
|
||||
import ObjectAlerts from "objects/ObjectAlerts";
|
||||
import DevicePresetController from "device/presets/devicePresetController";
|
||||
import { DevicePreset } from "models/DevicePreset";
|
||||
import BinVisualizerV2 from "bin/BinVisualizerV2";
|
||||
|
|
@ -866,6 +864,7 @@ export default function Bin(props: Props) {
|
|||
devices={devices}
|
||||
objectKey={bin.key()}
|
||||
objectType={pond.ObjectType.OBJECT_TYPE_BIN}
|
||||
permissions={permissions}
|
||||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
|
@ -1004,6 +1003,7 @@ export default function Bin(props: Props) {
|
|||
devices={devices}
|
||||
objectKey={bin.key()}
|
||||
objectType={pond.ObjectType.OBJECT_TYPE_BIN}
|
||||
permissions={permissions}
|
||||
/>
|
||||
</Box>
|
||||
</TabPanelMine>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue