OpenNebula / addon-appmarket

AppMarket builds a centralized catalog of cloud applications
http://opennebula.org/addons:addons
Apache License 2.0
10 stars 13 forks source link

Update ResourceSelect to the new format #55

Open dmamolina opened 8 years ago

dmamolina commented 8 years ago

After OpenNebula 4.14.2 ResourceSelect interface has changed

    ResourceSelect.insert({
        context: $('#market_img_datastore', context),
        resourceName: 'Datastore',
        filterKey: 'TYPE',
        filterValue: '' + OpenNebulaDatastore.TYPES.IMAGE_DS
      });