quick view remove color
This commit is contained in:
@@ -130,8 +130,7 @@ Espo.define('crm:views/calendar/modals/edit', 'views/modals/edit', function (Dep
|
||||
if (this.id) {
|
||||
this.buttonList.splice(1, 0, {
|
||||
name: 'remove',
|
||||
text: this.translate('Remove'),
|
||||
style: 'danger'
|
||||
text: this.translate('Remove')
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
@@ -165,8 +165,7 @@ Espo.define('views/modals/detail', 'views/modal', function (Dep) {
|
||||
addRemoveButton: function () {
|
||||
this.addButton({
|
||||
name: 'remove',
|
||||
label: 'Remove',
|
||||
style: 'danger'
|
||||
label: 'Remove'
|
||||
}, true);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user