Explorar el Código

Fixes "Glance API Version" text styling

Dorin Paslaru hace 8 años
padre
commit
d512b2080c
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",
   migr_shape_name: "Migration Shape Name",
   use_colocated_snapshots: "Use Collocated Snapshots",
-  allow_untrusted_swift: "Allow Untrusted Swift"
+  allow_untrusted_swift: "Allow Untrusted Swift",
+  glance_api_version: "Glance API Version"
 }