blob: 410f4b698a35dd60bc6ea773438e78a23d3fe61c [file]
== Web Frontend Configuration
[[nodeprovider-web]]
=== Node Provider Configuration
To create a Node Provider in the Web UI, an administrative user must login into the application. After login, it is necessary to switch to the administration page and add a system preference to the configuration.
The configuration must be located in the system scope and the key must be prefixed with `nodeprovider.`.
image::images/NodeproviderPreference.png[]
Example Node provider key: +
* nodeprovider.generic_measured
=== I18N Configuration
I18N support for web frontend, languages available: English, German.
For adding a new language see: +
org.eclipse.mdm/nucleus/webclient/src/main/webapp/README_I18N.md
Files with translations: +
org.eclipse.mdm/nucleus/webclient/src/main/webapp/src/assets/i18n/*.json
=== Icons Configuration
All icons for the web frontend are taken from the FAMFAMFAM Silk Icons library, version 1.3 (http://www.famfamfam.com/lab/icons/silk/). This library is licenced under the Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/). This library was approved by the Eclipse Foundation, see CQ 17759.
Note:
A lot of users of other mdm applications are used to the icons from this document
https://www.highqsoft.com/download/ao_base.htm
These icons are not open source, so we do not use them in our application.
The mapping is defined in:
org.eclipse.mdm/nucleus/webclient/src/main/webapp/src/styles.css
The mapping from the ao elements to FAMFAMFAM icons:
[%autowidth]
[options="header"]
|=======================
|ASAM ODS 5.3.0 Base Element Definitions |Icon|FamFamFam Silk Icons, V1.3
|https://www.highqsoft.com/download/ao_base.htm#AoFile
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/page_white_stack.png[]
|page_white_stack
|https://www.highqsoft.com/download/ao_base.htm#AoEnvironment
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/database.png[]
|database
|folder
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/folder.png[]
|folder
|https://www.highqsoft.com/download/ao_base.htm#AoMeasurementQuantity
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/chart_curve_go.png[]
|chart_curve_go
|https://www.highqsoft.com/download/ao_base.htm#AoMeasurement
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/chart_curve.png[]
|chart_curve
|https://www.highqsoft.com/download/ao_base.htm#AoParameter
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/shape_square.png[]
|shape_square
|https://www.highqsoft.com/download/ao_base.htm#AoParameterSet
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/shape_move_forwards.png[]
|shape_move_forwards
|project
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/house.png[]
|house
|structure level
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/paste_plain.png[]
|paste_plain
|https://www.highqsoft.com/download/ao_base.htm#AoSubmatrix
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/calendar.png[]
|calendar
|https://www.highqsoft.com/download/ao_base.htm#AoTestEquipmentPart
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/monitor.png[]
|monitor
|https://www.highqsoft.com/download/ao_base.htm#AoTestEquipment
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/computer.png[]
|computer
|https://www.highqsoft.com/download/ao_base.htm#AoTest
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/brick_add.png[]
|brick_add
|https://www.highqsoft.com/download/ao_base.htm#AoTestSequencePart
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/shape_move_front.png[]
|shape_move_front
|https://www.highqsoft.com/download/ao_base.htm#AoTestSequence
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/page_white_stack.png[]
|page_white_stack
|test step
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/brick.png[]
|brick
|https://www.highqsoft.com/download/ao_base.htm#AoUnitUnderTestPart
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/cog.png[]
|cog
|https://www.highqsoft.com/download/ao_base.htm#AoUnitUnderTest
|image:../../nucleus/webclient/src/main/webapp/src/assets/famfamfam_icons/cog_go.png[]
|cog_go
|=======================