Websocket Connection Broken.
Something's wrong with the connection back to the Bunker. You will have to reload this page.
{% macro ws_fail_message() %}
{% endmacro %} {% macro flash_msg_holder() %} {% endmacro %} {# these values are mirroring real config values, must share same name; use in JS #} {% macro cfg_mirrors(fld_names) %} {% for fn in fld_names %} {{fn}}: {{ CFG.get(fn)|tojson }}, {% endfor %} {% endmacro %} {% macro select_field(title, cfgname, values, labels, default_idx=0, numeric=False, width='eight', hide_label=False) %}