Changed button style to danger, change confirm dialog button to danger syle and removed duplicate button-style attribute on the enable button

This commit is contained in:
Poornima Nayar
2019-10-18 15:51:20 +01:00
committed by Sebastiaan Janssen
parent 1371120e7c
commit 227a0ec0d8
2 changed files with 3 additions and 3 deletions

View File

@@ -82,6 +82,7 @@
view: "views/dashboard/content/overlays/disable.html",
submitButtonLabel: "Disable",
submitButtonLabelKey: "actions_disable",
submitButtonStyle:"danger",
submit: function (model) {
performDisable();
overlayService.close();

View File

@@ -14,7 +14,7 @@
size="s"
action="vm.disableUrlTracker($event)"
label-key="redirectUrls_disableUrlTracker"
button-style="white">
button-style="danger">
</umb-button>
<umb-button
@@ -23,8 +23,7 @@
size="s"
button-style="success"
action="vm.enableUrlTracker()"
label-key="redirectUrls_enableUrlTracker"
button-style="success">
label-key="redirectUrls_enableUrlTracker">
</umb-button>
</umb-editor-sub-header-section>