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

pull/1333/head
Sebastien Bourdeauducq 2019-06-13 18:41:42 +08:00
parent 1a898c423a
commit 8853cf8df9
1 changed files with 4 additions and 0 deletions

View File

@ -211,6 +211,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: