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:
committed by
Stefan Behl
parent
f96876afe0
commit
1aee32999f
@@ -293,8 +293,8 @@
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.app-loading:before {
|
||||
background: none;
|
||||
.app-loading:before {
|
||||
background: none;
|
||||
height: 20px !important;
|
||||
width: 20px !important;
|
||||
-webkit-box-sizing: border-box;
|
||||
@@ -313,5 +313,11 @@
|
||||
position: fixed;
|
||||
margin-top: 12px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
#target\.attributes\.update {
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
right: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user