From b1f9a30ff06ec875349a65790ce6913274cc69f2 Mon Sep 17 00:00:00 2001 From: abelCoronado93 Date: Mon, 22 May 2017 16:07:41 +0200 Subject: [PATCH] F #5161 Solved bug in attach disk and attach nic --- src/sunstone/public/app/tabs/datastores-tab/datatable.js | 4 ++-- src/sunstone/public/app/tabs/images-tab/datatable.js | 4 ++-- src/sunstone/public/app/tabs/marketplaceapps-tab/datatable.js | 4 ++-- src/sunstone/public/app/tabs/marketplaces-tab/datatable.js | 4 ++-- .../public/app/tabs/oneflow-services-tab/datatable.js | 2 +- .../public/app/tabs/oneflow-templates-tab/datatable.js | 2 +- src/sunstone/public/app/tabs/secgroups-tab/datatable.js | 2 +- .../public/app/tabs/templates-tab/datatable-common.js | 2 +- src/sunstone/public/app/tabs/vnets-tab/datatable.js | 4 ++-- src/sunstone/public/app/tabs/vrouters-tab/datatable.js | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/sunstone/public/app/tabs/datastores-tab/datatable.js b/src/sunstone/public/app/tabs/datastores-tab/datatable.js index d9274da1682..6238e9bdb0b 100644 --- a/src/sunstone/public/app/tabs/datastores-tab/datatable.js +++ b/src/sunstone/public/app/tabs/datastores-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/images-tab/datatable.js b/src/sunstone/public/app/tabs/images-tab/datatable.js index 5e5a73ac6d8..5ff1cd8710f 100644 --- a/src/sunstone/public/app/tabs/images-tab/datatable.js +++ b/src/sunstone/public/app/tabs/images-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/marketplaceapps-tab/datatable.js b/src/sunstone/public/app/tabs/marketplaceapps-tab/datatable.js index 71f73794096..0de3ccd7f71 100644 --- a/src/sunstone/public/app/tabs/marketplaceapps-tab/datatable.js +++ b/src/sunstone/public/app/tabs/marketplaceapps-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/marketplaces-tab/datatable.js b/src/sunstone/public/app/tabs/marketplaces-tab/datatable.js index 2afa2684c80..92cd31a1540 100644 --- a/src/sunstone/public/app/tabs/marketplaces-tab/datatable.js +++ b/src/sunstone/public/app/tabs/marketplaces-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/oneflow-services-tab/datatable.js b/src/sunstone/public/app/tabs/oneflow-services-tab/datatable.js index e70fa05f70c..fcdd13cbbab 100644 --- a/src/sunstone/public/app/tabs/oneflow-services-tab/datatable.js +++ b/src/sunstone/public/app/tabs/oneflow-services-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/oneflow-templates-tab/datatable.js b/src/sunstone/public/app/tabs/oneflow-templates-tab/datatable.js index e976081f894..29b13dbcd5d 100644 --- a/src/sunstone/public/app/tabs/oneflow-templates-tab/datatable.js +++ b/src/sunstone/public/app/tabs/oneflow-templates-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/secgroups-tab/datatable.js b/src/sunstone/public/app/tabs/secgroups-tab/datatable.js index 7fb4614fa08..5b7102a2449 100644 --- a/src/sunstone/public/app/tabs/secgroups-tab/datatable.js +++ b/src/sunstone/public/app/tabs/secgroups-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/templates-tab/datatable-common.js b/src/sunstone/public/app/tabs/templates-tab/datatable-common.js index b57b0305766..a8c44c0d084 100644 --- a/src/sunstone/public/app/tabs/templates-tab/datatable-common.js +++ b/src/sunstone/public/app/tabs/templates-tab/datatable-common.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/vnets-tab/datatable.js b/src/sunstone/public/app/tabs/vnets-tab/datatable.js index 4425ed3c5a8..54f7b27ee8b 100644 --- a/src/sunstone/public/app/tabs/vnets-tab/datatable.js +++ b/src/sunstone/public/app/tabs/vnets-tab/datatable.js @@ -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"), diff --git a/src/sunstone/public/app/tabs/vrouters-tab/datatable.js b/src/sunstone/public/app/tabs/vrouters-tab/datatable.js index b726dd77a7c..b080cea2a1f 100644 --- a/src/sunstone/public/app/tabs/vrouters-tab/datatable.js +++ b/src/sunstone/public/app/tabs/vrouters-tab/datatable.js @@ -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"),