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:
parent
509b981190
commit
b1f9a30ff0
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user