We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed3d80 commit f1a62b3Copy full SHA for f1a62b3
assets/main/board_page.js
@@ -472,6 +472,7 @@ async function init_page() {
472
board_control = common.board_control
473
await board_control.start()
474
window.board_url = await board_control.get_board_url()
475
+ $("title").html(`${window.board_url}`)
476
var vinfo = await board_control.device_info()
477
var workflow_type = board_control.type
478
is_editable = await board_control.is_editable()
0 commit comments