- added class and style rule to make health check fix message look be… (#3747)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
4d48254a93
commit
e41db72ef7
@@ -110,4 +110,4 @@
|
||||
|
||||
.umb-era-button i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -236,4 +236,5 @@
|
||||
.umb-healthcheck-group__details-status-action-description {
|
||||
margin-top: 5px;
|
||||
font-size: 12px;
|
||||
padding-left: 165px;
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="umb-era-button umb-button--s -green"
|
||||
class="umb-era-button umb-button--s -green pull-left"
|
||||
ng-class="{ '-inactive': healthCheckAction.providedValue.$invalid}"
|
||||
ng-click="vm.executeAction(check, $parent.$index, action);"
|
||||
ng-disabled="healthCheckAction.providedValue.$invalid">
|
||||
|
||||
Reference in New Issue
Block a user