Parcourir la source

Merge pull request #62 from smiclea/CORWEB-86

Added AWS fields labels CORWEB-86
Dorin Paslaru il y a 8 ans
Parent
commit
49c623d375
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/constants/CloudLabels.js

+ 5 - 1
src/constants/CloudLabels.js

@@ -65,7 +65,11 @@ export const defaultLabels = {
   shape_name: "Shape Name",
   migr_shape_name: "Migration Shape Name",
   allow_untrusted_swift: "Allow Untrusted Swift",
-  glance_api_version: "Glance API Version"
+  glance_api_version: "Glance API Version",
+  region: "Region",
+  access_key_id: "Access Key ID",
+  secret_access_key: "Secret Access Key",
+  session_token: "Session Token"
 }
 
 export const cloudLabels = {