1
0
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:
Carlos Martín 2016-06-06 17:29:51 +02:00
parent d7ad8a4f25
commit 2e032046c8
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,