Fix: Inconsistent use of btn-danger

The color of delete image button is inconsistent with other
destructive buttons.
This patch fixes the issue.

Change-Id: Id7acd54e5535912eff4e69cbfd360ef02e7d8786
Closes-Bug: #1792778
This commit is contained in:
manchandavishal 2018-11-15 07:45:56 +00:00
parent b402b2daf2
commit 55835c7305
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
body: params.body,
submit: params.submit || gettext('Submit'),
cancel: params.cancel || gettext('Cancel'),
confirmCssClass: params.confirmCssClass || "btn-primary"
confirmCssClass: params.confirmCssClass || "btn-danger"
};
}
}