bfg-common 1.6.87 → 1.6.89
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.
|
@@ -10,7 +10,6 @@ import type {
|
|
|
10
10
|
} from '~/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types'
|
|
11
11
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
12
12
|
import type { UI_T_Project } from '~/lib/models/types'
|
|
13
|
-
import { currentLocalization } from '~/components/common/monitor/lib/utils/localization'
|
|
14
13
|
|
|
15
14
|
const hostItemsFunc = (
|
|
16
15
|
chart: UI_T_ChartHost,
|
|
@@ -1588,8 +1587,6 @@ const vmItemsFunc = (
|
|
|
1588
1587
|
chart: UI_T_ChartVm,
|
|
1589
1588
|
localization: UI_I_Localization
|
|
1590
1589
|
): UI_I_AdvancedCounterItem[] => {
|
|
1591
|
-
const metricLocalization = currentLocalization()
|
|
1592
|
-
|
|
1593
1590
|
const disk: UI_I_AdvancedCounterItem[] = [
|
|
1594
1591
|
// {
|
|
1595
1592
|
// id: 0,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bfg-common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.89",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxt build",
|
|
7
7
|
"dev": "nuxt dev --port=3002",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@vueuse/core": "10.1.2",
|
|
19
19
|
"@vueuse/nuxt": "10.1.2",
|
|
20
20
|
"bfg-nuxt-3-graph": "1.0.28",
|
|
21
|
-
"bfg-uikit": "1.1.
|
|
21
|
+
"bfg-uikit": "1.1.34",
|
|
22
22
|
"eslint-config-prettier": "^8.5.0",
|
|
23
23
|
"eslint-plugin-myrules": "file:./eslint",
|
|
24
24
|
"nuxt": "3.11.2",
|