bfg-common 1.2.229 → 1.2.230

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.
@@ -98,6 +98,12 @@
98
98
  .host-ui-icon-renewCertificate {
99
99
  background-position: 0 36.7088607595%;
100
100
  }
101
+ .network-lib-ui-icon-statusGreen {
102
+ background-position: 0 39.2405063291%;
103
+ }
104
+ .network-lib-ui-icon-statusRed {
105
+ background-position: 0 35.4430379747%;
106
+ }
101
107
 
102
108
  /* _____BACKGROUND IMAGE_____ */
103
109
  .host-ui-icon-renewCertificate,
@@ -132,7 +138,9 @@
132
138
  .icon-auto-deploy,
133
139
  .icon-Host_Policy-32x,
134
140
  .icon-certificate-32x,
135
- .icon-content-libraries {
141
+ .icon-content-libraries,
142
+ .network-lib-ui-icon-statusGreen,
143
+ .network-lib-ui-icon-statusRed {
136
144
  background-image: url('@/assets/img/icons/icons-sprite-light-1.svg');
137
145
 
138
146
  html.dark-theme & {
@@ -169,7 +177,9 @@
169
177
  .active .vsphere-icon-datacenter-error,
170
178
  .active .vsphere-icon-datacenter-warning,
171
179
  .active .icon-auto-deploy,
172
- .active .icon-content-libraries {
180
+ .active .icon-content-libraries,
181
+ .active .network-lib-ui-icon-statusGreen,
182
+ .active .network-lib-ui-icon-statusRed {
173
183
  background-image: url('@/assets/img/icons/icons-sprite-dark-1.svg');
174
184
  html.dark-theme & {
175
185
  background-image: url('@/assets/img/icons/icons-sprite-light-1.svg');
@@ -215,7 +225,9 @@
215
225
  .vsphere-icon-datacenter-error,
216
226
  .vsphere-icon-datacenter-warning,
217
227
  .icon-auto-deploy,
218
- .icon-content-libraries {
228
+ .icon-content-libraries,
229
+ .network-lib-ui-icon-statusGreen,
230
+ .network-lib-ui-icon-statusRed {
219
231
  width: 18px;
220
232
  min-width: 18px;
221
233
  height: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.229",
4
+ "version": "1.2.230",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",