bfg-common 1.3.168 → 1.3.170

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.
@@ -2305,5 +2305,6 @@
2305
2305
  "thisKbArticle": "гэты артыкул базы ведаў",
2306
2306
  "noAlertOrWarningOutOfSensors": "Няма абвестак або папярэджанняў ад датчыкаў {sensors}.",
2307
2307
  "eventLogEntries": "Запісы ў часопісе падзей",
2308
- "dataLock": "Блакаванне дадзеных"
2308
+ "dataLock": "Блакаванне дадзеных",
2309
+ "backupManager": "Менеджэр рэзервовага капіявання"
2309
2310
  }
@@ -2309,5 +2309,6 @@
2309
2309
  "thisKbArticle": "this KB article",
2310
2310
  "noAlertOrWarningOutOfSensors": "No alerts or warnings out of {sensors} sensors.",
2311
2311
  "eventLogEntries": "Event log entries",
2312
- "dataLock": "Data Lock"
2312
+ "dataLock": "Data Lock",
2313
+ "backupManager": "Backup Manager"
2313
2314
  }
@@ -2309,5 +2309,6 @@
2309
2309
  "thisKbArticle": "այս KB հոդվածը",
2310
2310
  "noAlertOrWarningOutOfSensors": "{sensors} սենսորներից ծանուցումներ կամ նախազգուշացումներ չկան:",
2311
2311
  "eventLogEntries": "Իրադարձությունների Մատյան գրառումներ",
2312
- "dataLock": "Տվյալների կողպեք"
2312
+ "dataLock": "Տվյալների կողպեք",
2313
+ "backupManager": "Կրկնօրինակման կառավարիչ"
2313
2314
  }
@@ -2308,5 +2308,6 @@
2308
2308
  "thisKbArticle": "осы КБ мақаласы",
2309
2309
  "noAlertOrWarningOutOfSensors": "{sensors} сенсорларынан ескертулер немесе ескертулер жоқ.",
2310
2310
  "eventLogEntries": "Оқиғалар журналының жазбалары",
2311
- "dataLock": "Деректерді құлыптау"
2311
+ "dataLock": "Деректерді құлыптау",
2312
+ "backupManager": "Сақтық көшірме менеджері"
2312
2313
  }
@@ -2314,5 +2314,6 @@
2314
2314
  "thisKbArticle": "эта статья базы знаний",
2315
2315
  "noAlertOrWarningOutOfSensors": "Нет оповещений или предупреждений от датчиков {sensors}.",
2316
2316
  "eventLogEntries": "Записи в журнале событий",
2317
- "dataLock": "Блокировка данных"
2317
+ "dataLock": "Блокировка данных",
2318
+ "backupManager": "Менеджер резервного копирования"
2318
2319
  }
@@ -2308,5 +2308,6 @@
2308
2308
  "thisKbArticle": "此知识库文章",
2309
2309
  "noAlertOrWarningOutOfSensors": "{sensors} 传感器没有发出警报或警告。",
2310
2310
  "eventLogEntries": "事件日志条目",
2311
- "dataLock": "数据锁"
2311
+ "dataLock": "数据锁",
2312
+ "backupManager": "备份管理器"
2312
2313
  }
@@ -111,6 +111,10 @@
111
111
  .vx-icon-removeIcon {
112
112
  background-position: 0 74.649766511%;
113
113
  }
114
+ .vsphere-icon-storage-system-refresh {
115
+ background-position: 0 3.8025350233%;
116
+ }
117
+
114
118
 
115
119
  /* _____BACKGROUND IMAGE_____ */
116
120
  .icon-roll-back,
@@ -149,6 +153,7 @@
149
153
  .icon-storage-profile-32x,
150
154
  .icon-tasks,
151
155
  .vx-icon-removeIcon,
156
+ .vsphere-icon-storage-system-refresh,
152
157
  .vsphere-icon-snapshot-run {
153
158
  background-image: url('../img/icons/icons-sprite-light-4.svg');
154
159
  html.dark-theme & {
@@ -189,6 +194,7 @@
189
194
  .active .icon-vm-customizationManager-32x .active .icon-tasks,
190
195
  .active .icon-tasks,
191
196
  .active .vx-icon-removeIcon,
197
+ .active .vsphere-icon-storage-system-refresh,
192
198
  .active .vsphere-icon-snapshot-run {
193
199
  background-image: url('../img/icons/icons-sprite-dark-4.svg');
194
200
 
@@ -245,6 +251,7 @@
245
251
  .icon-tasks,
246
252
  .vsphere-icon-user,
247
253
  .vx-icon-removeIcon,
254
+ .vsphere-icon-storage-system-refresh,
248
255
  .vsphere-icon-snapshot-run {
249
256
  width: 18px;
250
257
  min-width: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.168",
4
+ "version": "1.3.170",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",