bfg-common 1.2.227 → 1.2.230

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.
@@ -2161,5 +2161,7 @@
2161
2161
  "stormPath": "Навальнічны шлях",
2162
2162
  "provision": "Забеспячэнне",
2163
2163
  "allocated": "Выдзелены",
2164
- "cdrom": "CD-ROM"
2164
+ "cdrom": "CD-ROM",
2165
+ "removeAllActivePaths": "Выдаліць усе актыўныя шляхі",
2166
+ "removeNetworkPortBindingDescSecond": "Выдаленне гэтых прывязак да партоў VMkernel таксама выдаліць усе актыўныя шляхі да мэт iSCSI."
2165
2167
  }
@@ -2164,5 +2164,7 @@
2164
2164
  "stormPath": "Storm Path",
2165
2165
  "provision": "Provision",
2166
2166
  "allocated": "Allocated",
2167
- "cdrom": "CD-ROM"
2167
+ "cdrom": "CD-ROM",
2168
+ "removeAllActivePaths": "Remove All Active Paths",
2169
+ "removeNetworkPortBindingDescSecond": "Removing these VMkernel port bindings will also remove all active paths to the iSCSI targets. The associated datastores will become unavailable. Do you want to disassociate these VMKernel adapters from the iSCSI adapters?"
2168
2170
  }
@@ -2164,5 +2164,7 @@
2164
2164
  "stormPath": "Storm-ի ուղի",
2165
2165
  "provision": "Տրամադրում",
2166
2166
  "allocated": "Հատկացվել է",
2167
- "cdrom": "CD-ROM"
2167
+ "cdrom": "CD-ROM",
2168
+ "removeAllActivePaths": "Հեռացրեք բոլոր ակտիվ ուղիները",
2169
+ "removeNetworkPortBindingDescSecond": "Այս VMkernel նավահանգստի կապերը հեռացնելը նաև կհեռացնի բոլոր ակտիվ ուղիները դեպի iSCSI թիրախներ: "
2168
2170
  }
@@ -2164,5 +2164,7 @@
2164
2164
  "stormPath": "Дауыл жолы",
2165
2165
  "provision": "Қамтамасыз ету",
2166
2166
  "allocated": "Бөлінген",
2167
- "cdrom": "CD-ROM"
2167
+ "cdrom": "CD-ROM",
2168
+ "removeAllActivePaths": "Барлық белсенді жолдарды алып тастаңыз",
2169
+ "removeNetworkPortBindingDescSecond": "Осы VMkernel порт байланыстарын жою iSCSI мақсаттарына барлық белсенді жолдарды да жояды. "
2168
2170
  }
@@ -2164,5 +2164,7 @@
2164
2164
  "stormPath": "Штормовая тропа",
2165
2165
  "provision": "Обеспечение",
2166
2166
  "allocated": "Выделено",
2167
- "cdrom": "Компакт-диск"
2167
+ "cdrom": "Компакт-диск",
2168
+ "removeAllActivePaths": "Удалить все активные пути",
2169
+ "removeNetworkPortBindingDescSecond": "Удаление этих привязок портов VMkernel также приведет к удалению всех активных путей к целям iSCSI. "
2168
2170
  }
@@ -2164,5 +2164,7 @@
2164
2164
  "stormPath": "风暴之路",
2165
2165
  "provision": "条款",
2166
2166
  "allocated": "已分配",
2167
- "cdrom": "光盘"
2167
+ "cdrom": "光盘",
2168
+ "removeAllActivePaths": "删除所有活动路径",
2169
+ "removeNetworkPortBindingDescSecond": "删除这些 VMkernel 端口绑定还将删除 iSCSI 目标的所有活动路径。"
2168
2170
  }
@@ -98,6 +98,12 @@
98
98
  .host-ui-icon-renewCertificate {
99
99
  background-position: 0 36.7088607595%;
100
100
  }
101
+ .network-lib-ui-icon-statusGreen {
102
+ background-position: 0 39.2405063291%;
103
+ }
104
+ .network-lib-ui-icon-statusRed {
105
+ background-position: 0 35.4430379747%;
106
+ }
101
107
 
102
108
  /* _____BACKGROUND IMAGE_____ */
103
109
  .host-ui-icon-renewCertificate,
@@ -132,7 +138,9 @@
132
138
  .icon-auto-deploy,
133
139
  .icon-Host_Policy-32x,
134
140
  .icon-certificate-32x,
135
- .icon-content-libraries {
141
+ .icon-content-libraries,
142
+ .network-lib-ui-icon-statusGreen,
143
+ .network-lib-ui-icon-statusRed {
136
144
  background-image: url('@/assets/img/icons/icons-sprite-light-1.svg');
137
145
 
138
146
  html.dark-theme & {
@@ -169,7 +177,9 @@
169
177
  .active .vsphere-icon-datacenter-error,
170
178
  .active .vsphere-icon-datacenter-warning,
171
179
  .active .icon-auto-deploy,
172
- .active .icon-content-libraries {
180
+ .active .icon-content-libraries,
181
+ .active .network-lib-ui-icon-statusGreen,
182
+ .active .network-lib-ui-icon-statusRed {
173
183
  background-image: url('@/assets/img/icons/icons-sprite-dark-1.svg');
174
184
  html.dark-theme & {
175
185
  background-image: url('@/assets/img/icons/icons-sprite-light-1.svg');
@@ -215,7 +225,9 @@
215
225
  .vsphere-icon-datacenter-error,
216
226
  .vsphere-icon-datacenter-warning,
217
227
  .icon-auto-deploy,
218
- .icon-content-libraries {
228
+ .icon-content-libraries,
229
+ .network-lib-ui-icon-statusGreen,
230
+ .network-lib-ui-icon-statusRed {
219
231
  width: 18px;
220
232
  min-width: 18px;
221
233
  height: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.227",
4
+ "version": "1.2.230",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",