bfg-common 1.4.857 → 1.4.859

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.
@@ -2066,10 +2066,10 @@
2066
2066
  "networkAdapterReassignedNewDestination": "{number} адаптар віртуальнай сеткі будзе пераназначаны новай сетцы прызначэння",
2067
2067
  "networkAdapterWillBeReassignedTo": "Віртуальныя сеткавыя адаптары з {lan} будуць перапрызначаны ў {network}",
2068
2068
  "noAlertsOrWarningsOutOfSensors": "Ніякіх сігналаў трывогі або папярэджанняў ад датчыкаў {sensors}.",
2069
- "confirmDelete": "Confirm Delete",
2070
- "confirmDeleteVmFromDisk": "Delete the selected virtual machine and its associated disks? If other VMs are sharing their disks, the shared disks will not be deleted and the VMs will continue to have access to the shared disks.",
2071
- "confirmRemove": "Confirm Remove",
2072
- "confirmRemoveVmFromInventory": "Remove the selected virtual machine from the inventory?",
2069
+ "confirmDelete": "Пацвердзіце выдаліць",
2070
+ "confirmDeleteVmFromDisk": "Выдаліце выбраную віртуальную машыну і звязаныя з ёй дыскі? Калі іншыя VM дзеляцца сваімі дыскамі, агульныя дыскі не будуць выдалены, і VMS па -ранейшаму будзе мець доступ да агульных дыскаў.",
2071
+ "confirmRemove": "Пацвердзіце выдаліць",
2072
+ "confirmRemoveVmFromInventory": "Выдаліце выбраную віртуальную машыну з інвентара?",
2073
2073
  "integration": "Інтэграцыя",
2074
2074
  "zabbix": "Zabbix",
2075
2075
  "loginZabbixAccount": "Увайдзіце на Сервер Zabbix",
@@ -106,6 +106,7 @@ const onSearch = (): void => {
106
106
  props.ms,
107
107
  search.value
108
108
  )
109
+ selectedTabIndex.value = 0
109
110
  }
110
111
  const isInitFieldValidation = ref<boolean>(false)
111
112
  const onInitValidation = (): void => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.857",
4
+ "version": "1.4.859",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",