@patternfly/patternfly 5.0.0-alpha.50 → 5.0.0-alpha.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.
- package/UPGRADE-GUIDE.md +1 -1
- package/assets/icons/iconUnicodes.json +129 -128
- package/assets/pficon/pf-v5-pficon.woff2 +0 -0
- package/assets/pficon/pficon.scss +402 -267
- package/base/_icons.scss +1 -1
- package/base/patternfly-icons.css +136 -132
- package/base/patternfly-pf-icons.css +136 -132
- package/base/patternfly-pf-icons.scss +1 -1
- package/base/patternfly-variables.css +2 -2
- package/components/AboutModalBox/about-modal-box.css +1 -20
- package/components/AboutModalBox/about-modal-box.scss +3 -24
- package/components/BackgroundImage/background-image.css +1 -2
- package/components/BackgroundImage/background-image.scss +1 -2
- package/components/FormControl/form-control.css +0 -7
- package/components/FormControl/form-control.scss +7 -7
- package/components/Icon/icon.css +25 -24
- package/components/Icon/icon.scss +30 -31
- package/components/NotificationBadge/notification-badge.css +2 -2
- package/components/NotificationBadge/notification-badge.scss +2 -2
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/_all.scss +1 -1
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +7 -9
- package/docs/components/Avatar/examples/Avatar.css +1 -1
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +7 -11
- package/docs/components/CodeEditor/examples/CodeEditor.md +1 -1
- package/docs/components/Form/examples/Form.md +11 -11
- package/docs/components/Label/examples/Label.md +1220 -1
- package/docs/components/Login/examples/Login.md +20 -5
- package/docs/components/ModalBox/examples/ModalBox.md +1 -1
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +3 -3
- package/docs/components/NotificationBadge/examples/NotificationBadge.css +1 -1
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +18 -18
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +15 -15
- package/docs/components/Table/examples/Table.md +2 -2
- package/docs/components/Tabs/examples/Tabs.md +102 -102
- package/docs/demos/AboutModal/examples/AboutModal.md +6 -3
- package/docs/demos/Alert/examples/Alert.md +6 -6
- package/docs/demos/BackToTop/examples/BackToTop.md +2 -2
- package/docs/demos/Banner/examples/Banner.md +4 -4
- package/docs/demos/CardView/examples/CardView.md +2 -2
- package/docs/demos/ContextSelector/examples/ContextSelector.md +6 -6
- package/docs/demos/Dashboard/examples/Dashboard.md +7 -7
- package/docs/demos/DataList/examples/DataList.md +8 -8
- package/docs/demos/DescriptionList/examples/DescriptionList.md +6 -6
- package/docs/demos/Drawer/examples/Drawer.md +10 -10
- package/docs/demos/Form/examples/BasicForms.md +10 -10
- package/docs/demos/JumpLinks/examples/JumpLinks.md +12 -12
- package/docs/demos/Masthead/examples/Masthead.md +4 -4
- package/docs/demos/Modal/examples/Modal.md +15 -15
- package/docs/demos/Nav/examples/Nav.md +16 -16
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +15 -15
- package/docs/demos/Page/examples/Page.md +18 -18
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +1 -1
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +4 -4
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +14 -14
- package/docs/demos/Skeleton/examples/Skeleton.md +2 -2
- package/docs/demos/Table/examples/Table.md +32 -32
- package/docs/demos/Tabs/examples/Tabs.md +12 -12
- package/docs/demos/Toolbar/examples/Toolbar.md +4 -4
- package/docs/demos/Wizard/examples/Wizard.md +18 -18
- package/icons/{pf-icons.mjs → pficons.mjs} +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +138 -134
- package/patternfly-base.css +138 -134
- package/patternfly-no-globals.css +168 -190
- package/patternfly.css +168 -190
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/scss-variables.scss +2 -5
- package/assets/pficon/pficon.woff2 +0 -0
- package/docs/components/LabelGroup/examples/LabelGroup.md +0 -1222
- /package/base/{_pf-icons.scss → _pficons.scss} +0 -0
- /package/components/{LabelGroup → Label}/label-group.css +0 -0
- /package/components/{LabelGroup → Label}/label-group.scss +0 -0
package/patternfly-base.css
CHANGED
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
--pf-v5-global--BorderRadius--lg: 30em;
|
|
219
219
|
--pf-v5-global--icon--Color--light: #6a6e73;
|
|
220
220
|
--pf-v5-global--icon--Color--dark: #151515;
|
|
221
|
-
--pf-v5-global--icon--FontSize--sm: 0.
|
|
222
|
-
--pf-v5-global--icon--FontSize--md:
|
|
221
|
+
--pf-v5-global--icon--FontSize--sm: 0.75rem;
|
|
222
|
+
--pf-v5-global--icon--FontSize--md: 1rem;
|
|
223
223
|
--pf-v5-global--icon--FontSize--lg: 1.5rem;
|
|
224
224
|
--pf-v5-global--icon--FontSize--xl: 3.375rem;
|
|
225
225
|
--pf-v5-global--FontFamily--sans-serif: "RedHatText", helvetica, arial, sans-serif;
|
|
@@ -4832,11 +4832,11 @@ button) {
|
|
|
4832
4832
|
}
|
|
4833
4833
|
|
|
4834
4834
|
@font-face {
|
|
4835
|
-
font-family: "pficon";
|
|
4836
|
-
src: url("./assets/pficon/pficon.woff2") format("woff2");
|
|
4835
|
+
font-family: "pf-v5-pficon";
|
|
4836
|
+
src: url("./assets/pficon/pf-v5-pficon.woff2") format("woff2");
|
|
4837
4837
|
}
|
|
4838
|
-
.pf-v5-
|
|
4839
|
-
font-family: "pficon";
|
|
4838
|
+
.pf-v5-pficon-zone:before, .pf-v5-pficon-warning-triangle:before, .pf-v5-pficon-volume:before, .pf-v5-pficon-virtual-machine:before, .pf-v5-pficon-users:before, .pf-v5-pficon-user:before, .pf-v5-pficon-unplugged:before, .pf-v5-pficon-unlocked:before, .pf-v5-pficon-unknown:before, .pf-v5-pficon-trend-up:before, .pf-v5-pficon-trend-down:before, .pf-v5-pficon-topology:before, .pf-v5-pficon-thumb-tack:before, .pf-v5-pficon-tenant:before, .pf-v5-pficon-task:before, .pf-v5-pficon-storage-domain:before, .pf-v5-pficon-spinner2:before, .pf-v5-pficon-spinner:before, .pf-v5-pficon-services:before, .pf-v5-pficon-service:before, .pf-v5-pficon-service-catalog:before, .pf-v5-pficon-server:before, .pf-v5-pficon-server-group:before, .pf-v5-pficon-security:before, .pf-v5-pficon-screen:before, .pf-v5-pficon-save:before, .pf-v5-pficon-running:before, .pf-v5-pficon-resources-full:before, .pf-v5-pficon-resources-empty:before, .pf-v5-pficon-resources-almost-full:before, .pf-v5-pficon-resources-almost-empty:before, .pf-v5-pficon-resource-pool:before, .pf-v5-pficon-repository:before, .pf-v5-pficon-replicator:before, .pf-v5-pficon-remove2:before, .pf-v5-pficon-registry:before, .pf-v5-pficon-regions:before, .pf-v5-pficon-rebooting:before, .pf-v5-pficon-rebalance:before, .pf-v5-pficon-project:before, .pf-v5-pficon-process-automation:before, .pf-v5-pficon-private:before, .pf-v5-pficon-print:before, .pf-v5-pficon-port:before, .pf-v5-pficon-plugged:before, .pf-v5-pficon-pficon-vcenter:before, .pf-v5-pficon-pficon-template:before, .pf-v5-pficon-pficon-sort-common-desc:before, .pf-v5-pficon-pficon-sort-common-asc:before, .pf-v5-pficon-pficon-satellite:before, .pf-v5-pficon-pficon-network-range:before, .pf-v5-pficon-pficon-history:before, .pf-v5-pficon-pficon-dragdrop:before, .pf-v5-pficon-pending:before, .pf-v5-pficon-paused:before, .pf-v5-pficon-panel-open:before, .pf-v5-pficon-panel-close:before, .pf-v5-pficon-package:before, .pf-v5-pficon-os-image:before, .pf-v5-pficon-orders:before, .pf-v5-pficon-optimize:before, .pf-v5-pficon-openstack:before, .pf-v5-pficon-openshift:before, .pf-v5-pficon-open-drawer-right:before, .pf-v5-pficon-on:before, .pf-v5-pficon-on-running:before, .pf-v5-pficon-ok:before, .pf-v5-pficon-off:before, .pf-v5-pficon-not-started:before, .pf-v5-pficon-new-process:before, .pf-v5-pficon-network:before, .pf-v5-pficon-namespaces:before, .pf-v5-pficon-multicluster:before, .pf-v5-pficon-monitoring:before, .pf-v5-pficon-module:before, .pf-v5-pficon-migration:before, .pf-v5-pficon-middleware:before, .pf-v5-pficon-messages:before, .pf-v5-pficon-memory:before, .pf-v5-pficon-maintenance:before, .pf-v5-pficon-locked:before, .pf-v5-pficon-key:before, .pf-v5-pficon-integration:before, .pf-v5-pficon-infrastructure:before, .pf-v5-pficon-info:before, .pf-v5-pficon-in-progress:before, .pf-v5-pficon-import:before, .pf-v5-pficon-home:before, .pf-v5-pficon-history:before, .pf-v5-pficon-help:before, .pf-v5-pficon-globe-route:before, .pf-v5-pficon-folder-open:before, .pf-v5-pficon-folder-close:before, .pf-v5-pficon-flavor:before, .pf-v5-pficon-filter:before, .pf-v5-pficon-export:before, .pf-v5-pficon-error-circle-o:before, .pf-v5-pficon-equalizer:before, .pf-v5-pficon-enterprise:before, .pf-v5-pficon-enhancement:before, .pf-v5-pficon-edit:before, .pf-v5-pficon-domain:before, .pf-v5-pficon-disconnected:before, .pf-v5-pficon-degraded:before, .pf-v5-pficon-data-source:before, .pf-v5-pficon-data-sink:before, .pf-v5-pficon-data-processor:before, .pf-v5-pficon-critical-risk:before, .pf-v5-pficon-cpu:before, .pf-v5-pficon-container-node:before, .pf-v5-pficon-connected:before, .pf-v5-pficon-cluster:before, .pf-v5-pficon-cloud-tenant:before, .pf-v5-pficon-cloud-security:before, .pf-v5-pficon-close:before, .pf-v5-pficon-chat:before, .pf-v5-pficon-catalog:before, .pf-v5-pficon-bundle:before, .pf-v5-pficon-builder-image:before, .pf-v5-pficon-build:before, .pf-v5-pficon-blueprint:before, .pf-v5-pficon-bell:before, .pf-v5-pficon-automation:before, .pf-v5-pficon-attention-bell:before, .pf-v5-pficon-asleep:before, .pf-v5-pficon-arrow:before, .pf-v5-pficon-applications:before, .pf-v5-pficon-ansible-tower:before, .pf-v5-pficon-add-circle-o:before {
|
|
4839
|
+
font-family: "pf-v5-pficon";
|
|
4840
4840
|
-webkit-font-smoothing: antialiased;
|
|
4841
4841
|
-moz-osx-font-smoothing: grayscale;
|
|
4842
4842
|
font-style: normal;
|
|
@@ -4846,515 +4846,519 @@ button) {
|
|
|
4846
4846
|
text-transform: none;
|
|
4847
4847
|
}
|
|
4848
4848
|
|
|
4849
|
-
.pf-v5-
|
|
4849
|
+
.pf-v5-pficon-add-circle-o:before {
|
|
4850
4850
|
content: "\e61b";
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
|
-
.pf-v5-
|
|
4853
|
+
.pf-v5-pficon-ansible-tower:before {
|
|
4854
4854
|
content: "\e950";
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
.pf-v5-
|
|
4857
|
+
.pf-v5-pficon-applications:before {
|
|
4858
4858
|
content: "\e936";
|
|
4859
4859
|
}
|
|
4860
4860
|
|
|
4861
|
-
.pf-v5-
|
|
4861
|
+
.pf-v5-pficon-arrow:before {
|
|
4862
4862
|
content: "\e929";
|
|
4863
4863
|
}
|
|
4864
4864
|
|
|
4865
|
-
.pf-v5-
|
|
4865
|
+
.pf-v5-pficon-asleep:before {
|
|
4866
4866
|
content: "\e92e";
|
|
4867
4867
|
}
|
|
4868
4868
|
|
|
4869
|
-
.pf-v5-
|
|
4869
|
+
.pf-v5-pficon-attention-bell:before {
|
|
4870
4870
|
content: "\e951";
|
|
4871
4871
|
}
|
|
4872
4872
|
|
|
4873
|
-
.pf-v5-
|
|
4873
|
+
.pf-v5-pficon-automation:before {
|
|
4874
4874
|
content: "\e937";
|
|
4875
4875
|
}
|
|
4876
4876
|
|
|
4877
|
-
.pf-v5-
|
|
4877
|
+
.pf-v5-pficon-bell:before {
|
|
4878
4878
|
content: "\e952";
|
|
4879
4879
|
}
|
|
4880
4880
|
|
|
4881
|
-
.pf-v5-
|
|
4881
|
+
.pf-v5-pficon-blueprint:before {
|
|
4882
4882
|
content: "\e915";
|
|
4883
4883
|
}
|
|
4884
4884
|
|
|
4885
|
-
.pf-v5-
|
|
4885
|
+
.pf-v5-pficon-build:before {
|
|
4886
4886
|
content: "\e902";
|
|
4887
4887
|
}
|
|
4888
4888
|
|
|
4889
|
-
.pf-v5-
|
|
4889
|
+
.pf-v5-pficon-builder-image:before {
|
|
4890
4890
|
content: "\e800";
|
|
4891
4891
|
}
|
|
4892
4892
|
|
|
4893
|
-
.pf-v5-
|
|
4893
|
+
.pf-v5-pficon-bundle:before {
|
|
4894
4894
|
content: "\e918";
|
|
4895
4895
|
}
|
|
4896
4896
|
|
|
4897
|
-
.pf-v5-
|
|
4897
|
+
.pf-v5-pficon-catalog:before {
|
|
4898
4898
|
content: "\e953";
|
|
4899
4899
|
}
|
|
4900
4900
|
|
|
4901
|
-
.pf-v5-
|
|
4901
|
+
.pf-v5-pficon-chat:before {
|
|
4902
4902
|
content: "\e954";
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
|
-
.pf-v5-
|
|
4905
|
+
.pf-v5-pficon-close:before {
|
|
4906
4906
|
content: "\e60b";
|
|
4907
4907
|
}
|
|
4908
4908
|
|
|
4909
|
-
.pf-v5-
|
|
4909
|
+
.pf-v5-pficon-cloud-security:before {
|
|
4910
4910
|
content: "\e903";
|
|
4911
4911
|
}
|
|
4912
4912
|
|
|
4913
|
-
.pf-v5-
|
|
4913
|
+
.pf-v5-pficon-cloud-tenant:before {
|
|
4914
4914
|
content: "\e904";
|
|
4915
4915
|
}
|
|
4916
4916
|
|
|
4917
|
-
.pf-v5-
|
|
4917
|
+
.pf-v5-pficon-cluster:before {
|
|
4918
4918
|
content: "\e620";
|
|
4919
4919
|
}
|
|
4920
4920
|
|
|
4921
|
-
.pf-v5-
|
|
4921
|
+
.pf-v5-pficon-connected:before {
|
|
4922
4922
|
content: "\e938";
|
|
4923
4923
|
}
|
|
4924
4924
|
|
|
4925
|
-
.pf-v5-
|
|
4925
|
+
.pf-v5-pficon-container-node:before {
|
|
4926
4926
|
content: "\e621";
|
|
4927
4927
|
}
|
|
4928
4928
|
|
|
4929
|
-
.pf-v5-
|
|
4929
|
+
.pf-v5-pficon-cpu:before {
|
|
4930
4930
|
content: "\e927";
|
|
4931
4931
|
}
|
|
4932
4932
|
|
|
4933
|
-
.pf-v5-
|
|
4933
|
+
.pf-v5-pficon-critical-risk:before {
|
|
4934
4934
|
content: "\e976";
|
|
4935
4935
|
}
|
|
4936
4936
|
|
|
4937
|
-
.pf-v5-
|
|
4937
|
+
.pf-v5-pficon-data-processor:before {
|
|
4938
4938
|
content: "\e97b";
|
|
4939
4939
|
}
|
|
4940
4940
|
|
|
4941
|
-
.pf-v5-
|
|
4941
|
+
.pf-v5-pficon-data-sink:before {
|
|
4942
4942
|
content: "\e978";
|
|
4943
4943
|
}
|
|
4944
4944
|
|
|
4945
|
-
.pf-v5-
|
|
4945
|
+
.pf-v5-pficon-data-source:before {
|
|
4946
4946
|
content: "\e979";
|
|
4947
4947
|
}
|
|
4948
4948
|
|
|
4949
|
-
.pf-v5-
|
|
4949
|
+
.pf-v5-pficon-degraded:before {
|
|
4950
4950
|
content: "\e91b";
|
|
4951
4951
|
}
|
|
4952
4952
|
|
|
4953
|
-
.pf-v5-
|
|
4953
|
+
.pf-v5-pficon-disconnected:before {
|
|
4954
4954
|
content: "\e955";
|
|
4955
4955
|
}
|
|
4956
4956
|
|
|
4957
|
-
.pf-v5-
|
|
4957
|
+
.pf-v5-pficon-domain:before {
|
|
4958
4958
|
content: "\e919";
|
|
4959
4959
|
}
|
|
4960
4960
|
|
|
4961
|
-
.pf-v5-
|
|
4961
|
+
.pf-v5-pficon-edit:before {
|
|
4962
4962
|
content: "\e60a";
|
|
4963
4963
|
}
|
|
4964
4964
|
|
|
4965
|
-
.pf-v5-
|
|
4965
|
+
.pf-v5-pficon-enhancement:before {
|
|
4966
4966
|
content: "\e93a";
|
|
4967
4967
|
}
|
|
4968
4968
|
|
|
4969
|
-
.pf-v5-
|
|
4969
|
+
.pf-v5-pficon-enterprise:before {
|
|
4970
4970
|
content: "\e906";
|
|
4971
4971
|
}
|
|
4972
4972
|
|
|
4973
|
-
.pf-v5-
|
|
4973
|
+
.pf-v5-pficon-equalizer:before {
|
|
4974
4974
|
content: "\e956";
|
|
4975
4975
|
}
|
|
4976
4976
|
|
|
4977
|
-
.pf-v5-
|
|
4977
|
+
.pf-v5-pficon-error-circle-o:before {
|
|
4978
4978
|
content: "\e926";
|
|
4979
4979
|
}
|
|
4980
4980
|
|
|
4981
|
-
.pf-v5-
|
|
4981
|
+
.pf-v5-pficon-export:before {
|
|
4982
4982
|
content: "\e616";
|
|
4983
4983
|
}
|
|
4984
4984
|
|
|
4985
|
-
.pf-v5-
|
|
4985
|
+
.pf-v5-pficon-filter:before {
|
|
4986
4986
|
content: "\e943";
|
|
4987
4987
|
}
|
|
4988
4988
|
|
|
4989
|
-
.pf-v5-
|
|
4989
|
+
.pf-v5-pficon-flavor:before {
|
|
4990
4990
|
content: "\e957";
|
|
4991
4991
|
}
|
|
4992
4992
|
|
|
4993
|
-
.pf-v5-
|
|
4993
|
+
.pf-v5-pficon-folder-close:before {
|
|
4994
4994
|
content: "\e607";
|
|
4995
4995
|
}
|
|
4996
4996
|
|
|
4997
|
-
.pf-v5-
|
|
4997
|
+
.pf-v5-pficon-folder-open:before {
|
|
4998
4998
|
content: "\e606";
|
|
4999
4999
|
}
|
|
5000
5000
|
|
|
5001
|
-
.pf-v5-
|
|
5001
|
+
.pf-v5-pficon-globe-route:before {
|
|
5002
5002
|
content: "\e958";
|
|
5003
5003
|
}
|
|
5004
5004
|
|
|
5005
|
-
.pf-v5-
|
|
5005
|
+
.pf-v5-pficon-help:before {
|
|
5006
5006
|
content: "\e605";
|
|
5007
5007
|
}
|
|
5008
5008
|
|
|
5009
|
-
.pf-v5-
|
|
5009
|
+
.pf-v5-pficon-history:before {
|
|
5010
5010
|
content: "\e617";
|
|
5011
5011
|
}
|
|
5012
5012
|
|
|
5013
|
-
.pf-v5-
|
|
5013
|
+
.pf-v5-pficon-home:before {
|
|
5014
5014
|
content: "\e618";
|
|
5015
5015
|
}
|
|
5016
5016
|
|
|
5017
|
-
.pf-v5-
|
|
5017
|
+
.pf-v5-pficon-import:before {
|
|
5018
5018
|
content: "\e615";
|
|
5019
5019
|
}
|
|
5020
5020
|
|
|
5021
|
-
.pf-v5-
|
|
5021
|
+
.pf-v5-pficon-in-progress:before {
|
|
5022
5022
|
content: "\e933";
|
|
5023
5023
|
}
|
|
5024
5024
|
|
|
5025
|
-
.pf-v5-
|
|
5025
|
+
.pf-v5-pficon-info:before {
|
|
5026
5026
|
content: "\e92b";
|
|
5027
5027
|
}
|
|
5028
5028
|
|
|
5029
|
-
.pf-v5-
|
|
5029
|
+
.pf-v5-pficon-infrastructure:before {
|
|
5030
5030
|
content: "\e93d";
|
|
5031
5031
|
}
|
|
5032
5032
|
|
|
5033
|
-
.pf-v5-
|
|
5033
|
+
.pf-v5-pficon-integration:before {
|
|
5034
5034
|
content: "\e948";
|
|
5035
5035
|
}
|
|
5036
5036
|
|
|
5037
|
-
.pf-v5-
|
|
5037
|
+
.pf-v5-pficon-key:before {
|
|
5038
5038
|
content: "\e924";
|
|
5039
5039
|
}
|
|
5040
5040
|
|
|
5041
|
-
.pf-v5-
|
|
5041
|
+
.pf-v5-pficon-locked:before {
|
|
5042
5042
|
content: "\e923";
|
|
5043
5043
|
}
|
|
5044
5044
|
|
|
5045
|
-
.pf-v5-
|
|
5045
|
+
.pf-v5-pficon-maintenance:before {
|
|
5046
5046
|
content: "\e932";
|
|
5047
5047
|
}
|
|
5048
5048
|
|
|
5049
|
-
.pf-v5-
|
|
5049
|
+
.pf-v5-pficon-memory:before {
|
|
5050
5050
|
content: "\e908";
|
|
5051
5051
|
}
|
|
5052
5052
|
|
|
5053
|
-
.pf-v5-
|
|
5053
|
+
.pf-v5-pficon-messages:before {
|
|
5054
5054
|
content: "\e603";
|
|
5055
5055
|
}
|
|
5056
5056
|
|
|
5057
|
-
.pf-v5-
|
|
5057
|
+
.pf-v5-pficon-middleware:before {
|
|
5058
5058
|
content: "\e917";
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
|
-
.pf-v5-
|
|
5061
|
+
.pf-v5-pficon-migration:before {
|
|
5062
5062
|
content: "\e931";
|
|
5063
5063
|
}
|
|
5064
5064
|
|
|
5065
|
-
.pf-v5-
|
|
5065
|
+
.pf-v5-pficon-module:before {
|
|
5066
5066
|
content: "\e959";
|
|
5067
5067
|
}
|
|
5068
5068
|
|
|
5069
|
-
.pf-v5-
|
|
5069
|
+
.pf-v5-pficon-monitoring:before {
|
|
5070
5070
|
content: "\e95a";
|
|
5071
5071
|
}
|
|
5072
5072
|
|
|
5073
|
-
.pf-v5-
|
|
5073
|
+
.pf-v5-pficon-multicluster:before {
|
|
5074
|
+
content: "\e97c";
|
|
5075
|
+
}
|
|
5076
|
+
|
|
5077
|
+
.pf-v5-pficon-namespaces:before {
|
|
5074
5078
|
content: "\e95b";
|
|
5075
5079
|
}
|
|
5076
5080
|
|
|
5077
|
-
.pf-v5-
|
|
5081
|
+
.pf-v5-pficon-network:before {
|
|
5078
5082
|
content: "\e909";
|
|
5079
5083
|
}
|
|
5080
5084
|
|
|
5081
|
-
.pf-v5-
|
|
5085
|
+
.pf-v5-pficon-new-process:before {
|
|
5082
5086
|
content: "\e95c";
|
|
5083
5087
|
}
|
|
5084
5088
|
|
|
5085
|
-
.pf-v5-
|
|
5089
|
+
.pf-v5-pficon-not-started:before {
|
|
5086
5090
|
content: "\e95d";
|
|
5087
5091
|
}
|
|
5088
5092
|
|
|
5089
|
-
.pf-v5-
|
|
5093
|
+
.pf-v5-pficon-off:before {
|
|
5090
5094
|
content: "\e92d";
|
|
5091
5095
|
}
|
|
5092
5096
|
|
|
5093
|
-
.pf-v5-
|
|
5097
|
+
.pf-v5-pficon-ok:before {
|
|
5094
5098
|
content: "\e602";
|
|
5095
5099
|
}
|
|
5096
5100
|
|
|
5097
|
-
.pf-v5-
|
|
5101
|
+
.pf-v5-pficon-on-running:before {
|
|
5098
5102
|
content: "\e925";
|
|
5099
5103
|
}
|
|
5100
5104
|
|
|
5101
|
-
.pf-v5-
|
|
5105
|
+
.pf-v5-pficon-on:before {
|
|
5102
5106
|
content: "\e92c";
|
|
5103
5107
|
}
|
|
5104
5108
|
|
|
5105
|
-
.pf-v5-
|
|
5109
|
+
.pf-v5-pficon-open-drawer-right:before {
|
|
5106
5110
|
content: "\e977";
|
|
5107
5111
|
}
|
|
5108
5112
|
|
|
5109
|
-
.pf-v5-
|
|
5113
|
+
.pf-v5-pficon-openshift:before {
|
|
5110
5114
|
content: "\e95e";
|
|
5111
5115
|
}
|
|
5112
5116
|
|
|
5113
|
-
.pf-v5-
|
|
5117
|
+
.pf-v5-pficon-openstack:before {
|
|
5114
5118
|
content: "\e95f";
|
|
5115
5119
|
}
|
|
5116
5120
|
|
|
5117
|
-
.pf-v5-
|
|
5121
|
+
.pf-v5-pficon-optimize:before {
|
|
5118
5122
|
content: "\e93e";
|
|
5119
5123
|
}
|
|
5120
5124
|
|
|
5121
|
-
.pf-v5-
|
|
5125
|
+
.pf-v5-pficon-orders:before {
|
|
5122
5126
|
content: "\e93f";
|
|
5123
5127
|
}
|
|
5124
5128
|
|
|
5125
|
-
.pf-v5-
|
|
5129
|
+
.pf-v5-pficon-os-image:before {
|
|
5126
5130
|
content: "\e960";
|
|
5127
5131
|
}
|
|
5128
5132
|
|
|
5129
|
-
.pf-v5-
|
|
5133
|
+
.pf-v5-pficon-package:before {
|
|
5130
5134
|
content: "\e961";
|
|
5131
5135
|
}
|
|
5132
5136
|
|
|
5133
|
-
.pf-v5-
|
|
5137
|
+
.pf-v5-pficon-panel-close:before {
|
|
5134
5138
|
content: "\e962";
|
|
5135
5139
|
}
|
|
5136
5140
|
|
|
5137
|
-
.pf-v5-
|
|
5141
|
+
.pf-v5-pficon-panel-open:before {
|
|
5138
5142
|
content: "\e963";
|
|
5139
5143
|
}
|
|
5140
5144
|
|
|
5141
|
-
.pf-v5-
|
|
5145
|
+
.pf-v5-pficon-paused:before {
|
|
5142
5146
|
content: "\e92f";
|
|
5143
5147
|
}
|
|
5144
5148
|
|
|
5145
|
-
.pf-v5-
|
|
5149
|
+
.pf-v5-pficon-pending:before {
|
|
5146
5150
|
content: "\e964";
|
|
5147
5151
|
}
|
|
5148
5152
|
|
|
5149
|
-
.pf-v5-
|
|
5153
|
+
.pf-v5-pficon-pficon-dragdrop:before {
|
|
5150
5154
|
content: "\e965";
|
|
5151
5155
|
}
|
|
5152
5156
|
|
|
5153
|
-
.pf-v5-
|
|
5157
|
+
.pf-v5-pficon-pficon-history:before {
|
|
5154
5158
|
content: "\e966";
|
|
5155
5159
|
}
|
|
5156
5160
|
|
|
5157
|
-
.pf-v5-
|
|
5161
|
+
.pf-v5-pficon-pficon-network-range:before {
|
|
5158
5162
|
content: "\e967";
|
|
5159
5163
|
}
|
|
5160
5164
|
|
|
5161
|
-
.pf-v5-
|
|
5165
|
+
.pf-v5-pficon-pficon-satellite:before {
|
|
5162
5166
|
content: "\e968";
|
|
5163
5167
|
}
|
|
5164
5168
|
|
|
5165
|
-
.pf-v5-
|
|
5169
|
+
.pf-v5-pficon-pficon-sort-common-asc:before {
|
|
5166
5170
|
content: "\e94e";
|
|
5167
5171
|
}
|
|
5168
5172
|
|
|
5169
|
-
.pf-v5-
|
|
5173
|
+
.pf-v5-pficon-pficon-sort-common-desc:before {
|
|
5170
5174
|
content: "\e94f";
|
|
5171
5175
|
}
|
|
5172
5176
|
|
|
5173
|
-
.pf-v5-
|
|
5177
|
+
.pf-v5-pficon-pficon-template:before {
|
|
5174
5178
|
content: "\e94c";
|
|
5175
5179
|
}
|
|
5176
5180
|
|
|
5177
|
-
.pf-v5-
|
|
5181
|
+
.pf-v5-pficon-pficon-vcenter:before {
|
|
5178
5182
|
content: "\e969";
|
|
5179
5183
|
}
|
|
5180
5184
|
|
|
5181
|
-
.pf-v5-
|
|
5185
|
+
.pf-v5-pficon-plugged:before {
|
|
5182
5186
|
content: "\e96a";
|
|
5183
5187
|
}
|
|
5184
5188
|
|
|
5185
|
-
.pf-v5-
|
|
5189
|
+
.pf-v5-pficon-port:before {
|
|
5186
5190
|
content: "\e96b";
|
|
5187
5191
|
}
|
|
5188
5192
|
|
|
5189
|
-
.pf-v5-
|
|
5193
|
+
.pf-v5-pficon-print:before {
|
|
5190
5194
|
content: "\e612";
|
|
5191
5195
|
}
|
|
5192
5196
|
|
|
5193
|
-
.pf-v5-
|
|
5197
|
+
.pf-v5-pficon-private:before {
|
|
5194
5198
|
content: "\e914";
|
|
5195
5199
|
}
|
|
5196
5200
|
|
|
5197
|
-
.pf-v5-
|
|
5201
|
+
.pf-v5-pficon-process-automation:before {
|
|
5198
5202
|
content: "\e949";
|
|
5199
5203
|
}
|
|
5200
5204
|
|
|
5201
|
-
.pf-v5-
|
|
5205
|
+
.pf-v5-pficon-project:before {
|
|
5202
5206
|
content: "\e96c";
|
|
5203
5207
|
}
|
|
5204
5208
|
|
|
5205
|
-
.pf-v5-
|
|
5209
|
+
.pf-v5-pficon-rebalance:before {
|
|
5206
5210
|
content: "\e91c";
|
|
5207
5211
|
}
|
|
5208
5212
|
|
|
5209
|
-
.pf-v5-
|
|
5213
|
+
.pf-v5-pficon-rebooting:before {
|
|
5210
5214
|
content: "\e96d";
|
|
5211
5215
|
}
|
|
5212
5216
|
|
|
5213
|
-
.pf-v5-
|
|
5217
|
+
.pf-v5-pficon-regions:before {
|
|
5214
5218
|
content: "\e90a";
|
|
5215
5219
|
}
|
|
5216
5220
|
|
|
5217
|
-
.pf-v5-
|
|
5221
|
+
.pf-v5-pficon-registry:before {
|
|
5218
5222
|
content: "\e623";
|
|
5219
5223
|
}
|
|
5220
5224
|
|
|
5221
|
-
.pf-v5-
|
|
5225
|
+
.pf-v5-pficon-remove2:before {
|
|
5222
5226
|
content: "\e96e";
|
|
5223
5227
|
}
|
|
5224
5228
|
|
|
5225
|
-
.pf-v5-
|
|
5229
|
+
.pf-v5-pficon-replicator:before {
|
|
5226
5230
|
content: "\e624";
|
|
5227
5231
|
}
|
|
5228
5232
|
|
|
5229
|
-
.pf-v5-
|
|
5233
|
+
.pf-v5-pficon-repository:before {
|
|
5230
5234
|
content: "\e90b";
|
|
5231
5235
|
}
|
|
5232
5236
|
|
|
5233
|
-
.pf-v5-
|
|
5237
|
+
.pf-v5-pficon-resource-pool:before {
|
|
5234
5238
|
content: "\e90c";
|
|
5235
5239
|
}
|
|
5236
5240
|
|
|
5237
|
-
.pf-v5-
|
|
5241
|
+
.pf-v5-pficon-resources-almost-empty:before {
|
|
5238
5242
|
content: "\e91d";
|
|
5239
5243
|
}
|
|
5240
5244
|
|
|
5241
|
-
.pf-v5-
|
|
5245
|
+
.pf-v5-pficon-resources-almost-full:before {
|
|
5242
5246
|
content: "\e912";
|
|
5243
5247
|
}
|
|
5244
5248
|
|
|
5245
|
-
.pf-v5-
|
|
5249
|
+
.pf-v5-pficon-resources-empty:before {
|
|
5246
5250
|
content: "\e96f";
|
|
5247
5251
|
}
|
|
5248
5252
|
|
|
5249
|
-
.pf-v5-
|
|
5253
|
+
.pf-v5-pficon-resources-full:before {
|
|
5250
5254
|
content: "\e913";
|
|
5251
5255
|
}
|
|
5252
5256
|
|
|
5253
|
-
.pf-v5-
|
|
5257
|
+
.pf-v5-pficon-running:before {
|
|
5254
5258
|
content: "\e970";
|
|
5255
5259
|
}
|
|
5256
5260
|
|
|
5257
|
-
.pf-v5-
|
|
5261
|
+
.pf-v5-pficon-save:before {
|
|
5258
5262
|
content: "\e601";
|
|
5259
5263
|
}
|
|
5260
5264
|
|
|
5261
|
-
.pf-v5-
|
|
5265
|
+
.pf-v5-pficon-screen:before {
|
|
5262
5266
|
content: "\e971";
|
|
5263
5267
|
}
|
|
5264
5268
|
|
|
5265
|
-
.pf-v5-
|
|
5269
|
+
.pf-v5-pficon-security:before {
|
|
5266
5270
|
content: "\e946";
|
|
5267
5271
|
}
|
|
5268
5272
|
|
|
5269
|
-
.pf-v5-
|
|
5273
|
+
.pf-v5-pficon-server-group:before {
|
|
5270
5274
|
content: "\e91a";
|
|
5271
5275
|
}
|
|
5272
5276
|
|
|
5273
|
-
.pf-v5-
|
|
5277
|
+
.pf-v5-pficon-server:before {
|
|
5274
5278
|
content: "\e90d";
|
|
5275
5279
|
}
|
|
5276
5280
|
|
|
5277
|
-
.pf-v5-
|
|
5281
|
+
.pf-v5-pficon-service-catalog:before {
|
|
5278
5282
|
content: "\e972";
|
|
5279
5283
|
}
|
|
5280
5284
|
|
|
5281
|
-
.pf-v5-
|
|
5285
|
+
.pf-v5-pficon-service:before {
|
|
5282
5286
|
content: "\e61e";
|
|
5283
5287
|
}
|
|
5284
5288
|
|
|
5285
|
-
.pf-v5-
|
|
5289
|
+
.pf-v5-pficon-services:before {
|
|
5286
5290
|
content: "\e947";
|
|
5287
5291
|
}
|
|
5288
5292
|
|
|
5289
|
-
.pf-v5-
|
|
5293
|
+
.pf-v5-pficon-spinner:before {
|
|
5290
5294
|
content: "\e973";
|
|
5291
5295
|
}
|
|
5292
5296
|
|
|
5293
|
-
.pf-v5-
|
|
5297
|
+
.pf-v5-pficon-spinner2:before {
|
|
5294
5298
|
content: "\e613";
|
|
5295
5299
|
}
|
|
5296
5300
|
|
|
5297
|
-
.pf-v5-
|
|
5301
|
+
.pf-v5-pficon-storage-domain:before {
|
|
5298
5302
|
content: "\e90e";
|
|
5299
5303
|
}
|
|
5300
5304
|
|
|
5301
|
-
.pf-v5-
|
|
5305
|
+
.pf-v5-pficon-task:before {
|
|
5302
5306
|
content: "\e974";
|
|
5303
5307
|
}
|
|
5304
5308
|
|
|
5305
|
-
.pf-v5-
|
|
5309
|
+
.pf-v5-pficon-tenant:before {
|
|
5306
5310
|
content: "\e916";
|
|
5307
5311
|
}
|
|
5308
5312
|
|
|
5309
|
-
.pf-v5-
|
|
5313
|
+
.pf-v5-pficon-thumb-tack:before {
|
|
5310
5314
|
content: "\e920";
|
|
5311
5315
|
}
|
|
5312
5316
|
|
|
5313
|
-
.pf-v5-
|
|
5317
|
+
.pf-v5-pficon-topology:before {
|
|
5314
5318
|
content: "\e608";
|
|
5315
5319
|
}
|
|
5316
5320
|
|
|
5317
|
-
.pf-v5-
|
|
5321
|
+
.pf-v5-pficon-trend-down:before {
|
|
5318
5322
|
content: "\e900";
|
|
5319
5323
|
}
|
|
5320
5324
|
|
|
5321
|
-
.pf-v5-
|
|
5325
|
+
.pf-v5-pficon-trend-up:before {
|
|
5322
5326
|
content: "\e901";
|
|
5323
5327
|
}
|
|
5324
5328
|
|
|
5325
|
-
.pf-v5-
|
|
5329
|
+
.pf-v5-pficon-unknown:before {
|
|
5326
5330
|
content: "\e935";
|
|
5327
5331
|
}
|
|
5328
5332
|
|
|
5329
|
-
.pf-v5-
|
|
5333
|
+
.pf-v5-pficon-unlocked:before {
|
|
5330
5334
|
content: "\e922";
|
|
5331
5335
|
}
|
|
5332
5336
|
|
|
5333
|
-
.pf-v5-
|
|
5337
|
+
.pf-v5-pficon-unplugged:before {
|
|
5334
5338
|
content: "\e942";
|
|
5335
5339
|
}
|
|
5336
5340
|
|
|
5337
|
-
.pf-v5-
|
|
5341
|
+
.pf-v5-pficon-user:before {
|
|
5338
5342
|
content: "\e91e";
|
|
5339
5343
|
}
|
|
5340
5344
|
|
|
5341
|
-
.pf-v5-
|
|
5345
|
+
.pf-v5-pficon-users:before {
|
|
5342
5346
|
content: "\e91f";
|
|
5343
5347
|
}
|
|
5344
5348
|
|
|
5345
|
-
.pf-v5-
|
|
5349
|
+
.pf-v5-pficon-virtual-machine:before {
|
|
5346
5350
|
content: "\e90f";
|
|
5347
5351
|
}
|
|
5348
5352
|
|
|
5349
|
-
.pf-v5-
|
|
5353
|
+
.pf-v5-pficon-volume:before {
|
|
5350
5354
|
content: "\e910";
|
|
5351
5355
|
}
|
|
5352
5356
|
|
|
5353
|
-
.pf-v5-
|
|
5357
|
+
.pf-v5-pficon-warning-triangle:before {
|
|
5354
5358
|
content: "\e975";
|
|
5355
5359
|
}
|
|
5356
5360
|
|
|
5357
|
-
.pf-v5-
|
|
5361
|
+
.pf-v5-pficon-zone:before {
|
|
5358
5362
|
content: "\e911";
|
|
5359
5363
|
}
|
|
5360
5364
|
|