dashboard: work around disappearing TTL/DDS panel bug. Closes #1307

release-4
Sebastien Bourdeauducq 2019-06-13 18:41:42 +08:00
parent 2183c06154
commit 5fe37cad30
1 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,10 @@ def main():
smgr.start()
atexit_register_coroutine(smgr.stop)
# work around for https://github.com/m-labs/artiq/issues/1307
d_ttl_dds.ttl_dock.show()
d_ttl_dds.dds_dock.show()
# create first log dock if not already in state
d_log0 = logmgr.first_log_dock()
if d_log0 is not None: