diff --git a/aas-web-ui/src/components/SubmodelElementView.vue b/aas-web-ui/src/components/SubmodelElementView.vue index 24cc24e..a1f7fe9 100644 --- a/aas-web-ui/src/components/SubmodelElementView.vue +++ b/aas-web-ui/src/components/SubmodelElementView.vue @@ -47,6 +47,20 @@ " :semantic-id-object="submodelElementData.semanticId" :semantic-title="'SemanticID'"> + + + @@ -160,6 +174,7 @@ import DisplayNameElement from '@/components/UIComponents/DisplayNameElement.vue'; import IdentificationElement from '@/components/UIComponents/IdentificationElement.vue'; import SemanticID from '@/components/UIComponents/SemanticID.vue'; + import SupplementalSemanticID from '@/components/UIComponents/SupplementalSemanticID.vue'; import RequestHandling from '@/mixins/RequestHandling'; import SubmodelElementHandling from '@/mixins/SubmodelElementHandling'; import { useAASStore } from '@/store/AASDataStore'; @@ -173,6 +188,7 @@ DisplayNameElement, DescriptionElement, SemanticID, + SupplementalSemanticID, ConceptDescription, Submodel, diff --git a/aas-web-ui/src/components/UIComponents/SemanticID.vue b/aas-web-ui/src/components/UIComponents/SemanticID.vue index cf3117b..c1910c4 100644 --- a/aas-web-ui/src/components/UIComponents/SemanticID.vue +++ b/aas-web-ui/src/components/UIComponents/SemanticID.vue @@ -1,6 +1,6 @@