Explorar el Código

Merge pull request #10 from cloudbase/constants

Fixes "Glance API Version" text styling
Dorin Paslaru hace 8 años
padre
commit
0b0f09b143
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/constants/CloudLabels.js

+ 2 - 1
src/constants/CloudLabels.js

@@ -56,5 +56,6 @@ export const defaultLabels = {
   shape_name: "Shape Name",
   shape_name: "Shape Name",
   migr_shape_name: "Migration Shape Name",
   migr_shape_name: "Migration Shape Name",
   use_colocated_snapshots: "Use Collocated Snapshots",
   use_colocated_snapshots: "Use Collocated Snapshots",
-  allow_untrusted_swift: "Allow Untrusted Swift"
+  allow_untrusted_swift: "Allow Untrusted Swift",
+  glance_api_version: "Glance API Version"
 }
 }