* simple-ui: add oauth2 support
This uses a trick to ensure that the id token is refreshed; it needs to be revisited after Spring Security 6.5 is released
* fixed style and added a way to enable / disable oauth2 client
* simple-ui: improve target filters
- improve the overall ui of the filters by using the proper icons and layout
- add target filter update and the ability to duplicate filters
Signed-off-by: Mohamed Zenadi <mohamed.zenadi@wattsense.com>
* simple-ui: add poll status and target update status icons
Signed-off-by: Mohamed Zenadi <mohamed.zenadi@wattsense.com>
* apply official style + improve update / create listeners
* one last clean up - revert import bad changes
---------
Signed-off-by: Mohamed Zenadi <mohamed.zenadi@wattsense.com>
This commit adds a new option, when creating a new SoftwareModule, to
also create a new distributionSet, based on the created SoftwareModule.
This is useful for cases, where software modules and distributionSets
have a 1:1 relation.
Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
It is useful to see target attributes in the Target's view: for instance
SWUpdate can deliver values from the platform which identify some
features of it. This can include an arbitrary data, e.g. platform HW
revision, component's versions etc.
Thus, add a possibility to see those attributes in the dedicated view.
Signed-off-by: Oleksandr Andrushchenko <andr2000@gmail.com>