mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-19 00:16:29 +08:00
dashboard: restore connection/version message
This commit is contained in:
parent
10bf8704c1
commit
694a3490c6
@ -248,8 +248,8 @@ def main():
|
|||||||
server_description = server_name + " ({})".format(args.server)
|
server_description = server_name + " ({})".format(args.server)
|
||||||
else:
|
else:
|
||||||
server_description = args.server
|
server_description = args.server
|
||||||
logging.info("ARTIQ dashboard version: %s",
|
logging.info("ARTIQ dashboard %s connected to master %s",
|
||||||
artiq_version)
|
artiq_version, server_description)
|
||||||
# run
|
# run
|
||||||
main_window.show()
|
main_window.show()
|
||||||
loop.run_until_complete(main_window.exit_request.wait())
|
loop.run_until_complete(main_window.exit_request.wait())
|
||||||
|
Loading…
Reference in New Issue
Block a user