iguazio.dashboard-controls 0.38.10-patch3 → 0.38.10-patch4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-controls",
3
- "version": "0.38.10-patch3",
3
+ "version": "0.38.10-patch4",
4
4
  "main": "dist/js/iguazio.dashboard-controls.js",
5
5
  "description": "Collection of resources (such as CSS styles, fonts and images) and AngularJs 1.x components and services to share among different Iguazio repos.",
6
6
  "repository": {
@@ -303,6 +303,7 @@
303
303
  "MAX_LENGTH_WHOLE_PART": "Max length of the whole part: {{length}} characters",
304
304
  "MEMBERS": "Members",
305
305
  "MEMORY": "Memory",
306
+ "MIN": "Min",
306
307
  "MIGRATE": "Migrate",
307
308
  "MONACO": "Monaco",
308
309
  "MONITORING": "Monitoring",
@@ -398,6 +399,7 @@
398
399
  "PROTECTION": "Protection",
399
400
  "QUIT_AND_DISCARD": "Quit and Discard",
400
401
  "QUOTA": "Quota",
402
+ "READ_MORE": "Read more",
401
403
  "READ_ONLY": "Read only",
402
404
  "READ_WRITE": "Read/write",
403
405
  "REAL_TIME": "Real-time",
@@ -167,7 +167,6 @@
167
167
  "MAX_REPLICAS": "Maximum number of replicas (default: {{default}})",
168
168
  "MAX_WORKERS": "Max Workers",
169
169
  "METHOD": "Method",
170
- "MIN": "Min",
171
170
  "MIN_REPLICAS": "Minimum number of replicas (default: {{default}})",
172
171
  "MOUNT_PATH": "Mount Path",
173
172
  "MOUNT_PATH_DESCRIPTION": "A mount path for referencing the data from the function",
@@ -238,7 +237,6 @@
238
237
  "ENTER_TOKEN": "Enter token...",
239
238
  "ENTER_VALUE": "Enter value...",
240
239
  "EVENT_NAME": "Event name...",
241
- "MIN": "Min...",
242
240
  "MAX_REQUIRED": "Required when min=0",
243
241
  "MY_SERVICE_ACCOUNT": "myserviceaccount",
244
242
  "REQUIRED_IF_QUEUE_NAME_IS_EMPTY": "Required if Queue Name is empty",
@@ -258,7 +256,6 @@
258
256
  "PROMOTE_CANARY_CONFIRM": "Are you sure you want to promote canary to primary?",
259
257
  "PVC": "PVC",
260
258
  "QOS": "QoS",
261
- "READ_MORE": "Read more",
262
259
  "READINESS_TIMEOUT_SECONDS": "Readiness timeout (seconds)",
263
260
  "READINESS_TIMEOUT_SECONDS_DESCRIPTION": "The time, in seconds, that the controller will wait for the function to become ready before declaring failure (default: {{default}})",
264
261
  "REBALANCING_GRACE_PERIOD": "Rebalancing grace period",
@@ -44,7 +44,7 @@
44
44
  <div class="template-description">{{value.rendered.spec.description}}</div>
45
45
  <div data-ng-if="value.ui.readMore"
46
46
  class="template-read-more">
47
- {{ 'functions:READ_MORE' | i18next }}...
47
+ {{ 'common:READ_MORE' | i18next }}...
48
48
  </div>
49
49
  </div>
50
50
 
@@ -35,9 +35,9 @@
35
35
  data-form-object="$ctrl.basicSettingsForm"
36
36
  data-validation-is-required="true"
37
37
  data-validation-rules="$ctrl.validationRules.integer"
38
- data-placeholder-text="{{ 'functions:MIN' | i18next }}...">
38
+ data-placeholder-text="{{ 'common:MIN' | i18next }}...">
39
39
  </igz-validating-input-field>
40
- <div class="values-label">{{ 'functions:MIN' | i18next }}</div>
40
+ <div class="values-label">{{ 'common:MIN' | i18next }}</div>
41
41
  <igz-validating-input-field data-field-type="input"
42
42
  data-input-name="sec"
43
43
  data-input-value="$ctrl.timeout.sec"
@@ -187,7 +187,7 @@
187
187
  </div>
188
188
  <div class="igz-col-40 input-wrapper">
189
189
  <div class="input-title">
190
- {{ 'functions:MIN' | i18next }}
190
+ {{ 'common:MIN' | i18next }}
191
191
  <igz-more-info
192
192
  data-description="{{ 'functions:MIN_REPLICAS' | i18next:{default: $ctrl.defaultFunctionConfig.spec.minReplicas} }}"
193
193
  data-default-tooltip-placement="top"