bfg-common 1.5.303 → 1.5.304

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.
@@ -141,11 +141,11 @@ const sambaDetailsFunc = (
141
141
  value: '',
142
142
  items: [
143
143
  {
144
- label: localization.common.name,
144
+ label: localization.backup.backupStorageName,
145
145
  value: name,
146
146
  items: [],
147
147
  testId: 'view-storage-name-in-complete',
148
- iconClassName: 'vsphere-icon-datastore',
148
+ iconClassName: 'icon-backup-storage',
149
149
  },
150
150
  {
151
151
  label: localization.common.server,
@@ -188,11 +188,11 @@ const sharedStormDetailsFunc = (
188
188
  value: '',
189
189
  items: [
190
190
  {
191
- label: localization.common.name,
191
+ label: localization.backup.backupStorageName,
192
192
  value: name,
193
193
  items: [],
194
194
  testId: 'view-storage-name-in-complete',
195
- iconClassName: 'vsphere-icon-datastore',
195
+ iconClassName: 'icon-backup-storage',
196
196
  },
197
197
  ],
198
198
  actions: [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.303",
4
+ "version": "1.5.304",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",