Rollouts can be deleted (#436)
* Management UI Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com> * Repository Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com> * Optimisations and scheduler deleting enabled Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
804522f966
commit
5628d625e8
@@ -209,6 +209,11 @@
|
||||
color: $hawkbit-primary-color;
|
||||
}
|
||||
|
||||
|
||||
.redSpinner{
|
||||
@include valo-spinner($size: $v-font-size--small,$color: $red-color);
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
.greySpinner{
|
||||
@include valo-spinner($size: $v-font-size--small,$color: $grey-color);
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
//Table header - filter text field style
|
||||
.filter-box {
|
||||
height: 25px !important;
|
||||
transition: width .5s ease-in-out;
|
||||
float: right;
|
||||
visibility: visible;
|
||||
border-radius: $v-border-radius;
|
||||
}
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
}
|
||||
|
||||
.filter-box-hide {
|
||||
width: 0 !important;
|
||||
padding: 0 !important;
|
||||
border-width: 0 !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
//Search rest icon color
|
||||
|
||||
@@ -61,6 +61,7 @@ header.action.run=Run
|
||||
header.action.pause=Pause
|
||||
header.action.update=Edit
|
||||
header.action.copy=Copy
|
||||
header.action.delete=Delete
|
||||
header.status=Status
|
||||
|
||||
# event container
|
||||
@@ -117,6 +118,7 @@ caption.forcequit.action.confirmbox = Confirm force quit action
|
||||
caption.forced.datefield = Force update at time
|
||||
caption.force.action.confirmbox = Confirm Force Active Action
|
||||
caption.confirm.abort.action = Confirm Abort Action
|
||||
caption.confirm.delete.rollout = Confirm Rollout deletion
|
||||
|
||||
caption.filter.delete.confirmbox = Confirm Filter Delete Action
|
||||
caption.metadata.popup = Metadata of
|
||||
@@ -536,12 +538,17 @@ message.rollout.field.value.range = Value should be in range {0} to {1}
|
||||
message.rollout.started = Rollout {0} started successfully
|
||||
message.rollout.paused = Rollout {0} paused successfully
|
||||
message.rollout.resumed = Rollout {0} resumed successfully
|
||||
message.rollout.deleted = Rollout {0} deleted successfully
|
||||
message.rollout.noofgroups.or.targetfilter.missing = Please enter number of groups and select target filter
|
||||
message.rollouts = Rollouts
|
||||
label.target.per.group = Targets per group :
|
||||
message.dist.already.assigned = Distribution {0} is already assigned to target
|
||||
message.error.creating.rollout = Server error. Error creating Rollout. Please contact the administrator
|
||||
message.error.starting.rollout = Server error. Error starting Rollout. Please contact the administrator
|
||||
|
||||
message.delete.rollout = You are about to delete the rollout "{0}".\n{1}Are you sure?
|
||||
message.delete.rollout.details = There are {0} running updates that will continue and {1} scheduled updates that will terminate.\n
|
||||
|
||||
caption.rollout.group.definition.desc = Define which groups the Rollout should have.
|
||||
header.target.percentage = Target percentage
|
||||
textfield.target.percentage = Target percentage
|
||||
|
||||
Reference in New Issue
Block a user