@patternfly/patternfly 4.147.0 → 4.149.0
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.
- package/assets/icons/fa-unicodes.json +1332 -0
- package/assets/pficon/pficon.scss +126 -126
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/patternfly-icons.css +123 -123
- package/base/patternfly-pf-icons.css +123 -123
- package/components/ContextSelector/context-selector.css +68 -0
- package/components/ContextSelector/context-selector.scss +74 -0
- package/components/Dropdown/dropdown.css +1 -1
- package/components/Dropdown/dropdown.scss +1 -1
- package/components/Masthead/masthead.css +1 -0
- package/components/Masthead/masthead.scss +1 -0
- package/components/Page/page.css +26 -3
- package/components/Page/page.scss +31 -0
- package/components/Panel/panel.css +78 -0
- package/components/Panel/panel.scss +99 -0
- package/components/Popover/popover.css +58 -2
- package/components/Popover/popover.scss +73 -2
- package/components/_all.scss +1 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +0 -1
- package/docs/components/ContextSelector/examples/context-selector.md +2 -0
- package/docs/components/HelperText/examples/HelperText.md +0 -1
- package/docs/components/Menu/examples/Menu.md +19 -20
- package/docs/components/ModalBox/examples/ModalBox.md +1 -0
- package/docs/components/Panel/examples/Panel.md +163 -0
- package/docs/components/Popover/examples/Popover.md +237 -15
- package/docs/components/Select/examples/Select.md +2 -2
- package/docs/components/Sidebar/examples/Sidebar.md +0 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +1391 -0
- package/docs/demos/Modal/examples/Modal.md +122 -4
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +123 -123
- package/patternfly-base.css +123 -123
- package/patternfly-no-reset.css +356 -129
- package/patternfly.css +356 -129
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -4202,495 +4202,495 @@
|
|
|
4202
4202
|
}
|
|
4203
4203
|
|
|
4204
4204
|
.pf-icon-add-circle-o:before {
|
|
4205
|
-
content: "\
|
|
4205
|
+
content: "\e61b";
|
|
4206
4206
|
}
|
|
4207
4207
|
|
|
4208
4208
|
.pf-icon-ansible-tower:before {
|
|
4209
|
-
content: "\
|
|
4209
|
+
content: "\e950";
|
|
4210
4210
|
}
|
|
4211
4211
|
|
|
4212
4212
|
.pf-icon-applications:before {
|
|
4213
|
-
content: "\
|
|
4213
|
+
content: "\e936";
|
|
4214
4214
|
}
|
|
4215
4215
|
|
|
4216
4216
|
.pf-icon-arrow:before {
|
|
4217
|
-
content: "\
|
|
4217
|
+
content: "\e929";
|
|
4218
4218
|
}
|
|
4219
4219
|
|
|
4220
4220
|
.pf-icon-asleep:before {
|
|
4221
|
-
content: "\
|
|
4221
|
+
content: "\e92e";
|
|
4222
4222
|
}
|
|
4223
4223
|
|
|
4224
4224
|
.pf-icon-attention-bell:before {
|
|
4225
|
-
content: "\
|
|
4225
|
+
content: "\e951";
|
|
4226
4226
|
}
|
|
4227
4227
|
|
|
4228
4228
|
.pf-icon-automation:before {
|
|
4229
|
-
content: "\
|
|
4229
|
+
content: "\e937";
|
|
4230
4230
|
}
|
|
4231
4231
|
|
|
4232
4232
|
.pf-icon-bell:before {
|
|
4233
|
-
content: "\
|
|
4233
|
+
content: "\e952";
|
|
4234
4234
|
}
|
|
4235
4235
|
|
|
4236
4236
|
.pf-icon-blueprint:before {
|
|
4237
|
-
content: "\
|
|
4237
|
+
content: "\e915";
|
|
4238
4238
|
}
|
|
4239
4239
|
|
|
4240
4240
|
.pf-icon-build:before {
|
|
4241
|
-
content: "\
|
|
4241
|
+
content: "\e902";
|
|
4242
4242
|
}
|
|
4243
4243
|
|
|
4244
4244
|
.pf-icon-builder-image:before {
|
|
4245
|
-
content: "\
|
|
4245
|
+
content: "\e800";
|
|
4246
4246
|
}
|
|
4247
4247
|
|
|
4248
4248
|
.pf-icon-bundle:before {
|
|
4249
|
-
content: "\
|
|
4249
|
+
content: "\e918";
|
|
4250
4250
|
}
|
|
4251
4251
|
|
|
4252
4252
|
.pf-icon-catalog:before {
|
|
4253
|
-
content: "\
|
|
4253
|
+
content: "\e953";
|
|
4254
4254
|
}
|
|
4255
4255
|
|
|
4256
4256
|
.pf-icon-chat:before {
|
|
4257
|
-
content: "\
|
|
4257
|
+
content: "\e954";
|
|
4258
4258
|
}
|
|
4259
4259
|
|
|
4260
4260
|
.pf-icon-close:before {
|
|
4261
|
-
content: "\
|
|
4261
|
+
content: "\e60b";
|
|
4262
4262
|
}
|
|
4263
4263
|
|
|
4264
4264
|
.pf-icon-cloud-security:before {
|
|
4265
|
-
content: "\
|
|
4265
|
+
content: "\e903";
|
|
4266
4266
|
}
|
|
4267
4267
|
|
|
4268
4268
|
.pf-icon-cloud-tenant:before {
|
|
4269
|
-
content: "\
|
|
4269
|
+
content: "\e904";
|
|
4270
4270
|
}
|
|
4271
4271
|
|
|
4272
4272
|
.pf-icon-cluster:before {
|
|
4273
|
-
content: "\
|
|
4273
|
+
content: "\e620";
|
|
4274
4274
|
}
|
|
4275
4275
|
|
|
4276
4276
|
.pf-icon-connected:before {
|
|
4277
|
-
content: "\
|
|
4277
|
+
content: "\e938";
|
|
4278
4278
|
}
|
|
4279
4279
|
|
|
4280
4280
|
.pf-icon-container-node:before {
|
|
4281
|
-
content: "\
|
|
4281
|
+
content: "\e621";
|
|
4282
4282
|
}
|
|
4283
4283
|
|
|
4284
4284
|
.pf-icon-cpu:before {
|
|
4285
|
-
content: "\
|
|
4285
|
+
content: "\e927";
|
|
4286
4286
|
}
|
|
4287
4287
|
|
|
4288
4288
|
.pf-icon-degraded:before {
|
|
4289
|
-
content: "\
|
|
4289
|
+
content: "\e91b";
|
|
4290
4290
|
}
|
|
4291
4291
|
|
|
4292
4292
|
.pf-icon-disconnected:before {
|
|
4293
|
-
content: "\
|
|
4293
|
+
content: "\e955";
|
|
4294
4294
|
}
|
|
4295
4295
|
|
|
4296
4296
|
.pf-icon-domain:before {
|
|
4297
|
-
content: "\
|
|
4297
|
+
content: "\e919";
|
|
4298
4298
|
}
|
|
4299
4299
|
|
|
4300
4300
|
.pf-icon-edit:before {
|
|
4301
|
-
content: "\
|
|
4301
|
+
content: "\e60a";
|
|
4302
4302
|
}
|
|
4303
4303
|
|
|
4304
4304
|
.pf-icon-enhancement:before {
|
|
4305
|
-
content: "\
|
|
4305
|
+
content: "\e93a";
|
|
4306
4306
|
}
|
|
4307
4307
|
|
|
4308
4308
|
.pf-icon-enterprise:before {
|
|
4309
|
-
content: "\
|
|
4309
|
+
content: "\e906";
|
|
4310
4310
|
}
|
|
4311
4311
|
|
|
4312
4312
|
.pf-icon-equalizer:before {
|
|
4313
|
-
content: "\
|
|
4313
|
+
content: "\e956";
|
|
4314
4314
|
}
|
|
4315
4315
|
|
|
4316
4316
|
.pf-icon-error-circle-o:before {
|
|
4317
|
-
content: "\
|
|
4317
|
+
content: "\e926";
|
|
4318
4318
|
}
|
|
4319
4319
|
|
|
4320
4320
|
.pf-icon-export:before {
|
|
4321
|
-
content: "\
|
|
4321
|
+
content: "\e616";
|
|
4322
4322
|
}
|
|
4323
4323
|
|
|
4324
4324
|
.pf-icon-filter:before {
|
|
4325
|
-
content: "\
|
|
4325
|
+
content: "\e943";
|
|
4326
4326
|
}
|
|
4327
4327
|
|
|
4328
4328
|
.pf-icon-flavor:before {
|
|
4329
|
-
content: "\
|
|
4329
|
+
content: "\e957";
|
|
4330
4330
|
}
|
|
4331
4331
|
|
|
4332
4332
|
.pf-icon-folder-close:before {
|
|
4333
|
-
content: "\
|
|
4333
|
+
content: "\e607";
|
|
4334
4334
|
}
|
|
4335
4335
|
|
|
4336
4336
|
.pf-icon-folder-open:before {
|
|
4337
|
-
content: "\
|
|
4337
|
+
content: "\e606";
|
|
4338
4338
|
}
|
|
4339
4339
|
|
|
4340
4340
|
.pf-icon-globe-route:before {
|
|
4341
|
-
content: "\
|
|
4341
|
+
content: "\e958";
|
|
4342
4342
|
}
|
|
4343
4343
|
|
|
4344
4344
|
.pf-icon-help:before {
|
|
4345
|
-
content: "\
|
|
4345
|
+
content: "\e605";
|
|
4346
4346
|
}
|
|
4347
4347
|
|
|
4348
4348
|
.pf-icon-history:before {
|
|
4349
|
-
content: "\
|
|
4349
|
+
content: "\e617";
|
|
4350
4350
|
}
|
|
4351
4351
|
|
|
4352
4352
|
.pf-icon-home:before {
|
|
4353
|
-
content: "\
|
|
4353
|
+
content: "\e618";
|
|
4354
4354
|
}
|
|
4355
4355
|
|
|
4356
4356
|
.pf-icon-import:before {
|
|
4357
|
-
content: "\
|
|
4357
|
+
content: "\e615";
|
|
4358
4358
|
}
|
|
4359
4359
|
|
|
4360
4360
|
.pf-icon-in-progress:before {
|
|
4361
|
-
content: "\
|
|
4361
|
+
content: "\e933";
|
|
4362
4362
|
}
|
|
4363
4363
|
|
|
4364
4364
|
.pf-icon-info:before {
|
|
4365
|
-
content: "\
|
|
4365
|
+
content: "\e92b";
|
|
4366
4366
|
}
|
|
4367
4367
|
|
|
4368
4368
|
.pf-icon-infrastructure:before {
|
|
4369
|
-
content: "\
|
|
4369
|
+
content: "\e93d";
|
|
4370
4370
|
}
|
|
4371
4371
|
|
|
4372
4372
|
.pf-icon-integration:before {
|
|
4373
|
-
content: "\
|
|
4373
|
+
content: "\e948";
|
|
4374
4374
|
}
|
|
4375
4375
|
|
|
4376
4376
|
.pf-icon-key:before {
|
|
4377
|
-
content: "\
|
|
4377
|
+
content: "\e924";
|
|
4378
4378
|
}
|
|
4379
4379
|
|
|
4380
4380
|
.pf-icon-locked:before {
|
|
4381
|
-
content: "\
|
|
4381
|
+
content: "\e923";
|
|
4382
4382
|
}
|
|
4383
4383
|
|
|
4384
4384
|
.pf-icon-maintenance:before {
|
|
4385
|
-
content: "\
|
|
4385
|
+
content: "\e932";
|
|
4386
4386
|
}
|
|
4387
4387
|
|
|
4388
4388
|
.pf-icon-memory:before {
|
|
4389
|
-
content: "\
|
|
4389
|
+
content: "\e908";
|
|
4390
4390
|
}
|
|
4391
4391
|
|
|
4392
4392
|
.pf-icon-messages:before {
|
|
4393
|
-
content: "\
|
|
4393
|
+
content: "\e603";
|
|
4394
4394
|
}
|
|
4395
4395
|
|
|
4396
4396
|
.pf-icon-middleware:before {
|
|
4397
|
-
content: "\
|
|
4397
|
+
content: "\e917";
|
|
4398
4398
|
}
|
|
4399
4399
|
|
|
4400
4400
|
.pf-icon-migration:before {
|
|
4401
|
-
content: "\
|
|
4401
|
+
content: "\e931";
|
|
4402
4402
|
}
|
|
4403
4403
|
|
|
4404
4404
|
.pf-icon-module:before {
|
|
4405
|
-
content: "\
|
|
4405
|
+
content: "\e959";
|
|
4406
4406
|
}
|
|
4407
4407
|
|
|
4408
4408
|
.pf-icon-monitoring:before {
|
|
4409
|
-
content: "\
|
|
4409
|
+
content: "\e95a";
|
|
4410
4410
|
}
|
|
4411
4411
|
|
|
4412
4412
|
.pf-icon-namespaces:before {
|
|
4413
|
-
content: "\
|
|
4413
|
+
content: "\e95b";
|
|
4414
4414
|
}
|
|
4415
4415
|
|
|
4416
4416
|
.pf-icon-network:before {
|
|
4417
|
-
content: "\
|
|
4417
|
+
content: "\e909";
|
|
4418
4418
|
}
|
|
4419
4419
|
|
|
4420
4420
|
.pf-icon-new-process:before {
|
|
4421
|
-
content: "\
|
|
4421
|
+
content: "\e95c";
|
|
4422
4422
|
}
|
|
4423
4423
|
|
|
4424
4424
|
.pf-icon-not-started:before {
|
|
4425
|
-
content: "\
|
|
4425
|
+
content: "\e95d";
|
|
4426
4426
|
}
|
|
4427
4427
|
|
|
4428
4428
|
.pf-icon-off:before {
|
|
4429
|
-
content: "\
|
|
4429
|
+
content: "\e92d";
|
|
4430
4430
|
}
|
|
4431
4431
|
|
|
4432
4432
|
.pf-icon-ok:before {
|
|
4433
|
-
content: "\
|
|
4433
|
+
content: "\e602";
|
|
4434
4434
|
}
|
|
4435
4435
|
|
|
4436
4436
|
.pf-icon-on-running:before {
|
|
4437
|
-
content: "\
|
|
4437
|
+
content: "\e925";
|
|
4438
4438
|
}
|
|
4439
4439
|
|
|
4440
4440
|
.pf-icon-on:before {
|
|
4441
|
-
content: "\
|
|
4441
|
+
content: "\e92c";
|
|
4442
4442
|
}
|
|
4443
4443
|
|
|
4444
4444
|
.pf-icon-openshift:before {
|
|
4445
|
-
content: "\
|
|
4445
|
+
content: "\e95e";
|
|
4446
4446
|
}
|
|
4447
4447
|
|
|
4448
4448
|
.pf-icon-openstack:before {
|
|
4449
|
-
content: "\
|
|
4449
|
+
content: "\e95f";
|
|
4450
4450
|
}
|
|
4451
4451
|
|
|
4452
4452
|
.pf-icon-optimize:before {
|
|
4453
|
-
content: "\
|
|
4453
|
+
content: "\e93e";
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
4456
|
.pf-icon-orders:before {
|
|
4457
|
-
content: "\
|
|
4457
|
+
content: "\e93f";
|
|
4458
4458
|
}
|
|
4459
4459
|
|
|
4460
4460
|
.pf-icon-os-image:before {
|
|
4461
|
-
content: "\
|
|
4461
|
+
content: "\e960";
|
|
4462
4462
|
}
|
|
4463
4463
|
|
|
4464
4464
|
.pf-icon-package:before {
|
|
4465
|
-
content: "\
|
|
4465
|
+
content: "\e961";
|
|
4466
4466
|
}
|
|
4467
4467
|
|
|
4468
4468
|
.pf-icon-panel-close:before {
|
|
4469
|
-
content: "\
|
|
4469
|
+
content: "\e962";
|
|
4470
4470
|
}
|
|
4471
4471
|
|
|
4472
4472
|
.pf-icon-panel-open:before {
|
|
4473
|
-
content: "\
|
|
4473
|
+
content: "\e963";
|
|
4474
4474
|
}
|
|
4475
4475
|
|
|
4476
4476
|
.pf-icon-paused:before {
|
|
4477
|
-
content: "\
|
|
4477
|
+
content: "\e92f";
|
|
4478
4478
|
}
|
|
4479
4479
|
|
|
4480
4480
|
.pf-icon-pending:before {
|
|
4481
|
-
content: "\
|
|
4481
|
+
content: "\e964";
|
|
4482
4482
|
}
|
|
4483
4483
|
|
|
4484
4484
|
.pf-icon-pficon-dragdrop:before {
|
|
4485
|
-
content: "\
|
|
4485
|
+
content: "\e965";
|
|
4486
4486
|
}
|
|
4487
4487
|
|
|
4488
4488
|
.pf-icon-pficon-history:before {
|
|
4489
|
-
content: "\
|
|
4489
|
+
content: "\e966";
|
|
4490
4490
|
}
|
|
4491
4491
|
|
|
4492
4492
|
.pf-icon-pficon-network-range:before {
|
|
4493
|
-
content: "\
|
|
4493
|
+
content: "\e967";
|
|
4494
4494
|
}
|
|
4495
4495
|
|
|
4496
4496
|
.pf-icon-pficon-satellite:before {
|
|
4497
|
-
content: "\
|
|
4497
|
+
content: "\e968";
|
|
4498
4498
|
}
|
|
4499
4499
|
|
|
4500
4500
|
.pf-icon-pficon-sort-common-asc:before {
|
|
4501
|
-
content: "\
|
|
4501
|
+
content: "\e94e";
|
|
4502
4502
|
}
|
|
4503
4503
|
|
|
4504
4504
|
.pf-icon-pficon-sort-common-desc:before {
|
|
4505
|
-
content: "\
|
|
4505
|
+
content: "\e94f";
|
|
4506
4506
|
}
|
|
4507
4507
|
|
|
4508
4508
|
.pf-icon-pficon-template:before {
|
|
4509
|
-
content: "\
|
|
4509
|
+
content: "\e94c";
|
|
4510
4510
|
}
|
|
4511
4511
|
|
|
4512
4512
|
.pf-icon-pficon-vcenter:before {
|
|
4513
|
-
content: "\
|
|
4513
|
+
content: "\e969";
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
4516
|
.pf-icon-plugged:before {
|
|
4517
|
-
content: "\
|
|
4517
|
+
content: "\e96a";
|
|
4518
4518
|
}
|
|
4519
4519
|
|
|
4520
4520
|
.pf-icon-port:before {
|
|
4521
|
-
content: "\
|
|
4521
|
+
content: "\e96b";
|
|
4522
4522
|
}
|
|
4523
4523
|
|
|
4524
4524
|
.pf-icon-print:before {
|
|
4525
|
-
content: "\
|
|
4525
|
+
content: "\e612";
|
|
4526
4526
|
}
|
|
4527
4527
|
|
|
4528
4528
|
.pf-icon-private:before {
|
|
4529
|
-
content: "\
|
|
4529
|
+
content: "\e914";
|
|
4530
4530
|
}
|
|
4531
4531
|
|
|
4532
4532
|
.pf-icon-process-automation:before {
|
|
4533
|
-
content: "\
|
|
4533
|
+
content: "\e949";
|
|
4534
4534
|
}
|
|
4535
4535
|
|
|
4536
4536
|
.pf-icon-project:before {
|
|
4537
|
-
content: "\
|
|
4537
|
+
content: "\e96c";
|
|
4538
4538
|
}
|
|
4539
4539
|
|
|
4540
4540
|
.pf-icon-rebalance:before {
|
|
4541
|
-
content: "\
|
|
4541
|
+
content: "\e91c";
|
|
4542
4542
|
}
|
|
4543
4543
|
|
|
4544
4544
|
.pf-icon-rebooting:before {
|
|
4545
|
-
content: "\
|
|
4545
|
+
content: "\e96d";
|
|
4546
4546
|
}
|
|
4547
4547
|
|
|
4548
4548
|
.pf-icon-regions:before {
|
|
4549
|
-
content: "\
|
|
4549
|
+
content: "\e90a";
|
|
4550
4550
|
}
|
|
4551
4551
|
|
|
4552
4552
|
.pf-icon-registry:before {
|
|
4553
|
-
content: "\
|
|
4553
|
+
content: "\e623";
|
|
4554
4554
|
}
|
|
4555
4555
|
|
|
4556
4556
|
.pf-icon-remove2:before {
|
|
4557
|
-
content: "\
|
|
4557
|
+
content: "\e96e";
|
|
4558
4558
|
}
|
|
4559
4559
|
|
|
4560
4560
|
.pf-icon-replicator:before {
|
|
4561
|
-
content: "\
|
|
4561
|
+
content: "\e624";
|
|
4562
4562
|
}
|
|
4563
4563
|
|
|
4564
4564
|
.pf-icon-repository:before {
|
|
4565
|
-
content: "\
|
|
4565
|
+
content: "\e90b";
|
|
4566
4566
|
}
|
|
4567
4567
|
|
|
4568
4568
|
.pf-icon-resource-pool:before {
|
|
4569
|
-
content: "\
|
|
4569
|
+
content: "\e90c";
|
|
4570
4570
|
}
|
|
4571
4571
|
|
|
4572
4572
|
.pf-icon-resources-almost-empty:before {
|
|
4573
|
-
content: "\
|
|
4573
|
+
content: "\e91d";
|
|
4574
4574
|
}
|
|
4575
4575
|
|
|
4576
4576
|
.pf-icon-resources-almost-full:before {
|
|
4577
|
-
content: "\
|
|
4577
|
+
content: "\e912";
|
|
4578
4578
|
}
|
|
4579
4579
|
|
|
4580
4580
|
.pf-icon-resources-empty:before {
|
|
4581
|
-
content: "\
|
|
4581
|
+
content: "\e96f";
|
|
4582
4582
|
}
|
|
4583
4583
|
|
|
4584
4584
|
.pf-icon-resources-full:before {
|
|
4585
|
-
content: "\
|
|
4585
|
+
content: "\e913";
|
|
4586
4586
|
}
|
|
4587
4587
|
|
|
4588
4588
|
.pf-icon-running:before {
|
|
4589
|
-
content: "\
|
|
4589
|
+
content: "\e970";
|
|
4590
4590
|
}
|
|
4591
4591
|
|
|
4592
4592
|
.pf-icon-save:before {
|
|
4593
|
-
content: "\
|
|
4593
|
+
content: "\e601";
|
|
4594
4594
|
}
|
|
4595
4595
|
|
|
4596
4596
|
.pf-icon-screen:before {
|
|
4597
|
-
content: "\
|
|
4597
|
+
content: "\e971";
|
|
4598
4598
|
}
|
|
4599
4599
|
|
|
4600
4600
|
.pf-icon-security:before {
|
|
4601
|
-
content: "\
|
|
4601
|
+
content: "\e946";
|
|
4602
4602
|
}
|
|
4603
4603
|
|
|
4604
4604
|
.pf-icon-server-group:before {
|
|
4605
|
-
content: "\
|
|
4605
|
+
content: "\e91a";
|
|
4606
4606
|
}
|
|
4607
4607
|
|
|
4608
4608
|
.pf-icon-server:before {
|
|
4609
|
-
content: "\
|
|
4609
|
+
content: "\e90d";
|
|
4610
4610
|
}
|
|
4611
4611
|
|
|
4612
4612
|
.pf-icon-service-catalog:before {
|
|
4613
|
-
content: "\
|
|
4613
|
+
content: "\e972";
|
|
4614
4614
|
}
|
|
4615
4615
|
|
|
4616
4616
|
.pf-icon-service:before {
|
|
4617
|
-
content: "\
|
|
4617
|
+
content: "\e61e";
|
|
4618
4618
|
}
|
|
4619
4619
|
|
|
4620
4620
|
.pf-icon-services:before {
|
|
4621
|
-
content: "\
|
|
4621
|
+
content: "\e947";
|
|
4622
4622
|
}
|
|
4623
4623
|
|
|
4624
4624
|
.pf-icon-spinner:before {
|
|
4625
|
-
content: "\
|
|
4625
|
+
content: "\e973";
|
|
4626
4626
|
}
|
|
4627
4627
|
|
|
4628
4628
|
.pf-icon-spinner2:before {
|
|
4629
|
-
content: "\
|
|
4629
|
+
content: "\e613";
|
|
4630
4630
|
}
|
|
4631
4631
|
|
|
4632
4632
|
.pf-icon-storage-domain:before {
|
|
4633
|
-
content: "\
|
|
4633
|
+
content: "\e90e";
|
|
4634
4634
|
}
|
|
4635
4635
|
|
|
4636
4636
|
.pf-icon-task:before {
|
|
4637
|
-
content: "\
|
|
4637
|
+
content: "\e974";
|
|
4638
4638
|
}
|
|
4639
4639
|
|
|
4640
4640
|
.pf-icon-tenant:before {
|
|
4641
|
-
content: "\
|
|
4641
|
+
content: "\e916";
|
|
4642
4642
|
}
|
|
4643
4643
|
|
|
4644
4644
|
.pf-icon-thumb-tack:before {
|
|
4645
|
-
content: "\
|
|
4645
|
+
content: "\e920";
|
|
4646
4646
|
}
|
|
4647
4647
|
|
|
4648
4648
|
.pf-icon-topology:before {
|
|
4649
|
-
content: "\
|
|
4649
|
+
content: "\e608";
|
|
4650
4650
|
}
|
|
4651
4651
|
|
|
4652
4652
|
.pf-icon-trend-down:before {
|
|
4653
|
-
content: "\
|
|
4653
|
+
content: "\e900";
|
|
4654
4654
|
}
|
|
4655
4655
|
|
|
4656
4656
|
.pf-icon-trend-up:before {
|
|
4657
|
-
content: "\
|
|
4657
|
+
content: "\e901";
|
|
4658
4658
|
}
|
|
4659
4659
|
|
|
4660
4660
|
.pf-icon-unknown:before {
|
|
4661
|
-
content: "\
|
|
4661
|
+
content: "\e935";
|
|
4662
4662
|
}
|
|
4663
4663
|
|
|
4664
4664
|
.pf-icon-unlocked:before {
|
|
4665
|
-
content: "\
|
|
4665
|
+
content: "\e922";
|
|
4666
4666
|
}
|
|
4667
4667
|
|
|
4668
4668
|
.pf-icon-unplugged:before {
|
|
4669
|
-
content: "\
|
|
4669
|
+
content: "\e942";
|
|
4670
4670
|
}
|
|
4671
4671
|
|
|
4672
4672
|
.pf-icon-user:before {
|
|
4673
|
-
content: "\
|
|
4673
|
+
content: "\e91e";
|
|
4674
4674
|
}
|
|
4675
4675
|
|
|
4676
4676
|
.pf-icon-users:before {
|
|
4677
|
-
content: "\
|
|
4677
|
+
content: "\e91f";
|
|
4678
4678
|
}
|
|
4679
4679
|
|
|
4680
4680
|
.pf-icon-virtual-machine:before {
|
|
4681
|
-
content: "\
|
|
4681
|
+
content: "\e90f";
|
|
4682
4682
|
}
|
|
4683
4683
|
|
|
4684
4684
|
.pf-icon-volume:before {
|
|
4685
|
-
content: "\
|
|
4685
|
+
content: "\e910";
|
|
4686
4686
|
}
|
|
4687
4687
|
|
|
4688
4688
|
.pf-icon-warning-triangle:before {
|
|
4689
|
-
content: "\
|
|
4689
|
+
content: "\e975";
|
|
4690
4690
|
}
|
|
4691
4691
|
|
|
4692
4692
|
.pf-icon-zone:before {
|
|
4693
|
-
content: "\
|
|
4693
|
+
content: "\e911";
|
|
4694
4694
|
}
|
|
4695
4695
|
|
|
4696
4696
|
.pf-svg-size-sm {
|