Commit aa0fc181 authored by Ad Schellevis's avatar Ad Schellevis

(ui) change type to danger in stdDialogRemoveItem

parent 315d3371
......@@ -260,7 +260,7 @@ function stdDialogRemoveItem(message, callback) {
BootstrapDialog.confirm({
title: 'Remove',
message: message,
type:BootstrapDialog.TYPE_WARNING,
type:BootstrapDialog.TYPE_DANGER,
btnCancelLabel: 'Cancel',
btnOKLabel: 'Yes',
btnOKClass: 'btn-primary',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment