Proposal: cable-sizing module (on-demand DIN VDE 0298-4 cross-section calculator) #1
2 changed files with 2 additions and 2 deletions
|
|
@ -1228,7 +1228,7 @@ a.kpi:hover {
|
|||
}
|
||||
|
||||
.tree-grid .cell-cable-sizing-trigger::after {
|
||||
content: " ⚡";
|
||||
content: " 🧮";
|
||||
font-size: 0.8em;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4277,7 +4277,7 @@ export function CircuitTreeEditor(props: { projectId: string; circuitListId: str
|
|||
row.rowType !== "deviceRow"
|
||||
);
|
||||
const isCableSizingTrigger = Boolean(
|
||||
column.key === "cableSummary" &&
|
||||
(column.key === "cableSummary" || column.key === "cableCrossSection") &&
|
||||
row.circuit &&
|
||||
row.rowType !== "deviceRow"
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue