-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Showing name of AAS in submodel list component and autoscrolling to selected AAS #97
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR. I noticed that the AAS Name is not shown in the SubmodelList on desktop when in the viewer mode. Could you please add this as well?
There is still another bug: |
You are right, good find. I will try to fix this. Update: On initial load, the needed information is not present because only the endpoint can be constructed out of the query param coming from the address bar: {
"endpoints": [
{
"protocolInformation": {
"href": "http://localhost:8081/shells/aHR0cHM6Ly9leGFtcGxlLmNvbS9pZHMvYWFzLzkyMDRfNjA5MV84MDQyXzczNzQ"
},
"interface": "AAS-3.0"
}
]
} |
Right, opening the GUI with aas query parameter is resulting in
From my point of view it should be sufficient if mounted() of AASList.vue will dispatch not just the endpoint of the AAS. |
Description of Changes
Related Issue
Closes #86
BaSyx Configuration for Testing
https://github.com/eclipse-basyx/basyx-java-server-sdk/tree/main/examples/BaSyxMinimal