Removed Gear Icon Buttons
This commit is contained in:
parent
8cf209c878
commit
4ccb852a30
@ -66,13 +66,6 @@ const DataNode = ({ id, data }) => {
|
|||||||
|
|
||||||
<div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}>
|
<div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}>
|
||||||
<span>{data?.label || "Data Node"}</span>
|
<span>{data?.label || "Data Node"}</span>
|
||||||
<IconButton
|
|
||||||
size="small"
|
|
||||||
onClick={() => window.BorealisOpenDrawer && window.BorealisOpenDrawer(id, { ...data, nodeId: id })}
|
|
||||||
sx={{ color: "#888", padding: 0, marginLeft: "auto" }}
|
|
||||||
>
|
|
||||||
<SettingsIcon sx={{ fontSize: 16 }} />
|
|
||||||
</IconButton>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}>
|
<div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}>
|
||||||
|
@ -92,13 +92,6 @@ const ComparisonNode = ({ id, data }) => {
|
|||||||
|
|
||||||
<div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}>
|
<div className="borealis-node-header" style={{ display: "flex", justifyContent: "space-between", alignItems: "center" }}>
|
||||||
<span>{data?.label || "Logic Comparison"}</span>
|
<span>{data?.label || "Logic Comparison"}</span>
|
||||||
<IconButton
|
|
||||||
size="small"
|
|
||||||
onClick={() => window.BorealisOpenDrawer(id, { ...data, nodeId: id })}
|
|
||||||
sx={{ color: "#888", padding: 0, marginLeft: "auto" }}
|
|
||||||
>
|
|
||||||
<SettingsIcon sx={{ fontSize: 16 }} />
|
|
||||||
</IconButton>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}>
|
<div className="borealis-node-content" style={{ fontSize: "9px", color: "#ccc", marginTop: 4 }}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user