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.
|
|
144
|
+
label: localization.backup.backupStorageName,
|
|
145
145
|
value: name,
|
|
146
146
|
items: [],
|
|
147
147
|
testId: 'view-storage-name-in-complete',
|
|
148
|
-
iconClassName: '
|
|
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.
|
|
191
|
+
label: localization.backup.backupStorageName,
|
|
192
192
|
value: name,
|
|
193
193
|
items: [],
|
|
194
194
|
testId: 'view-storage-name-in-complete',
|
|
195
|
-
iconClassName: '
|
|
195
|
+
iconClassName: 'icon-backup-storage',
|
|
196
196
|
},
|
|
197
197
|
],
|
|
198
198
|
actions: [],
|