1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

Feature #4217: Add ENDPOINT for one marketplaces

This commit is contained in:
Daniel Molina 2016-02-11 13:27:15 +01:00
parent 974b3283b4
commit 7f408c37a0

View File

@ -41,6 +41,12 @@ define(function(require) {
var FORM_PANEL_ID = require('./create/formPanelId');
var TAB_ID = require('../tabId');
var MARKET_MAD_ATTRS = [
{
name: 'ENDPOINT',
label: Locale.tr("Endpoint"),
tooltip: Locale.tr("URL of AppMarket."),
driver: 'one'
},
{
name: 'BASE_URL',
label: Locale.tr("Base URL"),