save selected vars
This commit is contained in:
parent
54b1d0799e
commit
e7aa41ce1f
5 changed files with 56 additions and 7 deletions
5
frontend/src/waveform_panel/template_vars.px.js
Normal file
5
frontend/src/waveform_panel/template_vars.px.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
if (FW.loaded_filename() === "{LOADED_FILENAME}") {
|
||||
FW.select_vars([
|
||||
{FULL_VAR_NAMES}
|
||||
])
|
||||
}
|
Reference in a new issue