Просмотр исходного кода

Merge pull request #10 from cloudbase/constants

Fixes "Glance API Version" text styling
Dorin Paslaru 8 лет назад
Родитель
Сommit
0b0f09b143
1 измененных файлов с 2 добавлено и 1 удалено
  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"
 }