1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

Feature #4217: Fix marketplaceapp resource

This commit is contained in:
Daniel Molina 2016-02-09 16:07:20 +01:00
parent 7a3234e659
commit 72228ff258

View File

@ -44,7 +44,7 @@ define(function(require) {
listHeader: '<i class="fa fa-fw fa-shopping-cart"></i>&emsp;'+Locale.tr("Apps"),
infoHeader: '<i class="fa fa-fw fa-shopping-cart"></i>&emsp;'+Locale.tr("App"),
subheader: '<span/> <small></small>&emsp;',
resource: 'MarketPlace',
resource: 'MarketPlaceApp',
buttons: Buttons,
actions: Actions,
dataTable: new Table(DATATABLE_ID, {actions: true, info: true, oneSelection: true}),