preferecnes button change

This commit is contained in:
yuri
2018-11-13 15:46:54 +02:00
parent 63740b17bb
commit ebe2ca9e9d
+1 -1
View File
@@ -82,7 +82,7 @@ Espo.define('views/preferences/record/edit', 'views/record/edit', function (Dep)
setup: function () {
Dep.prototype.setup.call(this);
this.addButton({
this.addDropdownItem({
name: 'reset',
html: this.getLanguage().translate('Reset to Default', 'labels', 'Admin'),
style: 'danger'