bfg-common 1.3.218 → 1.3.219

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.
@@ -2336,5 +2336,6 @@
2336
2336
  "yearShort": "Г",
2337
2337
  "noNetworks": "Ніякіх сетак",
2338
2338
  "licenseName": "Назва ліцэнзіі",
2339
- "newLicense": "Новая ліцэнзія"
2339
+ "newLicense": "Новая ліцэнзія",
2340
+ "addAdditionalPhysicalAdapterToSwitch": "Дадайце дадатковы фізічны сеткавы адаптар да камутатара."
2340
2341
  }
@@ -2340,7 +2340,6 @@
2340
2340
  "yearShort": "Y",
2341
2341
  "noNetworks": "No networks",
2342
2342
  "licenseName": "License name",
2343
-
2344
- "addAdditionalPhysicalAdapterToSwitch": "Add an additional physical network adapter to the switch.",
2345
- "newLicense": "New license"
2343
+ "newLicense": "New license",
2344
+ "addAdditionalPhysicalAdapterToSwitch": "Add an additional physical network adapter to the switch."
2346
2345
  }
@@ -2340,5 +2340,6 @@
2340
2340
  "yearShort": "Տ",
2341
2341
  "noNetworks": "Ցանցեր առկա չեն",
2342
2342
  "licenseName": "Լիցենզիայի անվանումը",
2343
- "newLicense": "Նոր լիցենզիա"
2343
+ "newLicense": "Նոր լիցենզիա",
2344
+ "addAdditionalPhysicalAdapterToSwitch": "Անջատիչին ավելացրեք լրացուցիչ ֆիզիկական ցանցային ադապտեր:"
2344
2345
  }
@@ -2339,5 +2339,6 @@
2339
2339
  "yearShort": "Ж",
2340
2340
  "noNetworks": "Желілер жоқ",
2341
2341
  "licenseName": "Лицензия атауы",
2342
- "newLicense": "Жаңа лицензия"
2342
+ "newLicense": "Жаңа лицензия",
2343
+ "addAdditionalPhysicalAdapterToSwitch": "Коммутаторға қосымша физикалық желі адаптерін қосыңыз."
2343
2344
  }
@@ -2345,5 +2345,6 @@
2345
2345
  "yearShort": "Г",
2346
2346
  "noNetworks": "Нет сетей",
2347
2347
  "licenseName": "Название лицензии",
2348
- "newLicense": "Новая лицензия"
2348
+ "newLicense": "Новая лицензия",
2349
+ "addAdditionalPhysicalAdapterToSwitch": "Добавьте к коммутатору дополнительный физический сетевой адаптер."
2349
2350
  }
@@ -2339,5 +2339,6 @@
2339
2339
  "yearShort": "年",
2340
2340
  "noNetworks": "没有网络",
2341
2341
  "licenseName": "许可证名称",
2342
- "newLicense": "新许可证"
2342
+ "newLicense": "新许可证",
2343
+ "addAdditionalPhysicalAdapterToSwitch": "向交换机添加额外的物理网络适配器。"
2343
2344
  }
@@ -216,34 +216,34 @@ export interface UI_I_ToggleDiagramAdaptersPayload {
216
216
  export interface UI_I_SecurityFields {
217
217
  promiscuousMode: {
218
218
  checked: boolean
219
- selected: string | number
219
+ selected: number
220
220
  }
221
221
  macAddressChanges: {
222
222
  checked: boolean
223
- selected: string | number
223
+ selected: number
224
224
  }
225
225
  forgedTransmits: {
226
226
  checked: boolean
227
- selected: string | number
227
+ selected: number
228
228
  }
229
229
  }
230
230
 
231
231
  export interface UI_I_TeamingFailoverFields {
232
232
  loadBalancing: {
233
233
  checked: boolean
234
- selected: string | number
234
+ selected: number
235
235
  }
236
236
  networkFailureDetection: {
237
237
  checked: boolean
238
- selected: string | number
238
+ selected: number
239
239
  }
240
240
  notifySwitches: {
241
241
  checked: boolean
242
- selected: string | number
242
+ selected: number
243
243
  }
244
244
  failback: {
245
245
  checked: boolean
246
- selected: string | number
246
+ selected: number
247
247
  }
248
248
  failoverOrder: {
249
249
  checked: boolean
@@ -258,7 +258,7 @@ export interface UI_I_TeamingFailoverWithAdaptersFields
258
258
  export interface UI_I_TrafficShapingFields {
259
259
  status: {
260
260
  checked: boolean
261
- selected: string | number
261
+ selected: number
262
262
  }
263
263
  average: number
264
264
  peak: number
@@ -470,10 +470,11 @@ export interface UI_I_ModalTabs {
470
470
  value: number
471
471
  }
472
472
 
473
+ // TODO important
473
474
  export interface API_UI_I_Security {
474
- forged_transmits: UI_E_IYNOption
475
- mac_change: UI_E_IYNOption
476
- promiscuous: UI_E_IYNOption
475
+ forged_transmits?: UI_E_IYNOption
476
+ mac_change?: UI_E_IYNOption
477
+ promiscuous?: UI_E_IYNOption
477
478
  // TODO Question about those
478
479
  promiscuous_computed?: UI_E_IYNOption
479
480
  mac_change_computed?: UI_E_IYNOption
@@ -34,7 +34,7 @@
34
34
  <div class="select">
35
35
  <select
36
36
  id="traffic-shaping-select"
37
- v-model="fieldsValues.status.selected"
37
+ v-model.number="fieldsValues.status.selected"
38
38
  :disabled="!fieldsValues.status.checked"
39
39
  name="selectName"
40
40
  >
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.218",
4
+ "version": "1.3.219",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",