Improve Simple UI (#2554)
* feat[Simple-UI]: add action status list * fix[Simple-UI]: various ui issues * chore: add devtool * feat[Simple-UI: add DS metadata * feat[Simple-UI]: add sort in DS view * feat[Simple-UI]: add created at to DS view * style[Simple-UI]: remove id from DS view * feat[Simple-UI]: add rsql filter & url filter * feat[Simple-UI]: if one ds in result show details * feat[Simple-UI]: add filter from url to targetview * feat[Simple-UI]: add link from target details view to DS * feat[Simple-UI]: add sort & version on target view * refacto[Simple-UI]: linkted text area * feat[Simple-UI]: dynamic homepage depending on permissions * feat[Simple-UI]: sort by newest version * feat[Simple-UI]: add target address * feat[Simple-UI]: sort by last modified target * fix[Simple-UI]: securityToken null if no permission * fix[Simple-UI]: green circle on bad update * feat[Simple-UI]: use local date format * docs: update user config * fix: tag filter * feat[Simple-UI]: search on multiple attributes * refacto: rename TargetActions -> TargetActionsHistory * refacto: move TargetActionsHistory to a new file
This commit is contained in:
committed by
GitHub
parent
2b66449ff1
commit
d2b8e74056
@@ -65,12 +65,6 @@
|
||||
<dependency>
|
||||
<groupId>com.vaadin</groupId>
|
||||
<artifactId>vaadin-core</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.vaadin</groupId>
|
||||
<artifactId>vaadin-dev</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.vaadin</groupId>
|
||||
@@ -85,6 +79,11 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-oauth2-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@@ -93,6 +92,11 @@
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>false</skip>
|
||||
<finalName>Simple-UI</finalName>
|
||||
<mainClass>org.eclipse.hawkbit.ui.simple.SimpleUIApp</mainClass>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user