Feature update target attributes ui (#711)

* Added update attributes button with label for status description to target attributes details tab
* Positioned the request attributes update button to the upper right corner using absolute positioning
* DDIFinalResult enum typo fix
* PR review findings

Signed-off-by: Bogdan Bondar <Bogdan.Bondar@bosch-si.com>
This commit is contained in:
Bondar Bogdan
2018-08-02 15:15:14 +02:00
committed by Stefan Behl
parent f96876afe0
commit 1aee32999f
6 changed files with 94 additions and 28 deletions

View File

@@ -58,7 +58,7 @@ public class DdiResult {
/**
* Execution was successful.
*/
SUCESS("success"),
SUCCESS("success"),
/**
* Execution terminated with errors or without the expected result.