This commit is contained in:
yuri
2019-05-10 16:06:58 +03:00
parent 47080f9b78
commit a0e5f2d8ec
-2
View File
@@ -162,7 +162,6 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana
if (this.quickCreate) {
this.menu.buttons.unshift({
action: 'quickCreate',
//label: 'Create ' + this.scope,
html: '<span class="fas fa-plus fa-sm"></span> ' + this.translate('Create ' + this.scope, 'labels', this.scope),
style: 'default',
acl: 'create',
@@ -172,7 +171,6 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana
this.menu.buttons.unshift({
link: '#' + this.scope + '/create',
action: 'create',
//label: 'Create ' + this.scope,
html: '<span class="fas fa-plus fa-sm"></span> ' + this.translate('Create ' + this.scope, 'labels', this.scope),
style: 'default',
acl: 'create',