mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
Bug #4519: Show check_all in market & market app tables
This commit is contained in:
parent
d7ad8a4f25
commit
2e032046c8
@ -56,7 +56,7 @@ define(function(require) {
|
||||
resource: 'MarketPlaceApp',
|
||||
buttons: Buttons,
|
||||
actions: Actions,
|
||||
dataTable: new Table(DATATABLE_ID, {actions: true, info: true, oneSelection: true}),
|
||||
dataTable: new Table(DATATABLE_ID, {actions: true, info: true}),
|
||||
panels: _panels,
|
||||
panelsHooks: _panelsHooks,
|
||||
initHooks: _initHooks,
|
||||
|
@ -55,7 +55,7 @@ define(function(require) {
|
||||
resource: 'MarketPlace',
|
||||
buttons: Buttons,
|
||||
actions: Actions,
|
||||
dataTable: new Table(DATATABLE_ID, {actions: true, info: true, oneSelection: true}),
|
||||
dataTable: new Table(DATATABLE_ID, {actions: true, info: true}),
|
||||
panels: _panels,
|
||||
panelsHooks: _panelsHooks,
|
||||
initHooks: _initHooks,
|
||||
|
Loading…
x
Reference in New Issue
Block a user