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:
Melanie Retter
2017-02-18 07:19:28 +01:00
committed by Kai Zimmermann
parent 804522f966
commit 5628d625e8
159 changed files with 3029 additions and 1737 deletions

View File

@@ -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);

View File

@@ -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