cleanup
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user