bfg-common 1.3.50 → 1.3.52

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.
@@ -68,6 +68,18 @@
68
68
  .vsphere-icon-resource-pool {
69
69
  background-position: 0 69.6202531646%;
70
70
  }
71
+ .vsphere-icon-resource-pool-add {
72
+ background-position: 0 70.8860759494%;
73
+ }
74
+ .vsphere-icon-resource-pool-edit {
75
+ background-position: 0 72.1518987342%;
76
+ }
77
+ .vsphere-icon-resourcePoolAlert {
78
+ background-position: 0 73.417721519%;
79
+ }
80
+ .vsphere-icon-resourcePoolWarning {
81
+ background-position: 0 74.6835443038%;
82
+ }
71
83
  .vsphere-icon-reset {
72
84
  background-position: 0 63.3%;
73
85
  }
@@ -89,6 +101,10 @@
89
101
 
90
102
  /* _____BACKGROUND IMAGE_____ */
91
103
  .vsphere-icon-resource-pool,
104
+ .vsphere-icon-resource-pool-add,
105
+ .vsphere-icon-resource-pool-edit,
106
+ .vsphere-icon-resourcePoolAlert,
107
+ .vsphere-icon-resourcePoolWarning,
92
108
  .vsphere-icon-reset,
93
109
  .vsphere-icon-namespace,
94
110
  .vx-icon-window-popout,
@@ -122,6 +138,10 @@
122
138
  }
123
139
  }
124
140
  .active .vsphere-icon-resource-pool,
141
+ .active .vsphere-icon-resource-pool-add,
142
+ .active .vsphere-icon-resource-pool-edit,
143
+ .active .vsphere-icon-resourcePoolAlert,
144
+ .active .vsphere-icon-resourcePoolWarning,
125
145
  .active .vsphere-icon-reset,
126
146
  .active .vsphere-icon-namespace,
127
147
  .active .vx-icon-window-popout,
@@ -163,6 +183,10 @@
163
183
  }
164
184
 
165
185
  .vsphere-icon-resource-pool,
186
+ .vsphere-icon-resource-pool-add,
187
+ .vsphere-icon-resource-pool-edit,
188
+ .vsphere-icon-resourcePoolAlert,
189
+ .vsphere-icon-resourcePoolWarning,
166
190
  .vsphere-icon-namespace,
167
191
  .vx-icon-openConsole,
168
192
  .vm-ui-icon-snapshotRevert,
@@ -79,3 +79,20 @@ export const networkIconByState = [
79
79
  'network-warning',
80
80
  'network-error',
81
81
  ]
82
+
83
+
84
+ export const resourcePoolLocalizationByState = [
85
+ 'unknown',
86
+ 'normal',
87
+ 'warning',
88
+ 'error',
89
+ 'alert',
90
+ ]
91
+
92
+ export const resourcePoolIconByState = [
93
+ 'resourcePoolAlert',
94
+ 'resource-pool',
95
+ 'resourcePoolWarning',
96
+ 'resourcePoolAlert',
97
+ 'resourcePoolAlert',
98
+ ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.50",
4
+ "version": "1.3.52",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",