Clean up and improve node execution code.
This commit is contained in:
parent
935c6cf671
commit
cadd3404b9
3 changed files with 89 additions and 117 deletions
|
@ -51,6 +51,9 @@ makeButton(row, "NODE", {
|
|||
if HASNODE {
|
||||
set nodeDV:TEXT to NEXTNODE:DELTAV:MAG:ToString.
|
||||
set nodeBT:TEXT to BurnTime(NEXTNODE:DELTAV:MAG):ToString.
|
||||
} else {
|
||||
set nodeDV:TEXT to "No Node".
|
||||
set nodeBT:TEXT to "No Node".
|
||||
}
|
||||
stk:ShowOnly(panes["node"]).
|
||||
}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue