@patternfly/patternfly 6.0.0-alpha.114 → 6.0.0-alpha.115
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/images/pf_logo.svg +11 -11
- package/assets/images/pf_logo_white.svg +2 -2
- package/base/_chart-globals.scss +320 -320
- package/base/_fa-icons.scss +2 -2
- package/base/_fonts.scss +16 -16
- package/base/_globals.scss +4 -11
- package/base/_variables.scss +221 -221
- package/base/patternfly-globals.css +2 -6
- package/base/patternfly-variables.css +13 -9
- package/base/themes/dark/_chart-globals.scss +25 -25
- package/base/tokens/_tokens-font.scss +8 -0
- package/components/AboutModalBox/about-modal-box.css +1 -1
- package/components/AboutModalBox/about-modal-box.scss +1 -1
- package/components/Alert/alert-group.css +1 -1
- package/components/Alert/alert-group.scss +1 -1
- package/components/Alert/alert.css +1 -1
- package/components/Alert/alert.scss +1 -1
- package/components/AppLauncher/app-launcher.css +1 -1
- package/components/AppLauncher/app-launcher.scss +1 -1
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Button/button.css +3 -3
- package/components/Button/button.scss +3 -3
- package/components/Card/card.css +1 -1
- package/components/Card/card.scss +1 -1
- package/components/Content/content.css +1 -1
- package/components/Content/content.scss +1 -1
- package/components/ContextSelector/context-selector.css +1 -1
- package/components/ContextSelector/context-selector.scss +1 -1
- package/components/Drawer/drawer.css +2 -2
- package/components/Drawer/drawer.scss +2 -2
- package/components/Dropdown/dropdown.css +2 -2
- package/components/Dropdown/dropdown.scss +2 -2
- package/components/DualListSelector/dual-list-selector.css +1 -1
- package/components/DualListSelector/dual-list-selector.scss +3 -3
- package/components/Form/form.css +1 -1
- package/components/Form/form.scss +1 -1
- package/components/JumpLinks/jump-links.css +1 -1
- package/components/JumpLinks/jump-links.scss +1 -1
- package/components/List/list.css +1 -1
- package/components/List/list.scss +1 -1
- package/components/Menu/menu.css +4 -4
- package/components/Menu/menu.scss +4 -4
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +1 -1
- package/components/Nav/nav.scss +1 -1
- package/components/OptionsMenu/options-menu.css +1 -1
- package/components/OptionsMenu/options-menu.scss +1 -1
- package/components/Page/page.css +8 -8
- package/components/Page/page.scss +14 -14
- package/components/ProgressStepper/progress-stepper.css +1 -1
- package/components/ProgressStepper/progress-stepper.scss +1 -1
- package/components/Select/select.css +1 -1
- package/components/Select/select.scss +1 -1
- package/components/Sidebar/sidebar.css +1 -1
- package/components/Sidebar/sidebar.scss +1 -1
- package/components/SkipToContent/skip-to-content.css +1 -1
- package/components/SkipToContent/skip-to-content.scss +1 -1
- package/components/Table/table.css +1 -1
- package/components/Table/table.scss +1 -1
- package/components/Toolbar/toolbar.css +1 -1
- package/components/Toolbar/toolbar.scss +1 -1
- package/components/TreeView/tree-view.scss +2 -2
- package/components/Wizard/wizard.css +1 -1
- package/components/Wizard/wizard.scss +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/Card/examples/Card.md +152 -115
- package/docs/demos/Dashboard/examples/Dashboard.md +5 -5
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +5 -5
- package/docs/demos/Table/examples/Table.md +2 -2
- package/docs/demos/Toolbar/examples/Toolbar.css +3 -3
- package/docs/utilities/Text/examples/Text.md +0 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +13 -69
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +2 -2
- package/patternfly-base-no-globals.css +13 -69
- package/patternfly-base-no-globals.scss +2 -2
- package/patternfly-base-theme-dark-unversioned.css +15 -71
- package/patternfly-base.css +15 -71
- package/patternfly-base.scss +0 -1
- package/patternfly-charts.scss +319 -319
- package/patternfly-no-globals.css +60 -89
- package/patternfly-no-globals.scss +2 -2
- package/patternfly-theme-dark-unversioned.css +84 -113
- package/patternfly-theme-dark-unversioned.scss +1 -1
- package/patternfly.css +62 -91
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +3 -3
- package/sass-utilities/colors.scss +81 -81
- package/sass-utilities/functions.scss +2 -2
- package/sass-utilities/mixins.scss +1 -1
- package/sass-utilities/scss-variables.scss +149 -149
- package/sass-utilities/themes/dark/colors.scss +15 -15
- package/sass-utilities/themes/dark/scss-variables.scss +74 -74
- package/themes/dark/_patternfly-charts-theme-dark.scss +25 -25
- package/base/_themes.scss +0 -43
- package/base/patternfly-themes.css +0 -82
- package/base/patternfly-themes.scss +0 -2
- package/base/themes/dark/_globals.scss +0 -5
|
@@ -2925,7 +2925,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2925
2925
|
aria-label="More info for Users label"
|
|
2926
2926
|
>
|
|
2927
2927
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
2928
|
-
<i class="pf-
|
|
2928
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
2929
2929
|
</span>
|
|
2930
2930
|
</button>
|
|
2931
2931
|
</span>
|
|
@@ -2946,7 +2946,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2946
2946
|
aria-label="More info for Containers label"
|
|
2947
2947
|
>
|
|
2948
2948
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
2949
|
-
<i class="pf-
|
|
2949
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
2950
2950
|
</span>
|
|
2951
2951
|
</button>
|
|
2952
2952
|
</span>
|
|
@@ -2967,7 +2967,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2967
2967
|
aria-label="More info for Database label"
|
|
2968
2968
|
>
|
|
2969
2969
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
2970
|
-
<i class="pf-
|
|
2970
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
2971
2971
|
</span>
|
|
2972
2972
|
</button>
|
|
2973
2973
|
</span>
|
|
@@ -2994,7 +2994,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
2994
2994
|
disabled
|
|
2995
2995
|
>
|
|
2996
2996
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
2997
|
-
<i class="pf-
|
|
2997
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
2998
2998
|
</span>
|
|
2999
2999
|
</button>
|
|
3000
3000
|
</span>
|
|
@@ -3020,7 +3020,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3020
3020
|
aria-disabled="true"
|
|
3021
3021
|
>
|
|
3022
3022
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3023
|
-
<i class="pf-
|
|
3023
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3024
3024
|
</span>
|
|
3025
3025
|
</button>
|
|
3026
3026
|
</span>
|
|
@@ -3046,7 +3046,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3046
3046
|
disabled
|
|
3047
3047
|
>
|
|
3048
3048
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3049
|
-
<i class="pf-
|
|
3049
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3050
3050
|
</span>
|
|
3051
3051
|
</button>
|
|
3052
3052
|
</span>
|
|
@@ -3067,7 +3067,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3067
3067
|
aria-label="More info for Network label"
|
|
3068
3068
|
>
|
|
3069
3069
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3070
|
-
<i class="pf-
|
|
3070
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3071
3071
|
</span>
|
|
3072
3072
|
</button>
|
|
3073
3073
|
</span>
|
|
@@ -3120,7 +3120,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3120
3120
|
aria-label="More info for Users label"
|
|
3121
3121
|
>
|
|
3122
3122
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3123
|
-
<i class="pf-
|
|
3123
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3124
3124
|
</span>
|
|
3125
3125
|
</button>
|
|
3126
3126
|
</span>
|
|
@@ -3141,7 +3141,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3141
3141
|
aria-label="More info for Containers label"
|
|
3142
3142
|
>
|
|
3143
3143
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3144
|
-
<i class="pf-
|
|
3144
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3145
3145
|
</span>
|
|
3146
3146
|
</button>
|
|
3147
3147
|
</span>
|
|
@@ -3162,7 +3162,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3162
3162
|
aria-label="More info for Database label"
|
|
3163
3163
|
>
|
|
3164
3164
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3165
|
-
<i class="pf-
|
|
3165
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3166
3166
|
</span>
|
|
3167
3167
|
</button>
|
|
3168
3168
|
</span>
|
|
@@ -3189,7 +3189,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3189
3189
|
disabled
|
|
3190
3190
|
>
|
|
3191
3191
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3192
|
-
<i class="pf-
|
|
3192
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3193
3193
|
</span>
|
|
3194
3194
|
</button>
|
|
3195
3195
|
</span>
|
|
@@ -3215,7 +3215,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3215
3215
|
aria-disabled="true"
|
|
3216
3216
|
>
|
|
3217
3217
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3218
|
-
<i class="pf-
|
|
3218
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3219
3219
|
</span>
|
|
3220
3220
|
</button>
|
|
3221
3221
|
</span>
|
|
@@ -3241,7 +3241,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3241
3241
|
disabled
|
|
3242
3242
|
>
|
|
3243
3243
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3244
|
-
<i class="pf-
|
|
3244
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3245
3245
|
</span>
|
|
3246
3246
|
</button>
|
|
3247
3247
|
</span>
|
|
@@ -3262,7 +3262,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3262
3262
|
aria-label="More info for Network label"
|
|
3263
3263
|
>
|
|
3264
3264
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3265
|
-
<i class="pf-
|
|
3265
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3266
3266
|
</span>
|
|
3267
3267
|
</button>
|
|
3268
3268
|
</span>
|
|
@@ -3315,7 +3315,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3315
3315
|
aria-label="More info for Users label"
|
|
3316
3316
|
>
|
|
3317
3317
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3318
|
-
<i class="pf-
|
|
3318
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3319
3319
|
</span>
|
|
3320
3320
|
</button>
|
|
3321
3321
|
</span>
|
|
@@ -3336,7 +3336,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3336
3336
|
aria-label="More info for Containers label"
|
|
3337
3337
|
>
|
|
3338
3338
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3339
|
-
<i class="pf-
|
|
3339
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3340
3340
|
</span>
|
|
3341
3341
|
</button>
|
|
3342
3342
|
</span>
|
|
@@ -3357,7 +3357,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3357
3357
|
aria-label="More info for Database label"
|
|
3358
3358
|
>
|
|
3359
3359
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3360
|
-
<i class="pf-
|
|
3360
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3361
3361
|
</span>
|
|
3362
3362
|
</button>
|
|
3363
3363
|
</span>
|
|
@@ -3384,7 +3384,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3384
3384
|
disabled
|
|
3385
3385
|
>
|
|
3386
3386
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3387
|
-
<i class="pf-
|
|
3387
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3388
3388
|
</span>
|
|
3389
3389
|
</button>
|
|
3390
3390
|
</span>
|
|
@@ -3410,7 +3410,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3410
3410
|
aria-disabled="true"
|
|
3411
3411
|
>
|
|
3412
3412
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3413
|
-
<i class="pf-
|
|
3413
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3414
3414
|
</span>
|
|
3415
3415
|
</button>
|
|
3416
3416
|
</span>
|
|
@@ -3436,7 +3436,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3436
3436
|
disabled
|
|
3437
3437
|
>
|
|
3438
3438
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3439
|
-
<i class="pf-
|
|
3439
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3440
3440
|
</span>
|
|
3441
3441
|
</button>
|
|
3442
3442
|
</span>
|
|
@@ -3457,7 +3457,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3457
3457
|
aria-label="More info for Network label"
|
|
3458
3458
|
>
|
|
3459
3459
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3460
|
-
<i class="pf-
|
|
3460
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3461
3461
|
</span>
|
|
3462
3462
|
</button>
|
|
3463
3463
|
</span>
|
|
@@ -3513,7 +3513,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3513
3513
|
aria-label="More info for Users label"
|
|
3514
3514
|
>
|
|
3515
3515
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3516
|
-
<i class="pf-
|
|
3516
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3517
3517
|
</span>
|
|
3518
3518
|
</button>
|
|
3519
3519
|
</span>
|
|
@@ -3537,7 +3537,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3537
3537
|
aria-label="More info for Containers label"
|
|
3538
3538
|
>
|
|
3539
3539
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3540
|
-
<i class="pf-
|
|
3540
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3541
3541
|
</span>
|
|
3542
3542
|
</button>
|
|
3543
3543
|
</span>
|
|
@@ -3561,7 +3561,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3561
3561
|
aria-label="More info for Database label"
|
|
3562
3562
|
>
|
|
3563
3563
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3564
|
-
<i class="pf-
|
|
3564
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3565
3565
|
</span>
|
|
3566
3566
|
</button>
|
|
3567
3567
|
</span>
|
|
@@ -3591,7 +3591,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3591
3591
|
disabled
|
|
3592
3592
|
>
|
|
3593
3593
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3594
|
-
<i class="pf-
|
|
3594
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3595
3595
|
</span>
|
|
3596
3596
|
</button>
|
|
3597
3597
|
</span>
|
|
@@ -3620,7 +3620,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3620
3620
|
aria-disabled="true"
|
|
3621
3621
|
>
|
|
3622
3622
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3623
|
-
<i class="pf-
|
|
3623
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3624
3624
|
</span>
|
|
3625
3625
|
</button>
|
|
3626
3626
|
</span>
|
|
@@ -3649,7 +3649,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3649
3649
|
disabled
|
|
3650
3650
|
>
|
|
3651
3651
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3652
|
-
<i class="pf-
|
|
3652
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3653
3653
|
</span>
|
|
3654
3654
|
</button>
|
|
3655
3655
|
</span>
|
|
@@ -3673,7 +3673,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3673
3673
|
aria-label="More info for Network label"
|
|
3674
3674
|
>
|
|
3675
3675
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3676
|
-
<i class="pf-
|
|
3676
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3677
3677
|
</span>
|
|
3678
3678
|
</button>
|
|
3679
3679
|
</span>
|
|
@@ -3726,7 +3726,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3726
3726
|
aria-label="More info for Users label"
|
|
3727
3727
|
>
|
|
3728
3728
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3729
|
-
<i class="pf-
|
|
3729
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3730
3730
|
</span>
|
|
3731
3731
|
</button>
|
|
3732
3732
|
</span>
|
|
@@ -3747,7 +3747,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3747
3747
|
aria-label="More info for Containers label"
|
|
3748
3748
|
>
|
|
3749
3749
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3750
|
-
<i class="pf-
|
|
3750
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3751
3751
|
</span>
|
|
3752
3752
|
</button>
|
|
3753
3753
|
</span>
|
|
@@ -3768,7 +3768,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3768
3768
|
aria-label="More info for Database label"
|
|
3769
3769
|
>
|
|
3770
3770
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3771
|
-
<i class="pf-
|
|
3771
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3772
3772
|
</span>
|
|
3773
3773
|
</button>
|
|
3774
3774
|
</span>
|
|
@@ -3822,7 +3822,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3822
3822
|
aria-label="More info for Users label"
|
|
3823
3823
|
>
|
|
3824
3824
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3825
|
-
<i class="pf-
|
|
3825
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3826
3826
|
</span>
|
|
3827
3827
|
</button>
|
|
3828
3828
|
</span>
|
|
@@ -3843,7 +3843,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3843
3843
|
aria-label="More info for Containers label"
|
|
3844
3844
|
>
|
|
3845
3845
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3846
|
-
<i class="pf-
|
|
3846
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3847
3847
|
</span>
|
|
3848
3848
|
</button>
|
|
3849
3849
|
</span>
|
|
@@ -3864,7 +3864,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3864
3864
|
aria-label="More info for Database label"
|
|
3865
3865
|
>
|
|
3866
3866
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3867
|
-
<i class="pf-
|
|
3867
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3868
3868
|
</span>
|
|
3869
3869
|
</button>
|
|
3870
3870
|
</span>
|
|
@@ -3891,7 +3891,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3891
3891
|
disabled
|
|
3892
3892
|
>
|
|
3893
3893
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3894
|
-
<i class="pf-
|
|
3894
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3895
3895
|
</span>
|
|
3896
3896
|
</button>
|
|
3897
3897
|
</span>
|
|
@@ -3917,7 +3917,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3917
3917
|
aria-disabled="true"
|
|
3918
3918
|
>
|
|
3919
3919
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3920
|
-
<i class="pf-
|
|
3920
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3921
3921
|
</span>
|
|
3922
3922
|
</button>
|
|
3923
3923
|
</span>
|
|
@@ -3943,7 +3943,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3943
3943
|
disabled
|
|
3944
3944
|
>
|
|
3945
3945
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3946
|
-
<i class="pf-
|
|
3946
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3947
3947
|
</span>
|
|
3948
3948
|
</button>
|
|
3949
3949
|
</span>
|
|
@@ -3964,7 +3964,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
3964
3964
|
aria-label="More info for Network label"
|
|
3965
3965
|
>
|
|
3966
3966
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
3967
|
-
<i class="pf-
|
|
3967
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
3968
3968
|
</span>
|
|
3969
3969
|
</button>
|
|
3970
3970
|
</span>
|
|
@@ -4013,7 +4013,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4013
4013
|
aria-label="More info for Users label"
|
|
4014
4014
|
>
|
|
4015
4015
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4016
|
-
<i class="pf-
|
|
4016
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4017
4017
|
</span>
|
|
4018
4018
|
</button>
|
|
4019
4019
|
</span>
|
|
@@ -4034,7 +4034,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4034
4034
|
aria-label="More info for Containers label"
|
|
4035
4035
|
>
|
|
4036
4036
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4037
|
-
<i class="pf-
|
|
4037
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4038
4038
|
</span>
|
|
4039
4039
|
</button>
|
|
4040
4040
|
</span>
|
|
@@ -4055,7 +4055,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4055
4055
|
aria-label="More info for Database label"
|
|
4056
4056
|
>
|
|
4057
4057
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4058
|
-
<i class="pf-
|
|
4058
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4059
4059
|
</span>
|
|
4060
4060
|
</button>
|
|
4061
4061
|
</span>
|
|
@@ -4082,7 +4082,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4082
4082
|
disabled
|
|
4083
4083
|
>
|
|
4084
4084
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4085
|
-
<i class="pf-
|
|
4085
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4086
4086
|
</span>
|
|
4087
4087
|
</button>
|
|
4088
4088
|
</span>
|
|
@@ -4108,7 +4108,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4108
4108
|
aria-disabled="true"
|
|
4109
4109
|
>
|
|
4110
4110
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4111
|
-
<i class="pf-
|
|
4111
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4112
4112
|
</span>
|
|
4113
4113
|
</button>
|
|
4114
4114
|
</span>
|
|
@@ -4134,7 +4134,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4134
4134
|
disabled
|
|
4135
4135
|
>
|
|
4136
4136
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4137
|
-
<i class="pf-
|
|
4137
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4138
4138
|
</span>
|
|
4139
4139
|
</button>
|
|
4140
4140
|
</span>
|
|
@@ -4155,7 +4155,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
4155
4155
|
aria-label="More info for Network label"
|
|
4156
4156
|
>
|
|
4157
4157
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
4158
|
-
<i class="pf-
|
|
4158
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
4159
4159
|
</span>
|
|
4160
4160
|
</button>
|
|
4161
4161
|
</span>
|
|
@@ -5495,7 +5495,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5495
5495
|
aria-label="More info for Users label"
|
|
5496
5496
|
>
|
|
5497
5497
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5498
|
-
<i class="pf-
|
|
5498
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5499
5499
|
</span>
|
|
5500
5500
|
</button>
|
|
5501
5501
|
</span>
|
|
@@ -5528,7 +5528,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5528
5528
|
aria-label="More info for Containers label"
|
|
5529
5529
|
>
|
|
5530
5530
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5531
|
-
<i class="pf-
|
|
5531
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5532
5532
|
</span>
|
|
5533
5533
|
</button>
|
|
5534
5534
|
</span>
|
|
@@ -5561,7 +5561,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5561
5561
|
aria-label="More info for Database label"
|
|
5562
5562
|
>
|
|
5563
5563
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5564
|
-
<i class="pf-
|
|
5564
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5565
5565
|
</span>
|
|
5566
5566
|
</button>
|
|
5567
5567
|
</span>
|
|
@@ -5600,7 +5600,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5600
5600
|
disabled
|
|
5601
5601
|
>
|
|
5602
5602
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5603
|
-
<i class="pf-
|
|
5603
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5604
5604
|
</span>
|
|
5605
5605
|
</button>
|
|
5606
5606
|
</span>
|
|
@@ -5639,7 +5639,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5639
5639
|
aria-disabled="true"
|
|
5640
5640
|
>
|
|
5641
5641
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5642
|
-
<i class="pf-
|
|
5642
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5643
5643
|
</span>
|
|
5644
5644
|
</button>
|
|
5645
5645
|
</span>
|
|
@@ -5678,7 +5678,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5678
5678
|
disabled
|
|
5679
5679
|
>
|
|
5680
5680
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5681
|
-
<i class="pf-
|
|
5681
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5682
5682
|
</span>
|
|
5683
5683
|
</button>
|
|
5684
5684
|
</span>
|
|
@@ -5715,7 +5715,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5715
5715
|
aria-label="More info for Close disabled label"
|
|
5716
5716
|
>
|
|
5717
5717
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5718
|
-
<i class="pf-
|
|
5718
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5719
5719
|
</span>
|
|
5720
5720
|
</button>
|
|
5721
5721
|
</span>
|
|
@@ -5754,7 +5754,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5754
5754
|
disabled
|
|
5755
5755
|
>
|
|
5756
5756
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5757
|
-
<i class="pf-
|
|
5757
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5758
5758
|
</span>
|
|
5759
5759
|
</button>
|
|
5760
5760
|
</span>
|
|
@@ -5788,7 +5788,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5788
5788
|
aria-label="More info for Network label"
|
|
5789
5789
|
>
|
|
5790
5790
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5791
|
-
<i class="pf-
|
|
5791
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5792
5792
|
</span>
|
|
5793
5793
|
</button>
|
|
5794
5794
|
</span>
|
|
@@ -5853,7 +5853,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5853
5853
|
aria-label="More info for Users label"
|
|
5854
5854
|
>
|
|
5855
5855
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5856
|
-
<i class="pf-
|
|
5856
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5857
5857
|
</span>
|
|
5858
5858
|
</button>
|
|
5859
5859
|
</span>
|
|
@@ -5886,7 +5886,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5886
5886
|
aria-label="More info for Containers label"
|
|
5887
5887
|
>
|
|
5888
5888
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5889
|
-
<i class="pf-
|
|
5889
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5890
5890
|
</span>
|
|
5891
5891
|
</button>
|
|
5892
5892
|
</span>
|
|
@@ -5919,7 +5919,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5919
5919
|
aria-label="More info for Database label"
|
|
5920
5920
|
>
|
|
5921
5921
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5922
|
-
<i class="pf-
|
|
5922
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5923
5923
|
</span>
|
|
5924
5924
|
</button>
|
|
5925
5925
|
</span>
|
|
@@ -5958,7 +5958,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5958
5958
|
disabled
|
|
5959
5959
|
>
|
|
5960
5960
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
5961
|
-
<i class="pf-
|
|
5961
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
5962
5962
|
</span>
|
|
5963
5963
|
</button>
|
|
5964
5964
|
</span>
|
|
@@ -5997,7 +5997,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
5997
5997
|
aria-disabled="true"
|
|
5998
5998
|
>
|
|
5999
5999
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6000
|
-
<i class="pf-
|
|
6000
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6001
6001
|
</span>
|
|
6002
6002
|
</button>
|
|
6003
6003
|
</span>
|
|
@@ -6036,7 +6036,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6036
6036
|
disabled
|
|
6037
6037
|
>
|
|
6038
6038
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6039
|
-
<i class="pf-
|
|
6039
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6040
6040
|
</span>
|
|
6041
6041
|
</button>
|
|
6042
6042
|
</span>
|
|
@@ -6073,7 +6073,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6073
6073
|
aria-label="More info for Close disabled label"
|
|
6074
6074
|
>
|
|
6075
6075
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6076
|
-
<i class="pf-
|
|
6076
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6077
6077
|
</span>
|
|
6078
6078
|
</button>
|
|
6079
6079
|
</span>
|
|
@@ -6112,7 +6112,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6112
6112
|
disabled
|
|
6113
6113
|
>
|
|
6114
6114
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6115
|
-
<i class="pf-
|
|
6115
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6116
6116
|
</span>
|
|
6117
6117
|
</button>
|
|
6118
6118
|
</span>
|
|
@@ -6146,7 +6146,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6146
6146
|
aria-label="More info for Network label"
|
|
6147
6147
|
>
|
|
6148
6148
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6149
|
-
<i class="pf-
|
|
6149
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6150
6150
|
</span>
|
|
6151
6151
|
</button>
|
|
6152
6152
|
</span>
|
|
@@ -6211,7 +6211,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6211
6211
|
aria-label="More info for Users label"
|
|
6212
6212
|
>
|
|
6213
6213
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6214
|
-
<i class="pf-
|
|
6214
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6215
6215
|
</span>
|
|
6216
6216
|
</button>
|
|
6217
6217
|
</span>
|
|
@@ -6244,7 +6244,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6244
6244
|
aria-label="More info for Containers label"
|
|
6245
6245
|
>
|
|
6246
6246
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6247
|
-
<i class="pf-
|
|
6247
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6248
6248
|
</span>
|
|
6249
6249
|
</button>
|
|
6250
6250
|
</span>
|
|
@@ -6277,7 +6277,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6277
6277
|
aria-label="More info for Database label"
|
|
6278
6278
|
>
|
|
6279
6279
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6280
|
-
<i class="pf-
|
|
6280
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6281
6281
|
</span>
|
|
6282
6282
|
</button>
|
|
6283
6283
|
</span>
|
|
@@ -6316,7 +6316,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6316
6316
|
disabled
|
|
6317
6317
|
>
|
|
6318
6318
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6319
|
-
<i class="pf-
|
|
6319
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6320
6320
|
</span>
|
|
6321
6321
|
</button>
|
|
6322
6322
|
</span>
|
|
@@ -6355,7 +6355,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6355
6355
|
aria-disabled="true"
|
|
6356
6356
|
>
|
|
6357
6357
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6358
|
-
<i class="pf-
|
|
6358
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6359
6359
|
</span>
|
|
6360
6360
|
</button>
|
|
6361
6361
|
</span>
|
|
@@ -6394,7 +6394,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6394
6394
|
disabled
|
|
6395
6395
|
>
|
|
6396
6396
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6397
|
-
<i class="pf-
|
|
6397
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6398
6398
|
</span>
|
|
6399
6399
|
</button>
|
|
6400
6400
|
</span>
|
|
@@ -6431,7 +6431,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6431
6431
|
aria-label="More info for Close disabled label"
|
|
6432
6432
|
>
|
|
6433
6433
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6434
|
-
<i class="pf-
|
|
6434
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6435
6435
|
</span>
|
|
6436
6436
|
</button>
|
|
6437
6437
|
</span>
|
|
@@ -6470,7 +6470,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6470
6470
|
disabled
|
|
6471
6471
|
>
|
|
6472
6472
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6473
|
-
<i class="pf-
|
|
6473
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6474
6474
|
</span>
|
|
6475
6475
|
</button>
|
|
6476
6476
|
</span>
|
|
@@ -6504,7 +6504,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6504
6504
|
aria-label="More info for Network label"
|
|
6505
6505
|
>
|
|
6506
6506
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6507
|
-
<i class="pf-
|
|
6507
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6508
6508
|
</span>
|
|
6509
6509
|
</button>
|
|
6510
6510
|
</span>
|
|
@@ -6572,7 +6572,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6572
6572
|
aria-label="More info for Users label"
|
|
6573
6573
|
>
|
|
6574
6574
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6575
|
-
<i class="pf-
|
|
6575
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6576
6576
|
</span>
|
|
6577
6577
|
</button>
|
|
6578
6578
|
</span>
|
|
@@ -6608,7 +6608,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6608
6608
|
aria-label="More info for Containers label"
|
|
6609
6609
|
>
|
|
6610
6610
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6611
|
-
<i class="pf-
|
|
6611
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6612
6612
|
</span>
|
|
6613
6613
|
</button>
|
|
6614
6614
|
</span>
|
|
@@ -6644,7 +6644,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6644
6644
|
aria-label="More info for Database label"
|
|
6645
6645
|
>
|
|
6646
6646
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6647
|
-
<i class="pf-
|
|
6647
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6648
6648
|
</span>
|
|
6649
6649
|
</button>
|
|
6650
6650
|
</span>
|
|
@@ -6686,7 +6686,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6686
6686
|
disabled
|
|
6687
6687
|
>
|
|
6688
6688
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6689
|
-
<i class="pf-
|
|
6689
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6690
6690
|
</span>
|
|
6691
6691
|
</button>
|
|
6692
6692
|
</span>
|
|
@@ -6728,7 +6728,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6728
6728
|
aria-disabled="true"
|
|
6729
6729
|
>
|
|
6730
6730
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6731
|
-
<i class="pf-
|
|
6731
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6732
6732
|
</span>
|
|
6733
6733
|
</button>
|
|
6734
6734
|
</span>
|
|
@@ -6770,7 +6770,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6770
6770
|
disabled
|
|
6771
6771
|
>
|
|
6772
6772
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6773
|
-
<i class="pf-
|
|
6773
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6774
6774
|
</span>
|
|
6775
6775
|
</button>
|
|
6776
6776
|
</span>
|
|
@@ -6810,7 +6810,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6810
6810
|
aria-label="More info for Close disabled label"
|
|
6811
6811
|
>
|
|
6812
6812
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6813
|
-
<i class="pf-
|
|
6813
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6814
6814
|
</span>
|
|
6815
6815
|
</button>
|
|
6816
6816
|
</span>
|
|
@@ -6852,7 +6852,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6852
6852
|
disabled
|
|
6853
6853
|
>
|
|
6854
6854
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6855
|
-
<i class="pf-
|
|
6855
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6856
6856
|
</span>
|
|
6857
6857
|
</button>
|
|
6858
6858
|
</span>
|
|
@@ -6889,7 +6889,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6889
6889
|
aria-label="More info for Network label"
|
|
6890
6890
|
>
|
|
6891
6891
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6892
|
-
<i class="pf-
|
|
6892
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6893
6893
|
</span>
|
|
6894
6894
|
</button>
|
|
6895
6895
|
</span>
|
|
@@ -6954,7 +6954,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6954
6954
|
aria-label="More info for Users label"
|
|
6955
6955
|
>
|
|
6956
6956
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6957
|
-
<i class="pf-
|
|
6957
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6958
6958
|
</span>
|
|
6959
6959
|
</button>
|
|
6960
6960
|
</span>
|
|
@@ -6987,7 +6987,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
6987
6987
|
aria-label="More info for Containers label"
|
|
6988
6988
|
>
|
|
6989
6989
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
6990
|
-
<i class="pf-
|
|
6990
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
6991
6991
|
</span>
|
|
6992
6992
|
</button>
|
|
6993
6993
|
</span>
|
|
@@ -7020,7 +7020,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7020
7020
|
aria-label="More info for Database label"
|
|
7021
7021
|
>
|
|
7022
7022
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7023
|
-
<i class="pf-
|
|
7023
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7024
7024
|
</span>
|
|
7025
7025
|
</button>
|
|
7026
7026
|
</span>
|
|
@@ -7086,7 +7086,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7086
7086
|
aria-label="More info for Users label"
|
|
7087
7087
|
>
|
|
7088
7088
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7089
|
-
<i class="pf-
|
|
7089
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7090
7090
|
</span>
|
|
7091
7091
|
</button>
|
|
7092
7092
|
</span>
|
|
@@ -7119,7 +7119,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7119
7119
|
aria-label="More info for Containers label"
|
|
7120
7120
|
>
|
|
7121
7121
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7122
|
-
<i class="pf-
|
|
7122
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7123
7123
|
</span>
|
|
7124
7124
|
</button>
|
|
7125
7125
|
</span>
|
|
@@ -7152,7 +7152,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7152
7152
|
aria-label="More info for Database label"
|
|
7153
7153
|
>
|
|
7154
7154
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7155
|
-
<i class="pf-
|
|
7155
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7156
7156
|
</span>
|
|
7157
7157
|
</button>
|
|
7158
7158
|
</span>
|
|
@@ -7191,7 +7191,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7191
7191
|
disabled
|
|
7192
7192
|
>
|
|
7193
7193
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7194
|
-
<i class="pf-
|
|
7194
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7195
7195
|
</span>
|
|
7196
7196
|
</button>
|
|
7197
7197
|
</span>
|
|
@@ -7230,7 +7230,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7230
7230
|
aria-disabled="true"
|
|
7231
7231
|
>
|
|
7232
7232
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7233
|
-
<i class="pf-
|
|
7233
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7234
7234
|
</span>
|
|
7235
7235
|
</button>
|
|
7236
7236
|
</span>
|
|
@@ -7269,7 +7269,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7269
7269
|
disabled
|
|
7270
7270
|
>
|
|
7271
7271
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7272
|
-
<i class="pf-
|
|
7272
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7273
7273
|
</span>
|
|
7274
7274
|
</button>
|
|
7275
7275
|
</span>
|
|
@@ -7306,7 +7306,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7306
7306
|
aria-label="More info for Close disabled label"
|
|
7307
7307
|
>
|
|
7308
7308
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7309
|
-
<i class="pf-
|
|
7309
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7310
7310
|
</span>
|
|
7311
7311
|
</button>
|
|
7312
7312
|
</span>
|
|
@@ -7345,7 +7345,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7345
7345
|
disabled
|
|
7346
7346
|
>
|
|
7347
7347
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7348
|
-
<i class="pf-
|
|
7348
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7349
7349
|
</span>
|
|
7350
7350
|
</button>
|
|
7351
7351
|
</span>
|
|
@@ -7379,7 +7379,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7379
7379
|
aria-label="More info for Network label"
|
|
7380
7380
|
>
|
|
7381
7381
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7382
|
-
<i class="pf-
|
|
7382
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7383
7383
|
</span>
|
|
7384
7384
|
</button>
|
|
7385
7385
|
</span>
|
|
@@ -7440,7 +7440,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7440
7440
|
aria-label="More info for Users label"
|
|
7441
7441
|
>
|
|
7442
7442
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7443
|
-
<i class="pf-
|
|
7443
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7444
7444
|
</span>
|
|
7445
7445
|
</button>
|
|
7446
7446
|
</span>
|
|
@@ -7473,7 +7473,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7473
7473
|
aria-label="More info for Containers label"
|
|
7474
7474
|
>
|
|
7475
7475
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7476
|
-
<i class="pf-
|
|
7476
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7477
7477
|
</span>
|
|
7478
7478
|
</button>
|
|
7479
7479
|
</span>
|
|
@@ -7506,7 +7506,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7506
7506
|
aria-label="More info for Database label"
|
|
7507
7507
|
>
|
|
7508
7508
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7509
|
-
<i class="pf-
|
|
7509
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7510
7510
|
</span>
|
|
7511
7511
|
</button>
|
|
7512
7512
|
</span>
|
|
@@ -7545,7 +7545,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7545
7545
|
disabled
|
|
7546
7546
|
>
|
|
7547
7547
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7548
|
-
<i class="pf-
|
|
7548
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7549
7549
|
</span>
|
|
7550
7550
|
</button>
|
|
7551
7551
|
</span>
|
|
@@ -7584,7 +7584,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7584
7584
|
aria-disabled="true"
|
|
7585
7585
|
>
|
|
7586
7586
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7587
|
-
<i class="pf-
|
|
7587
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7588
7588
|
</span>
|
|
7589
7589
|
</button>
|
|
7590
7590
|
</span>
|
|
@@ -7623,7 +7623,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7623
7623
|
disabled
|
|
7624
7624
|
>
|
|
7625
7625
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7626
|
-
<i class="pf-
|
|
7626
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7627
7627
|
</span>
|
|
7628
7628
|
</button>
|
|
7629
7629
|
</span>
|
|
@@ -7660,7 +7660,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7660
7660
|
aria-label="More info for Close disabled label"
|
|
7661
7661
|
>
|
|
7662
7662
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7663
|
-
<i class="pf-
|
|
7663
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7664
7664
|
</span>
|
|
7665
7665
|
</button>
|
|
7666
7666
|
</span>
|
|
@@ -7699,7 +7699,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7699
7699
|
disabled
|
|
7700
7700
|
>
|
|
7701
7701
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7702
|
-
<i class="pf-
|
|
7702
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7703
7703
|
</span>
|
|
7704
7704
|
</button>
|
|
7705
7705
|
</span>
|
|
@@ -7733,7 +7733,7 @@ cssPrefix: pf-v6-c-tabs
|
|
|
7733
7733
|
aria-label="More info for Network label"
|
|
7734
7734
|
>
|
|
7735
7735
|
<span class="pf-v6-c-tabs__item-action-icon">
|
|
7736
|
-
<i class="pf-
|
|
7736
|
+
<i class="pf-v6-pficon pf-v6-pficon-help" aria-hidden="true"></i>
|
|
7737
7737
|
</span>
|
|
7738
7738
|
</button>
|
|
7739
7739
|
</span>
|