bfg-common 1.4.619 → 1.4.620

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.
@@ -2295,7 +2295,7 @@
2295
2295
  "useWindowsSessionAuthentication": "Использовать проверку подлинности сеанса Windows",
2296
2296
  "authBgTextSphere": "Легко контролируйте узлы виртуализации $*и$ управляйте ими",
2297
2297
  "logout": "Выйти",
2298
- "loginErrorText": "Не верное имя пользователя или пароль"
2298
+ "loginErrorText": "Неверное имя пользователя или пароль"
2299
2299
  },
2300
2300
  "home": {
2301
2301
  "objectsWithMostAlerts": " Объекты с большим количестом оповещений",
@@ -26,12 +26,12 @@ export const getHeaderDataFunc = (
26
26
  col: 1,
27
27
  colName: 'alerts',
28
28
  text: localization.common.alerts,
29
-
30
29
  isSortable: true,
31
30
  sort: 'asc',
32
31
  width: '33.3%',
33
32
  show: true,
34
33
  filter: true,
34
+ icon: 'error-outline',
35
35
  },
36
36
  {
37
37
  col: 2,
@@ -42,6 +42,8 @@ export const getHeaderDataFunc = (
42
42
  width: '33.3%',
43
43
  show: true,
44
44
  filter: true,
45
+ icon: 'warning-outline',
46
+ iconColor: '#fbce28',
45
47
  },
46
48
  ]
47
49
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.619",
4
+ "version": "1.4.620",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",
@@ -35,7 +35,7 @@
35
35
  "@vueuse/components": "^10.1.2",
36
36
  "date-fns": "^2.29.3",
37
37
  "bfg-nuxt-3-graph": "1.0.15",
38
- "bfg-uikit": "1.0.270",
38
+ "bfg-uikit": "1.0.272",
39
39
  "html2canvas": "^1.4.1",
40
40
  "prettier-eslint": "^15.0.1"
41
41
  }