Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Protos
Nomad 3D
nomad-3d-viewer
Commits
65a1b2fa
Commit
65a1b2fa
authored
Oct 25, 2022
by
legoc
Browse files
Print instrument in client
parent
e6490065
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/client/main/view/menu.js
View file @
65a1b2fa
...
...
@@ -50,6 +50,10 @@ class Menu {
await
this
.
_assetGetter
.
init
();
console
.
log
(
'
AssetGetter inited
'
);
// Get the instrument.
const
url
=
new
URL
(
window
.
location
.
href
);
console
.
log
(
'
Instrument is
'
+
url
.
searchParams
.
get
(
'
instr
'
));
// Get the model list.
const
list
=
await
this
.
_assetGetter
.
getModelList
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment