1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #5161 Solved bug in attach disk and attach nic

This commit is contained in:
abelCoronado93 2017-05-22 16:07:41 +02:00 committed by Tino Vázquez
parent 509b981190
commit b1f9a30ff0
10 changed files with 15 additions and 15 deletions

View File

@ -95,8 +95,8 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"uname_index": 2,
"name_index": 2,
"uname_index": 3,
"select_resource": Locale.tr("Please select a datastore from the list"),
"you_selected": Locale.tr("You selected the following datastore:"),
"select_resource_multiple": Locale.tr("Please select one or more datastores from the list"),

View File

@ -39,8 +39,8 @@ define(function(require) {
function Table(dataTableId, conf) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"uname_index": 2,
"name_index": 2,
"uname_index": 3,
"select_resource": Locale.tr("Please select an image from the list"),
"you_selected": Locale.tr("You selected the following image:"),
"select_resource_multiple": Locale.tr("Please select one or more images from the list"),

View File

@ -97,8 +97,8 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"uname_index": 2,
"name_index": 2,
"uname_index": 3,
"select_resource": Locale.tr("Please select an appliance from the list"),
"you_selected": Locale.tr("You selected the following appliance:"),
"select_resource_multiple": Locale.tr("Please select one or more appliances from the list"),

View File

@ -93,8 +93,8 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"uname_index": 2,
"name_index": 2,
"uname_index": 3,
"select_resource": Locale.tr("Please select a marketplace from the list"),
"you_selected": Locale.tr("You selected the following marketplace:"),
"select_resource_multiple": Locale.tr("Please select one or more marketplaces from the list"),

View File

@ -73,7 +73,7 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"name_index": 2,
"select_resource": Locale.tr("Please select a Service from the list"),
"you_selected": Locale.tr("You selected the following Service:"),
"select_resource_multiple": Locale.tr("Please select one or more Services from the list"),

View File

@ -71,7 +71,7 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"name_index": 2,
"select_resource": Locale.tr("Please select a Template from the list"),
"you_selected": Locale.tr("You selected the following Template:"),
"select_resource_multiple": Locale.tr("Please select one or more Templates from the list"),

View File

@ -71,7 +71,7 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"name_index": 2,
"select_resource": Locale.tr("Please select a security group from the list"),
"you_selected": Locale.tr("You selected the following security group:"),
"select_resource_multiple": Locale.tr("Please select one or more security groups from the list"),

View File

@ -74,7 +74,7 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"name_index": 2,
"select_resource": Locale.tr("Please select a Template from the list"),
"you_selected": Locale.tr("You selected the following Template:"),
"select_resource_multiple": Locale.tr("Please select one or more Templates from the list"),

View File

@ -79,8 +79,8 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"uname_index": 2,
"name_index": 2,
"uname_index": 3,
"select_resource": Locale.tr("Please select a network from the list"),
"you_selected": Locale.tr("You selected the following network:"),
"select_resource_multiple": Locale.tr("Please select one or more networks from the list"),

View File

@ -71,7 +71,7 @@ define(function(require) {
this.selectOptions = {
"id_index": 1,
"name_index": 4,
"name_index": 2,
"select_resource": Locale.tr("Please select a virtual router from the list"),
"you_selected": Locale.tr("You selected the following virtual router:"),
"select_resource_multiple": Locale.tr("Please select one or more virtual routers from the list"),