Skip to content

Commit

Permalink
env vars in index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed May 2, 2023
1 parent 7cb6476 commit a493837
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/faces-gui/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,13 @@ <H1>Faces</H1>
$("cells").innerHTML += "<br/>"
}

key = new Key($("key"))
if (!%%{hide_key}) {
key = new Key($("key"))
}

if (%%{show_pods}) {
showPods.toggle()
}

let watcher = new CellWatcher(logger, sw, cells, podSet)

Expand Down

0 comments on commit a493837

Please sign in to comment.