Przeglądaj źródła

Expanded defaultLabels list CD-12

Dorin Paslaru 8 lat temu
rodzic
commit
879f98e8e0
1 zmienionych plików z 15 dodań i 5 usunięć
  1. 15 5
      src/constants/CloudLabels.js

+ 15 - 5
src/constants/CloudLabels.js

@@ -20,7 +20,7 @@ export const defaultLabels = {
   password: "Password",
   host: "Host",
   port: "Port",
-  allow_untrusted: "Allow untrusted",
+  allow_untrusted: "Allow Untrusted",
   identity_api_version: "Identity Version",
   auth_url: "Auth URL",
   user_domain_name: "User Domain Name",
@@ -31,20 +31,30 @@ export const defaultLabels = {
   container_format: "Container Format",
   disk_format: "Disk Format",
   glance_upload: "Glance Upload",
-  keypair_name: "Keypair name",
+  keypair_name: "Keypair Name",
   fip_pool_name: "Floating IP Pool",
   migr_fip_pool_name: "Migration Floating IP Pool",
   migr_flavor_name: "Migration Flavor Name",
   migr_image_name: "Migration Image Name",
   migr_image_name_map: "Migration Image Name Map",
-  delete_disks_on_vm_termination: "Delete disks on VM termination",
+  migr_image_id: "Migration Image ID",
+  delete_disks_on_vm_termination: "Delete Disks on VM termination",
   set_dhcp: "Set DHCP",
-  vm_size: "Vm size",
+  vm_size: "VM Size",
   location: "Location",
   resource_group: "Resource Group",
   worker_size: "Worker Size",
   subscription_id: "Subscription ID",
   tenant_id: "Tenant ID",
   client_id: "Client ID",
-  client_secret: "Client Secret"
+  client_secret: "Client Secret",
+  server_pool_name: "Server Pool Name",
+  migr_template_name: "Migration Template Name",
+  migr_template_username: "Migration Template Username",
+  migr_template_password: "Migration Template Password",
+  repository_name: "Repository Name",
+  shape_name: "Shape Name",
+  migr_shape_name: "Migration Shape Name",
+  use_colocated_snapshots: "Use Collocated Snapshots",
+  allow_untrusted_swift: "Allow Untrusted Swift"
 }