Skip to content

Commit

Permalink
cleanup(digital twin): delete digital twin code (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanya-bmw authored Sep 25, 2023
1 parent e7fbbf7 commit d8a28e9
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 893 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
- Service Subscription
- UI Changes
- Add filters
- Digital Twin
- Code clean up
- Usermanagement
- Bulk upload UI Changes
- Service Marketplace
Expand Down
17 changes: 0 additions & 17 deletions public/testdata/appDetails.json

This file was deleted.

27 changes: 0 additions & 27 deletions src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"appdetails": "App Details",
"datamanagement": "Datenmanagement",
"semantichub": "Semantische Modelle",
"digitaltwin": "Digitale Zwillinge",
"connector": "Konnektor",
"partnernetwork": "Partner Network",
"account": "Mein CX Account",
Expand Down Expand Up @@ -334,32 +333,6 @@
"nomodelText": "Die verwendete URN ist entweder falsch, oder das Modell existiert noch nicht."
}
},
"digitaltwin": {
"table": {
"title": "Übersicht Digitale Zwillinge",
"searchfielddefaulttext": "Teile-Instanz-ID des Assets",
"norows": "Keine Daten mit der Teile-Instanz-ID {data} gefunden",
"columns": {
"idShort": "Name",
"sm_count": "Anzahl Submodelle",
"asset_count": "Anzahl Assets"
}
},
"detail": {
"error": "FEHLER: Es gibt keine Details zu diesem Asset.",
"no_description": "Dieses Asset hat keine Beschreibung.",
"assetId": "Specific Asset IDs",
"submodel_endpoints": "Submodell Endpunkte:",
"semanticid": "Semantic ID:",
"key": "Schlüssel:",
"value": "Wert:",
"endpoints": "Endpunkte:",
"interface": "Schnittstelle:",
"protocol": "Protokoll:",
"protocol_version": "Protokoll Version:",
"protocol_endpoint": "Aspekt Endpunkt:"
}
},
"organization": {
"company": {
"title": "Firmendetails",
Expand Down
27 changes: 0 additions & 27 deletions src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"appdetails": "App Details",
"datamanagement": "Data Management",
"semantichub": "Semantic Hub",
"digitaltwin": "Digital Twins",
"partnernetwork": "Partner Network",
"connector": "Connector",
"account": "My CX Account",
Expand Down Expand Up @@ -333,32 +332,6 @@
"nomodelText": "The used URN is either incorrect or the model does not yet exist."
}
},
"digitaltwin": {
"table": {
"title": "Overview Digital Twins",
"searchfielddefaulttext": "Part Instance ID of the Asset",
"norows": "no data found with the part instance id value {data}",
"columns": {
"idShort": "Name",
"sm_count": "Submodel Count",
"asset_count": "Asset Count"
}
},
"detail": {
"error": "ERROR: No twin data available.",
"no_description": "This asset has no description.",
"assetId": "Specific asset IDs",
"submodel_endpoints": "Submodel endpoints:",
"semanticid": "Semantic ID:",
"key": "Key:",
"value": "Value:",
"endpoints": "Endpoints:",
"interface": "Interface:",
"protocol": "Protocol:",
"protocol_version": "Protocol version:",
"protocol_endpoint": "Aspect Endpoint:"
}
},
"organization": {
"company": {
"title": "Company Details",
Expand Down
59 changes: 0 additions & 59 deletions src/components/pages/DigitalTwins/DigitalTwinDetailDialog.tsx

This file was deleted.

75 changes: 0 additions & 75 deletions src/components/pages/DigitalTwins/DigitalTwinsTableColumns.tsx

This file was deleted.

Loading

0 comments on commit d8a28e9

Please sign in to comment.