bfg-common 1.4.667 → 1.4.668

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.
@@ -19,7 +19,6 @@
19
19
 
20
20
  <div v-if="props.helpText" :id="props.helpId" class="flex-align-center relative">
21
21
  <ui-icon
22
- fill="#0072a3"
23
22
  width="16"
24
23
  height="16"
25
24
  name="info"
@@ -24,7 +24,6 @@
24
24
  />
25
25
  <div id="passthrough-help-icon" class="flex-align-center relative">
26
26
  <ui-icon
27
- fill="#0072a3"
28
27
  width="16"
29
28
  height="16"
30
29
  name="info"
@@ -80,7 +79,6 @@
80
79
  />
81
80
  <div id="host-model-help-icon" class="flex-align-center relative">
82
81
  <ui-icon
83
- fill="#0072a3"
84
82
  width="16"
85
83
  height="16"
86
84
  name="info"
@@ -1,7 +1,6 @@
1
1
  <template>
2
2
  <div id="cpu-help-icon" class="flex-align-center relative">
3
3
  <ui-icon
4
- fill="#0072a3"
5
4
  width="20"
6
5
  height="20"
7
6
  name="info"
@@ -49,7 +49,7 @@
49
49
  :error-text="props.errorText"
50
50
  input-style="rounded"
51
51
  type="number"
52
- size="sm"
52
+ size="md"
53
53
  @blur="emits('validate-size')"
54
54
  @click.stop
55
55
  />
@@ -4,7 +4,7 @@
4
4
  v-model:boot-delay="bootDelay"
5
5
  :boot-delay-options="bootDelayOptions"
6
6
  />
7
- <common-vm-actions-common-customize-hardware-vmoptions-boot-options-delay-new
7
+ <common-vm-actions-common-customize-hardware-vmoptions-boot-options-delay-old
8
8
  v-else
9
9
  v-model:boot-delay="bootDelay"
10
10
  :boot-delay-options="bootDelayOptions"
@@ -6,7 +6,7 @@
6
6
  :error-text="apiError"
7
7
  @remove-error="onRemoveValidationError"
8
8
  />
9
- <common-vm-actions-common-customize-hardware-vmoptions-boot-options-firmware-new
9
+ <common-vm-actions-common-customize-hardware-vmoptions-boot-options-firmware-old
10
10
  v-else
11
11
  v-model:firmware="firmware"
12
12
  :firmware-options="firmwareOptions"
@@ -4,7 +4,7 @@
4
4
  :boot-list="bootList"
5
5
  @change-order="onChangeOrder"
6
6
  />
7
- <common-vm-actions-common-customize-hardware-vmoptions-boot-options-order-new
7
+ <common-vm-actions-common-customize-hardware-vmoptions-boot-options-order-old
8
8
  v-else
9
9
  :boot-list="bootList"
10
10
  @change-order="onChangeOrder"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.667",
4
+ "version": "1.4.668",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",