@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
|
@@ -4683,493 +4683,493 @@ html {
|
|
|
4683
4683
|
}
|
|
4684
4684
|
|
|
4685
4685
|
.pf-icon-add-circle-o:before {
|
|
4686
|
-
content: "\
|
|
4686
|
+
content: "\e61b";
|
|
4687
4687
|
}
|
|
4688
4688
|
|
|
4689
4689
|
.pf-icon-ansible-tower:before {
|
|
4690
|
-
content: "\
|
|
4690
|
+
content: "\e950";
|
|
4691
4691
|
}
|
|
4692
4692
|
|
|
4693
4693
|
.pf-icon-applications:before {
|
|
4694
|
-
content: "\
|
|
4694
|
+
content: "\e936";
|
|
4695
4695
|
}
|
|
4696
4696
|
|
|
4697
4697
|
.pf-icon-arrow:before {
|
|
4698
|
-
content: "\
|
|
4698
|
+
content: "\e929";
|
|
4699
4699
|
}
|
|
4700
4700
|
|
|
4701
4701
|
.pf-icon-asleep:before {
|
|
4702
|
-
content: "\
|
|
4702
|
+
content: "\e92e";
|
|
4703
4703
|
}
|
|
4704
4704
|
|
|
4705
4705
|
.pf-icon-attention-bell:before {
|
|
4706
|
-
content: "\
|
|
4706
|
+
content: "\e951";
|
|
4707
4707
|
}
|
|
4708
4708
|
|
|
4709
4709
|
.pf-icon-automation:before {
|
|
4710
|
-
content: "\
|
|
4710
|
+
content: "\e937";
|
|
4711
4711
|
}
|
|
4712
4712
|
|
|
4713
4713
|
.pf-icon-bell:before {
|
|
4714
|
-
content: "\
|
|
4714
|
+
content: "\e952";
|
|
4715
4715
|
}
|
|
4716
4716
|
|
|
4717
4717
|
.pf-icon-blueprint:before {
|
|
4718
|
-
content: "\
|
|
4718
|
+
content: "\e915";
|
|
4719
4719
|
}
|
|
4720
4720
|
|
|
4721
4721
|
.pf-icon-build:before {
|
|
4722
|
-
content: "\
|
|
4722
|
+
content: "\e902";
|
|
4723
4723
|
}
|
|
4724
4724
|
|
|
4725
4725
|
.pf-icon-builder-image:before {
|
|
4726
|
-
content: "\
|
|
4726
|
+
content: "\e800";
|
|
4727
4727
|
}
|
|
4728
4728
|
|
|
4729
4729
|
.pf-icon-bundle:before {
|
|
4730
|
-
content: "\
|
|
4730
|
+
content: "\e918";
|
|
4731
4731
|
}
|
|
4732
4732
|
|
|
4733
4733
|
.pf-icon-catalog:before {
|
|
4734
|
-
content: "\
|
|
4734
|
+
content: "\e953";
|
|
4735
4735
|
}
|
|
4736
4736
|
|
|
4737
4737
|
.pf-icon-chat:before {
|
|
4738
|
-
content: "\
|
|
4738
|
+
content: "\e954";
|
|
4739
4739
|
}
|
|
4740
4740
|
|
|
4741
4741
|
.pf-icon-close:before {
|
|
4742
|
-
content: "\
|
|
4742
|
+
content: "\e60b";
|
|
4743
4743
|
}
|
|
4744
4744
|
|
|
4745
4745
|
.pf-icon-cloud-security:before {
|
|
4746
|
-
content: "\
|
|
4746
|
+
content: "\e903";
|
|
4747
4747
|
}
|
|
4748
4748
|
|
|
4749
4749
|
.pf-icon-cloud-tenant:before {
|
|
4750
|
-
content: "\
|
|
4750
|
+
content: "\e904";
|
|
4751
4751
|
}
|
|
4752
4752
|
|
|
4753
4753
|
.pf-icon-cluster:before {
|
|
4754
|
-
content: "\
|
|
4754
|
+
content: "\e620";
|
|
4755
4755
|
}
|
|
4756
4756
|
|
|
4757
4757
|
.pf-icon-connected:before {
|
|
4758
|
-
content: "\
|
|
4758
|
+
content: "\e938";
|
|
4759
4759
|
}
|
|
4760
4760
|
|
|
4761
4761
|
.pf-icon-container-node:before {
|
|
4762
|
-
content: "\
|
|
4762
|
+
content: "\e621";
|
|
4763
4763
|
}
|
|
4764
4764
|
|
|
4765
4765
|
.pf-icon-cpu:before {
|
|
4766
|
-
content: "\
|
|
4766
|
+
content: "\e927";
|
|
4767
4767
|
}
|
|
4768
4768
|
|
|
4769
4769
|
.pf-icon-degraded:before {
|
|
4770
|
-
content: "\
|
|
4770
|
+
content: "\e91b";
|
|
4771
4771
|
}
|
|
4772
4772
|
|
|
4773
4773
|
.pf-icon-disconnected:before {
|
|
4774
|
-
content: "\
|
|
4774
|
+
content: "\e955";
|
|
4775
4775
|
}
|
|
4776
4776
|
|
|
4777
4777
|
.pf-icon-domain:before {
|
|
4778
|
-
content: "\
|
|
4778
|
+
content: "\e919";
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
4781
|
.pf-icon-edit:before {
|
|
4782
|
-
content: "\
|
|
4782
|
+
content: "\e60a";
|
|
4783
4783
|
}
|
|
4784
4784
|
|
|
4785
4785
|
.pf-icon-enhancement:before {
|
|
4786
|
-
content: "\
|
|
4786
|
+
content: "\e93a";
|
|
4787
4787
|
}
|
|
4788
4788
|
|
|
4789
4789
|
.pf-icon-enterprise:before {
|
|
4790
|
-
content: "\
|
|
4790
|
+
content: "\e906";
|
|
4791
4791
|
}
|
|
4792
4792
|
|
|
4793
4793
|
.pf-icon-equalizer:before {
|
|
4794
|
-
content: "\
|
|
4794
|
+
content: "\e956";
|
|
4795
4795
|
}
|
|
4796
4796
|
|
|
4797
4797
|
.pf-icon-error-circle-o:before {
|
|
4798
|
-
content: "\
|
|
4798
|
+
content: "\e926";
|
|
4799
4799
|
}
|
|
4800
4800
|
|
|
4801
4801
|
.pf-icon-export:before {
|
|
4802
|
-
content: "\
|
|
4802
|
+
content: "\e616";
|
|
4803
4803
|
}
|
|
4804
4804
|
|
|
4805
4805
|
.pf-icon-filter:before {
|
|
4806
|
-
content: "\
|
|
4806
|
+
content: "\e943";
|
|
4807
4807
|
}
|
|
4808
4808
|
|
|
4809
4809
|
.pf-icon-flavor:before {
|
|
4810
|
-
content: "\
|
|
4810
|
+
content: "\e957";
|
|
4811
4811
|
}
|
|
4812
4812
|
|
|
4813
4813
|
.pf-icon-folder-close:before {
|
|
4814
|
-
content: "\
|
|
4814
|
+
content: "\e607";
|
|
4815
4815
|
}
|
|
4816
4816
|
|
|
4817
4817
|
.pf-icon-folder-open:before {
|
|
4818
|
-
content: "\
|
|
4818
|
+
content: "\e606";
|
|
4819
4819
|
}
|
|
4820
4820
|
|
|
4821
4821
|
.pf-icon-globe-route:before {
|
|
4822
|
-
content: "\
|
|
4822
|
+
content: "\e958";
|
|
4823
4823
|
}
|
|
4824
4824
|
|
|
4825
4825
|
.pf-icon-help:before {
|
|
4826
|
-
content: "\
|
|
4826
|
+
content: "\e605";
|
|
4827
4827
|
}
|
|
4828
4828
|
|
|
4829
4829
|
.pf-icon-history:before {
|
|
4830
|
-
content: "\
|
|
4830
|
+
content: "\e617";
|
|
4831
4831
|
}
|
|
4832
4832
|
|
|
4833
4833
|
.pf-icon-home:before {
|
|
4834
|
-
content: "\
|
|
4834
|
+
content: "\e618";
|
|
4835
4835
|
}
|
|
4836
4836
|
|
|
4837
4837
|
.pf-icon-import:before {
|
|
4838
|
-
content: "\
|
|
4838
|
+
content: "\e615";
|
|
4839
4839
|
}
|
|
4840
4840
|
|
|
4841
4841
|
.pf-icon-in-progress:before {
|
|
4842
|
-
content: "\
|
|
4842
|
+
content: "\e933";
|
|
4843
4843
|
}
|
|
4844
4844
|
|
|
4845
4845
|
.pf-icon-info:before {
|
|
4846
|
-
content: "\
|
|
4846
|
+
content: "\e92b";
|
|
4847
4847
|
}
|
|
4848
4848
|
|
|
4849
4849
|
.pf-icon-infrastructure:before {
|
|
4850
|
-
content: "\
|
|
4850
|
+
content: "\e93d";
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
4853
|
.pf-icon-integration:before {
|
|
4854
|
-
content: "\
|
|
4854
|
+
content: "\e948";
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
4857
|
.pf-icon-key:before {
|
|
4858
|
-
content: "\
|
|
4858
|
+
content: "\e924";
|
|
4859
4859
|
}
|
|
4860
4860
|
|
|
4861
4861
|
.pf-icon-locked:before {
|
|
4862
|
-
content: "\
|
|
4862
|
+
content: "\e923";
|
|
4863
4863
|
}
|
|
4864
4864
|
|
|
4865
4865
|
.pf-icon-maintenance:before {
|
|
4866
|
-
content: "\
|
|
4866
|
+
content: "\e932";
|
|
4867
4867
|
}
|
|
4868
4868
|
|
|
4869
4869
|
.pf-icon-memory:before {
|
|
4870
|
-
content: "\
|
|
4870
|
+
content: "\e908";
|
|
4871
4871
|
}
|
|
4872
4872
|
|
|
4873
4873
|
.pf-icon-messages:before {
|
|
4874
|
-
content: "\
|
|
4874
|
+
content: "\e603";
|
|
4875
4875
|
}
|
|
4876
4876
|
|
|
4877
4877
|
.pf-icon-middleware:before {
|
|
4878
|
-
content: "\
|
|
4878
|
+
content: "\e917";
|
|
4879
4879
|
}
|
|
4880
4880
|
|
|
4881
4881
|
.pf-icon-migration:before {
|
|
4882
|
-
content: "\
|
|
4882
|
+
content: "\e931";
|
|
4883
4883
|
}
|
|
4884
4884
|
|
|
4885
4885
|
.pf-icon-module:before {
|
|
4886
|
-
content: "\
|
|
4886
|
+
content: "\e959";
|
|
4887
4887
|
}
|
|
4888
4888
|
|
|
4889
4889
|
.pf-icon-monitoring:before {
|
|
4890
|
-
content: "\
|
|
4890
|
+
content: "\e95a";
|
|
4891
4891
|
}
|
|
4892
4892
|
|
|
4893
4893
|
.pf-icon-namespaces:before {
|
|
4894
|
-
content: "\
|
|
4894
|
+
content: "\e95b";
|
|
4895
4895
|
}
|
|
4896
4896
|
|
|
4897
4897
|
.pf-icon-network:before {
|
|
4898
|
-
content: "\
|
|
4898
|
+
content: "\e909";
|
|
4899
4899
|
}
|
|
4900
4900
|
|
|
4901
4901
|
.pf-icon-new-process:before {
|
|
4902
|
-
content: "\
|
|
4902
|
+
content: "\e95c";
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
4905
|
.pf-icon-not-started:before {
|
|
4906
|
-
content: "\
|
|
4906
|
+
content: "\e95d";
|
|
4907
4907
|
}
|
|
4908
4908
|
|
|
4909
4909
|
.pf-icon-off:before {
|
|
4910
|
-
content: "\
|
|
4910
|
+
content: "\e92d";
|
|
4911
4911
|
}
|
|
4912
4912
|
|
|
4913
4913
|
.pf-icon-ok:before {
|
|
4914
|
-
content: "\
|
|
4914
|
+
content: "\e602";
|
|
4915
4915
|
}
|
|
4916
4916
|
|
|
4917
4917
|
.pf-icon-on-running:before {
|
|
4918
|
-
content: "\
|
|
4918
|
+
content: "\e925";
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
4921
|
.pf-icon-on:before {
|
|
4922
|
-
content: "\
|
|
4922
|
+
content: "\e92c";
|
|
4923
4923
|
}
|
|
4924
4924
|
|
|
4925
4925
|
.pf-icon-openshift:before {
|
|
4926
|
-
content: "\
|
|
4926
|
+
content: "\e95e";
|
|
4927
4927
|
}
|
|
4928
4928
|
|
|
4929
4929
|
.pf-icon-openstack:before {
|
|
4930
|
-
content: "\
|
|
4930
|
+
content: "\e95f";
|
|
4931
4931
|
}
|
|
4932
4932
|
|
|
4933
4933
|
.pf-icon-optimize:before {
|
|
4934
|
-
content: "\
|
|
4934
|
+
content: "\e93e";
|
|
4935
4935
|
}
|
|
4936
4936
|
|
|
4937
4937
|
.pf-icon-orders:before {
|
|
4938
|
-
content: "\
|
|
4938
|
+
content: "\e93f";
|
|
4939
4939
|
}
|
|
4940
4940
|
|
|
4941
4941
|
.pf-icon-os-image:before {
|
|
4942
|
-
content: "\
|
|
4942
|
+
content: "\e960";
|
|
4943
4943
|
}
|
|
4944
4944
|
|
|
4945
4945
|
.pf-icon-package:before {
|
|
4946
|
-
content: "\
|
|
4946
|
+
content: "\e961";
|
|
4947
4947
|
}
|
|
4948
4948
|
|
|
4949
4949
|
.pf-icon-panel-close:before {
|
|
4950
|
-
content: "\
|
|
4950
|
+
content: "\e962";
|
|
4951
4951
|
}
|
|
4952
4952
|
|
|
4953
4953
|
.pf-icon-panel-open:before {
|
|
4954
|
-
content: "\
|
|
4954
|
+
content: "\e963";
|
|
4955
4955
|
}
|
|
4956
4956
|
|
|
4957
4957
|
.pf-icon-paused:before {
|
|
4958
|
-
content: "\
|
|
4958
|
+
content: "\e92f";
|
|
4959
4959
|
}
|
|
4960
4960
|
|
|
4961
4961
|
.pf-icon-pending:before {
|
|
4962
|
-
content: "\
|
|
4962
|
+
content: "\e964";
|
|
4963
4963
|
}
|
|
4964
4964
|
|
|
4965
4965
|
.pf-icon-pficon-dragdrop:before {
|
|
4966
|
-
content: "\
|
|
4966
|
+
content: "\e965";
|
|
4967
4967
|
}
|
|
4968
4968
|
|
|
4969
4969
|
.pf-icon-pficon-history:before {
|
|
4970
|
-
content: "\
|
|
4970
|
+
content: "\e966";
|
|
4971
4971
|
}
|
|
4972
4972
|
|
|
4973
4973
|
.pf-icon-pficon-network-range:before {
|
|
4974
|
-
content: "\
|
|
4974
|
+
content: "\e967";
|
|
4975
4975
|
}
|
|
4976
4976
|
|
|
4977
4977
|
.pf-icon-pficon-satellite:before {
|
|
4978
|
-
content: "\
|
|
4978
|
+
content: "\e968";
|
|
4979
4979
|
}
|
|
4980
4980
|
|
|
4981
4981
|
.pf-icon-pficon-sort-common-asc:before {
|
|
4982
|
-
content: "\
|
|
4982
|
+
content: "\e94e";
|
|
4983
4983
|
}
|
|
4984
4984
|
|
|
4985
4985
|
.pf-icon-pficon-sort-common-desc:before {
|
|
4986
|
-
content: "\
|
|
4986
|
+
content: "\e94f";
|
|
4987
4987
|
}
|
|
4988
4988
|
|
|
4989
4989
|
.pf-icon-pficon-template:before {
|
|
4990
|
-
content: "\
|
|
4990
|
+
content: "\e94c";
|
|
4991
4991
|
}
|
|
4992
4992
|
|
|
4993
4993
|
.pf-icon-pficon-vcenter:before {
|
|
4994
|
-
content: "\
|
|
4994
|
+
content: "\e969";
|
|
4995
4995
|
}
|
|
4996
4996
|
|
|
4997
4997
|
.pf-icon-plugged:before {
|
|
4998
|
-
content: "\
|
|
4998
|
+
content: "\e96a";
|
|
4999
4999
|
}
|
|
5000
5000
|
|
|
5001
5001
|
.pf-icon-port:before {
|
|
5002
|
-
content: "\
|
|
5002
|
+
content: "\e96b";
|
|
5003
5003
|
}
|
|
5004
5004
|
|
|
5005
5005
|
.pf-icon-print:before {
|
|
5006
|
-
content: "\
|
|
5006
|
+
content: "\e612";
|
|
5007
5007
|
}
|
|
5008
5008
|
|
|
5009
5009
|
.pf-icon-private:before {
|
|
5010
|
-
content: "\
|
|
5010
|
+
content: "\e914";
|
|
5011
5011
|
}
|
|
5012
5012
|
|
|
5013
5013
|
.pf-icon-process-automation:before {
|
|
5014
|
-
content: "\
|
|
5014
|
+
content: "\e949";
|
|
5015
5015
|
}
|
|
5016
5016
|
|
|
5017
5017
|
.pf-icon-project:before {
|
|
5018
|
-
content: "\
|
|
5018
|
+
content: "\e96c";
|
|
5019
5019
|
}
|
|
5020
5020
|
|
|
5021
5021
|
.pf-icon-rebalance:before {
|
|
5022
|
-
content: "\
|
|
5022
|
+
content: "\e91c";
|
|
5023
5023
|
}
|
|
5024
5024
|
|
|
5025
5025
|
.pf-icon-rebooting:before {
|
|
5026
|
-
content: "\
|
|
5026
|
+
content: "\e96d";
|
|
5027
5027
|
}
|
|
5028
5028
|
|
|
5029
5029
|
.pf-icon-regions:before {
|
|
5030
|
-
content: "\
|
|
5030
|
+
content: "\e90a";
|
|
5031
5031
|
}
|
|
5032
5032
|
|
|
5033
5033
|
.pf-icon-registry:before {
|
|
5034
|
-
content: "\
|
|
5034
|
+
content: "\e623";
|
|
5035
5035
|
}
|
|
5036
5036
|
|
|
5037
5037
|
.pf-icon-remove2:before {
|
|
5038
|
-
content: "\
|
|
5038
|
+
content: "\e96e";
|
|
5039
5039
|
}
|
|
5040
5040
|
|
|
5041
5041
|
.pf-icon-replicator:before {
|
|
5042
|
-
content: "\
|
|
5042
|
+
content: "\e624";
|
|
5043
5043
|
}
|
|
5044
5044
|
|
|
5045
5045
|
.pf-icon-repository:before {
|
|
5046
|
-
content: "\
|
|
5046
|
+
content: "\e90b";
|
|
5047
5047
|
}
|
|
5048
5048
|
|
|
5049
5049
|
.pf-icon-resource-pool:before {
|
|
5050
|
-
content: "\
|
|
5050
|
+
content: "\e90c";
|
|
5051
5051
|
}
|
|
5052
5052
|
|
|
5053
5053
|
.pf-icon-resources-almost-empty:before {
|
|
5054
|
-
content: "\
|
|
5054
|
+
content: "\e91d";
|
|
5055
5055
|
}
|
|
5056
5056
|
|
|
5057
5057
|
.pf-icon-resources-almost-full:before {
|
|
5058
|
-
content: "\
|
|
5058
|
+
content: "\e912";
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
5061
|
.pf-icon-resources-empty:before {
|
|
5062
|
-
content: "\
|
|
5062
|
+
content: "\e96f";
|
|
5063
5063
|
}
|
|
5064
5064
|
|
|
5065
5065
|
.pf-icon-resources-full:before {
|
|
5066
|
-
content: "\
|
|
5066
|
+
content: "\e913";
|
|
5067
5067
|
}
|
|
5068
5068
|
|
|
5069
5069
|
.pf-icon-running:before {
|
|
5070
|
-
content: "\
|
|
5070
|
+
content: "\e970";
|
|
5071
5071
|
}
|
|
5072
5072
|
|
|
5073
5073
|
.pf-icon-save:before {
|
|
5074
|
-
content: "\
|
|
5074
|
+
content: "\e601";
|
|
5075
5075
|
}
|
|
5076
5076
|
|
|
5077
5077
|
.pf-icon-screen:before {
|
|
5078
|
-
content: "\
|
|
5078
|
+
content: "\e971";
|
|
5079
5079
|
}
|
|
5080
5080
|
|
|
5081
5081
|
.pf-icon-security:before {
|
|
5082
|
-
content: "\
|
|
5082
|
+
content: "\e946";
|
|
5083
5083
|
}
|
|
5084
5084
|
|
|
5085
5085
|
.pf-icon-server-group:before {
|
|
5086
|
-
content: "\
|
|
5086
|
+
content: "\e91a";
|
|
5087
5087
|
}
|
|
5088
5088
|
|
|
5089
5089
|
.pf-icon-server:before {
|
|
5090
|
-
content: "\
|
|
5090
|
+
content: "\e90d";
|
|
5091
5091
|
}
|
|
5092
5092
|
|
|
5093
5093
|
.pf-icon-service-catalog:before {
|
|
5094
|
-
content: "\
|
|
5094
|
+
content: "\e972";
|
|
5095
5095
|
}
|
|
5096
5096
|
|
|
5097
5097
|
.pf-icon-service:before {
|
|
5098
|
-
content: "\
|
|
5098
|
+
content: "\e61e";
|
|
5099
5099
|
}
|
|
5100
5100
|
|
|
5101
5101
|
.pf-icon-services:before {
|
|
5102
|
-
content: "\
|
|
5102
|
+
content: "\e947";
|
|
5103
5103
|
}
|
|
5104
5104
|
|
|
5105
5105
|
.pf-icon-spinner:before {
|
|
5106
|
-
content: "\
|
|
5106
|
+
content: "\e973";
|
|
5107
5107
|
}
|
|
5108
5108
|
|
|
5109
5109
|
.pf-icon-spinner2:before {
|
|
5110
|
-
content: "\
|
|
5110
|
+
content: "\e613";
|
|
5111
5111
|
}
|
|
5112
5112
|
|
|
5113
5113
|
.pf-icon-storage-domain:before {
|
|
5114
|
-
content: "\
|
|
5114
|
+
content: "\e90e";
|
|
5115
5115
|
}
|
|
5116
5116
|
|
|
5117
5117
|
.pf-icon-task:before {
|
|
5118
|
-
content: "\
|
|
5118
|
+
content: "\e974";
|
|
5119
5119
|
}
|
|
5120
5120
|
|
|
5121
5121
|
.pf-icon-tenant:before {
|
|
5122
|
-
content: "\
|
|
5122
|
+
content: "\e916";
|
|
5123
5123
|
}
|
|
5124
5124
|
|
|
5125
5125
|
.pf-icon-thumb-tack:before {
|
|
5126
|
-
content: "\
|
|
5126
|
+
content: "\e920";
|
|
5127
5127
|
}
|
|
5128
5128
|
|
|
5129
5129
|
.pf-icon-topology:before {
|
|
5130
|
-
content: "\
|
|
5130
|
+
content: "\e608";
|
|
5131
5131
|
}
|
|
5132
5132
|
|
|
5133
5133
|
.pf-icon-trend-down:before {
|
|
5134
|
-
content: "\
|
|
5134
|
+
content: "\e900";
|
|
5135
5135
|
}
|
|
5136
5136
|
|
|
5137
5137
|
.pf-icon-trend-up:before {
|
|
5138
|
-
content: "\
|
|
5138
|
+
content: "\e901";
|
|
5139
5139
|
}
|
|
5140
5140
|
|
|
5141
5141
|
.pf-icon-unknown:before {
|
|
5142
|
-
content: "\
|
|
5142
|
+
content: "\e935";
|
|
5143
5143
|
}
|
|
5144
5144
|
|
|
5145
5145
|
.pf-icon-unlocked:before {
|
|
5146
|
-
content: "\
|
|
5146
|
+
content: "\e922";
|
|
5147
5147
|
}
|
|
5148
5148
|
|
|
5149
5149
|
.pf-icon-unplugged:before {
|
|
5150
|
-
content: "\
|
|
5150
|
+
content: "\e942";
|
|
5151
5151
|
}
|
|
5152
5152
|
|
|
5153
5153
|
.pf-icon-user:before {
|
|
5154
|
-
content: "\
|
|
5154
|
+
content: "\e91e";
|
|
5155
5155
|
}
|
|
5156
5156
|
|
|
5157
5157
|
.pf-icon-users:before {
|
|
5158
|
-
content: "\
|
|
5158
|
+
content: "\e91f";
|
|
5159
5159
|
}
|
|
5160
5160
|
|
|
5161
5161
|
.pf-icon-virtual-machine:before {
|
|
5162
|
-
content: "\
|
|
5162
|
+
content: "\e90f";
|
|
5163
5163
|
}
|
|
5164
5164
|
|
|
5165
5165
|
.pf-icon-volume:before {
|
|
5166
|
-
content: "\
|
|
5166
|
+
content: "\e910";
|
|
5167
5167
|
}
|
|
5168
5168
|
|
|
5169
5169
|
.pf-icon-warning-triangle:before {
|
|
5170
|
-
content: "\
|
|
5170
|
+
content: "\e975";
|
|
5171
5171
|
}
|
|
5172
5172
|
|
|
5173
5173
|
.pf-icon-zone:before {
|
|
5174
|
-
content: "\
|
|
5174
|
+
content: "\e911";
|
|
5175
5175
|
}
|