@patternfly/patternfly 6.0.0-alpha.98 → 6.0.0-alpha.99
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/components/Card/card.css +1 -0
- package/components/Card/card.scss +1 -0
- package/components/Check/check.css +10 -3
- package/components/Check/check.scss +17 -4
- package/components/Masthead/masthead.css +17 -9
- package/components/Masthead/masthead.scss +18 -9
- package/components/MenuToggle/menu-toggle.css +4 -4
- package/components/MenuToggle/menu-toggle.scss +4 -4
- package/components/ModalBox/modal-box.css +11 -7
- package/components/ModalBox/modal-box.scss +27 -12
- package/components/Nav/nav.css +64 -110
- package/components/Nav/nav.scss +70 -143
- package/components/Page/page.css +9 -17
- package/components/Page/page.scss +10 -23
- package/components/Radio/radio.css +12 -5
- package/components/Radio/radio.scss +21 -6
- package/components/Table/table-grid.css +30 -35
- package/components/Table/table-grid.scss +44 -32
- package/components/Table/table-scrollable.css +14 -6
- package/components/Table/table-scrollable.scss +6 -1
- package/components/Table/table-tree-view.css +5 -5
- package/components/Table/table-tree-view.scss +14 -8
- package/components/Table/table.css +90 -254
- package/components/Table/table.scss +158 -347
- package/components/Toolbar/toolbar.css +66 -2
- package/components/Toolbar/toolbar.scss +21 -2
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +12 -12
- package/docs/components/Accordion/examples/Accordion.md +19 -19
- package/docs/components/ActionList/examples/ActionList.md +5 -5
- package/docs/components/Alert/examples/Alert.md +26 -26
- package/docs/components/AppLauncher/deprecated/application-launcher.md +31 -31
- package/docs/components/Avatar/examples/Avatar.md +8 -8
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +3 -3
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +4 -4
- package/docs/components/Badge/examples/Badge.md +6 -6
- package/docs/components/Banner/examples/Banner.md +17 -17
- package/docs/components/Brand/examples/Brand.css +3 -3
- package/docs/components/Brand/examples/Brand.md +7 -7
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +12 -12
- package/docs/components/Button/examples/Button.css +2 -2
- package/docs/components/Button/examples/Button.md +35 -35
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +29 -29
- package/docs/components/Card/examples/Card.md +30 -30
- package/docs/components/Check/examples/Check.md +12 -12
- package/docs/components/Chip/examples/Chip.md +21 -21
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +19 -19
- package/docs/components/CodeBlock/examples/CodeBlock.md +8 -8
- package/docs/components/CodeEditor/examples/CodeEditor.md +14 -14
- package/docs/components/Content/examples/Content.md +5 -5
- package/docs/components/ContextSelector/deprecated/context-selector.md +23 -23
- package/docs/components/DataList/examples/DataList.md +177 -112
- package/docs/components/DatePicker/examples/DatePicker.md +10 -10
- package/docs/components/DescriptionList/examples/DescriptionList.md +29 -29
- package/docs/components/Divider/examples/Divider.md +7 -7
- package/docs/components/DragDrop/examples/DragDrop.md +5 -5
- package/docs/components/Drawer/examples/Drawer.md +36 -36
- package/docs/components/Dropdown/deprecated/Dropdown.css +1 -1
- package/docs/components/Dropdown/deprecated/Dropdown.md +47 -47
- package/docs/components/DualListSelector/examples/DualListSelector.md +41 -41
- package/docs/components/EmptyState/examples/EmptyState.md +21 -21
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +18 -18
- package/docs/components/FileUpload/examples/FileUpload.md +8 -8
- package/docs/components/Form/examples/Form.md +52 -52
- package/docs/components/FormControl/examples/FormControl.md +22 -22
- package/docs/components/HelperText/examples/HelperText.md +11 -11
- package/docs/components/Hint/examples/Hint.md +6 -6
- package/docs/components/Icon/examples/Icon.md +13 -13
- package/docs/components/InlineEdit/examples/InlineEdit.md +54 -138
- package/docs/components/InputGroup/examples/InputGroup.md +10 -10
- package/docs/components/JumpLinks/examples/JumpLinks.md +19 -19
- package/docs/components/Label/examples/Label.css +4 -4
- package/docs/components/Label/examples/Label.md +45 -45
- package/docs/components/List/examples/List.md +6 -6
- package/docs/components/LogViewer/examples/LogViewer.css +2 -2
- package/docs/components/LogViewer/examples/LogViewer.md +45 -165
- package/docs/components/Login/examples/Login.md +21 -21
- package/docs/components/Masthead/examples/masthead.md +7 -7
- package/docs/components/Menu/examples/Menu.md +60 -60
- package/docs/components/MenuToggle/examples/MenuToggle.md +34 -106
- package/docs/components/ModalBox/examples/ModalBox.md +75 -34
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +21 -21
- package/docs/components/Nav/examples/Navigation.css +20 -3
- package/docs/components/Nav/examples/Navigation.md +44 -50
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +8 -8
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +36 -36
- package/docs/components/NumberInput/examples/NumberInput.md +13 -13
- package/docs/components/OptionsMenu/deprecated/options-menu.md +22 -22
- package/docs/components/OverflowMenu/examples/overflow-menu.md +20 -20
- package/docs/components/Page/deprecated/PageHeader.md +30 -30
- package/docs/components/Page/examples/Page.md +55 -54
- package/docs/components/Pagination/examples/Pagination.md +25 -25
- package/docs/components/Panel/examples/Panel.md +10 -10
- package/docs/components/Popover/examples/Popover.md +30 -30
- package/docs/components/Progress/examples/Progress.md +31 -31
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +17 -17
- package/docs/components/Radio/examples/Radio.md +9 -9
- package/docs/components/Select/deprecated/Select.md +110 -110
- package/docs/components/Sidebar/examples/Sidebar.md +16 -16
- package/docs/components/SimpleList/examples/SimpleList.md +9 -9
- package/docs/components/Skeleton/examples/Skeleton.md +14 -14
- package/docs/components/SkipToContent/examples/SkipToContent.md +4 -4
- package/docs/components/Slider/examples/Slider.md +33 -33
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +14 -14
- package/docs/components/TabContent/examples/TabContent.md +10 -10
- package/docs/components/Table/examples/Table.md +5395 -15077
- package/docs/components/Tabs/examples/Tabs.md +39 -39
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +1 -1
- package/docs/components/Tile/examples/Tile.md +12 -12
- package/docs/components/Timestamp/examples/Timestamp.md +4 -4
- package/docs/components/Title/examples/Title.md +20 -20
- package/docs/components/ToggleGroup/examples/toggle-group.md +10 -10
- package/docs/components/Toolbar/examples/Toolbar.md +68 -200
- package/docs/components/Tooltip/examples/Tooltip.md +9 -9
- package/docs/components/TreeView/examples/TreeView.md +31 -31
- package/docs/components/Truncate/examples/Truncate.md +8 -8
- package/docs/components/Wizard/examples/Wizard.md +46 -46
- package/docs/demos/AboutModal/examples/AboutModal.md +4 -52
- package/docs/demos/Alert/examples/Alert.md +12 -156
- package/docs/demos/BackToTop/examples/BackToTop.md +4 -52
- package/docs/demos/Banner/examples/Banner.md +9 -105
- package/docs/demos/Card/examples/Card.md +12 -19
- package/docs/demos/CardView/examples/CardView.md +5 -65
- package/docs/demos/ContextSelector/examples/ContextSelector.md +12 -156
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -52
- package/docs/demos/DataList/examples/DataList.md +200 -553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +18 -156
- package/docs/demos/Drawer/examples/Drawer.md +20 -260
- package/docs/demos/JumpLinks/examples/JumpLinks.md +24 -312
- package/docs/demos/Masthead/examples/Masthead.md +23 -255
- package/docs/demos/Modal/examples/Modal.md +24 -312
- package/docs/demos/Nav/examples/Nav.md +69 -461
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +20 -260
- package/docs/demos/Page/examples/Page.md +39 -505
- package/docs/demos/Page/examples/Penta.md +120 -53
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +35 -455
- package/docs/demos/Skeleton/examples/Skeleton.md +4 -52
- package/docs/demos/Table/examples/Table.md +1598 -6045
- package/docs/demos/Tabs/examples/Tabs.md +143 -499
- package/docs/demos/Toolbar/examples/Toolbar.md +245 -925
- package/docs/demos/Wizard/examples/Wizard.md +36 -468
- package/docs/layouts/Bullseye/examples/Bullseye.md +3 -3
- package/docs/layouts/Flex/examples/Flex.md +76 -76
- package/docs/layouts/Gallery/examples/Gallery.md +6 -6
- package/docs/layouts/Grid/examples/Grid.md +8 -8
- package/docs/layouts/Level/examples/Level.md +4 -4
- package/docs/layouts/Split/examples/Split.md +6 -6
- package/docs/layouts/Stack/examples/Stack.md +5 -5
- package/docs/utilities/Accessibility/examples/Accessibility.md +2 -2
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/BackgroundColor/examples/BackgroundColor.md +10 -10
- package/docs/utilities/BoxShadow/examples/box-shadow.md +20 -20
- package/docs/utilities/Display/examples/Display.md +9 -9
- package/docs/utilities/Flex/examples/Flex.md +32 -32
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Sizing/examples/Sizing.md +41 -41
- package/docs/utilities/Spacing/examples/Spacing.md +11 -11
- package/docs/utilities/Text/examples/Text.md +28 -28
- package/package.json +2 -1
- package/patternfly-no-globals.css +347 -463
- package/patternfly-theme-dark-unversioned.css +347 -463
- package/patternfly.css +347 -463
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Table/themes/dark/table.scss +0 -16
|
@@ -152,19 +152,7 @@ wrapperTag: div
|
|
|
152
152
|
aria-label="Application launcher"
|
|
153
153
|
>
|
|
154
154
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
155
|
-
<
|
|
156
|
-
class="pf-v5-svg"
|
|
157
|
-
viewBox="0 0 192 512"
|
|
158
|
-
fill="currentColor"
|
|
159
|
-
aria-hidden="true"
|
|
160
|
-
role="img"
|
|
161
|
-
width="1em"
|
|
162
|
-
height="1em"
|
|
163
|
-
>
|
|
164
|
-
<path
|
|
165
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
166
|
-
/>
|
|
167
|
-
</svg>
|
|
155
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
168
156
|
</span>
|
|
169
157
|
</button>
|
|
170
158
|
</div>
|
|
@@ -176,19 +164,7 @@ wrapperTag: div
|
|
|
176
164
|
aria-label="Settings"
|
|
177
165
|
>
|
|
178
166
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
179
|
-
<
|
|
180
|
-
class="pf-v5-svg"
|
|
181
|
-
viewBox="0 0 192 512"
|
|
182
|
-
fill="currentColor"
|
|
183
|
-
aria-hidden="true"
|
|
184
|
-
role="img"
|
|
185
|
-
width="1em"
|
|
186
|
-
height="1em"
|
|
187
|
-
>
|
|
188
|
-
<path
|
|
189
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
190
|
-
/>
|
|
191
|
-
</svg>
|
|
167
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
192
168
|
</span>
|
|
193
169
|
</button>
|
|
194
170
|
</div>
|
|
@@ -200,19 +176,7 @@ wrapperTag: div
|
|
|
200
176
|
aria-label="Help"
|
|
201
177
|
>
|
|
202
178
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
203
|
-
<
|
|
204
|
-
class="pf-v5-svg"
|
|
205
|
-
viewBox="0 0 192 512"
|
|
206
|
-
fill="currentColor"
|
|
207
|
-
aria-hidden="true"
|
|
208
|
-
role="img"
|
|
209
|
-
width="1em"
|
|
210
|
-
height="1em"
|
|
211
|
-
>
|
|
212
|
-
<path
|
|
213
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
214
|
-
/>
|
|
215
|
-
</svg>
|
|
179
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
216
180
|
</span>
|
|
217
181
|
</button>
|
|
218
182
|
</div>
|
|
@@ -225,19 +189,7 @@ wrapperTag: div
|
|
|
225
189
|
aria-label="Actions"
|
|
226
190
|
>
|
|
227
191
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
228
|
-
<
|
|
229
|
-
class="pf-v5-svg"
|
|
230
|
-
viewBox="0 0 192 512"
|
|
231
|
-
fill="currentColor"
|
|
232
|
-
aria-hidden="true"
|
|
233
|
-
role="img"
|
|
234
|
-
width="1em"
|
|
235
|
-
height="1em"
|
|
236
|
-
>
|
|
237
|
-
<path
|
|
238
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
239
|
-
/>
|
|
240
|
-
</svg>
|
|
192
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
241
193
|
</span>
|
|
242
194
|
</button>
|
|
243
195
|
</div>
|
|
@@ -353,19 +305,7 @@ wrapperTag: div
|
|
|
353
305
|
aria-controls="primary-detail-expanded-example-drawer-toolbar-expandable-content"
|
|
354
306
|
>
|
|
355
307
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
356
|
-
<
|
|
357
|
-
class="pf-v5-svg"
|
|
358
|
-
viewBox="0 0 192 512"
|
|
359
|
-
fill="currentColor"
|
|
360
|
-
aria-hidden="true"
|
|
361
|
-
role="img"
|
|
362
|
-
width="1em"
|
|
363
|
-
height="1em"
|
|
364
|
-
>
|
|
365
|
-
<path
|
|
366
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
367
|
-
/>
|
|
368
|
-
</svg>
|
|
308
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
369
309
|
</span>
|
|
370
310
|
</button>
|
|
371
311
|
</div>
|
|
@@ -384,19 +324,7 @@ wrapperTag: div
|
|
|
384
324
|
id="primary-detail-expanded-example-drawer-toolbar-search-filter-menu"
|
|
385
325
|
>
|
|
386
326
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
387
|
-
<
|
|
388
|
-
class="pf-v5-svg"
|
|
389
|
-
viewBox="0 0 192 512"
|
|
390
|
-
fill="currentColor"
|
|
391
|
-
aria-hidden="true"
|
|
392
|
-
role="img"
|
|
393
|
-
width="1em"
|
|
394
|
-
height="1em"
|
|
395
|
-
>
|
|
396
|
-
<path
|
|
397
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
398
|
-
/>
|
|
399
|
-
</svg>
|
|
327
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
400
328
|
</span>
|
|
401
329
|
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
402
330
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -1524,19 +1452,7 @@ wrapperTag: div
|
|
|
1524
1452
|
aria-label="Application launcher"
|
|
1525
1453
|
>
|
|
1526
1454
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1527
|
-
<
|
|
1528
|
-
class="pf-v5-svg"
|
|
1529
|
-
viewBox="0 0 192 512"
|
|
1530
|
-
fill="currentColor"
|
|
1531
|
-
aria-hidden="true"
|
|
1532
|
-
role="img"
|
|
1533
|
-
width="1em"
|
|
1534
|
-
height="1em"
|
|
1535
|
-
>
|
|
1536
|
-
<path
|
|
1537
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1538
|
-
/>
|
|
1539
|
-
</svg>
|
|
1455
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1540
1456
|
</span>
|
|
1541
1457
|
</button>
|
|
1542
1458
|
</div>
|
|
@@ -1548,19 +1464,7 @@ wrapperTag: div
|
|
|
1548
1464
|
aria-label="Settings"
|
|
1549
1465
|
>
|
|
1550
1466
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1551
|
-
<
|
|
1552
|
-
class="pf-v5-svg"
|
|
1553
|
-
viewBox="0 0 192 512"
|
|
1554
|
-
fill="currentColor"
|
|
1555
|
-
aria-hidden="true"
|
|
1556
|
-
role="img"
|
|
1557
|
-
width="1em"
|
|
1558
|
-
height="1em"
|
|
1559
|
-
>
|
|
1560
|
-
<path
|
|
1561
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1562
|
-
/>
|
|
1563
|
-
</svg>
|
|
1467
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1564
1468
|
</span>
|
|
1565
1469
|
</button>
|
|
1566
1470
|
</div>
|
|
@@ -1572,19 +1476,7 @@ wrapperTag: div
|
|
|
1572
1476
|
aria-label="Help"
|
|
1573
1477
|
>
|
|
1574
1478
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1575
|
-
<
|
|
1576
|
-
class="pf-v5-svg"
|
|
1577
|
-
viewBox="0 0 192 512"
|
|
1578
|
-
fill="currentColor"
|
|
1579
|
-
aria-hidden="true"
|
|
1580
|
-
role="img"
|
|
1581
|
-
width="1em"
|
|
1582
|
-
height="1em"
|
|
1583
|
-
>
|
|
1584
|
-
<path
|
|
1585
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1586
|
-
/>
|
|
1587
|
-
</svg>
|
|
1479
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1588
1480
|
</span>
|
|
1589
1481
|
</button>
|
|
1590
1482
|
</div>
|
|
@@ -1597,19 +1489,7 @@ wrapperTag: div
|
|
|
1597
1489
|
aria-label="Actions"
|
|
1598
1490
|
>
|
|
1599
1491
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1600
|
-
<
|
|
1601
|
-
class="pf-v5-svg"
|
|
1602
|
-
viewBox="0 0 192 512"
|
|
1603
|
-
fill="currentColor"
|
|
1604
|
-
aria-hidden="true"
|
|
1605
|
-
role="img"
|
|
1606
|
-
width="1em"
|
|
1607
|
-
height="1em"
|
|
1608
|
-
>
|
|
1609
|
-
<path
|
|
1610
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1611
|
-
/>
|
|
1612
|
-
</svg>
|
|
1492
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1613
1493
|
</span>
|
|
1614
1494
|
</button>
|
|
1615
1495
|
</div>
|
|
@@ -1725,19 +1605,7 @@ wrapperTag: div
|
|
|
1725
1605
|
aria-controls="primary-detail-collapsed-example-drawer-toolbar-expandable-content"
|
|
1726
1606
|
>
|
|
1727
1607
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1728
|
-
<
|
|
1729
|
-
class="pf-v5-svg"
|
|
1730
|
-
viewBox="0 0 192 512"
|
|
1731
|
-
fill="currentColor"
|
|
1732
|
-
aria-hidden="true"
|
|
1733
|
-
role="img"
|
|
1734
|
-
width="1em"
|
|
1735
|
-
height="1em"
|
|
1736
|
-
>
|
|
1737
|
-
<path
|
|
1738
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1739
|
-
/>
|
|
1740
|
-
</svg>
|
|
1608
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1741
1609
|
</span>
|
|
1742
1610
|
</button>
|
|
1743
1611
|
</div>
|
|
@@ -1756,19 +1624,7 @@ wrapperTag: div
|
|
|
1756
1624
|
id="primary-detail-collapsed-example-drawer-toolbar-search-filter-menu"
|
|
1757
1625
|
>
|
|
1758
1626
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
1759
|
-
<
|
|
1760
|
-
class="pf-v5-svg"
|
|
1761
|
-
viewBox="0 0 192 512"
|
|
1762
|
-
fill="currentColor"
|
|
1763
|
-
aria-hidden="true"
|
|
1764
|
-
role="img"
|
|
1765
|
-
width="1em"
|
|
1766
|
-
height="1em"
|
|
1767
|
-
>
|
|
1768
|
-
<path
|
|
1769
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
1770
|
-
/>
|
|
1771
|
-
</svg>
|
|
1627
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1772
1628
|
</span>
|
|
1773
1629
|
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
1774
1630
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -2813,19 +2669,7 @@ wrapperTag: div
|
|
|
2813
2669
|
aria-label="Application launcher"
|
|
2814
2670
|
>
|
|
2815
2671
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2816
|
-
<
|
|
2817
|
-
class="pf-v5-svg"
|
|
2818
|
-
viewBox="0 0 192 512"
|
|
2819
|
-
fill="currentColor"
|
|
2820
|
-
aria-hidden="true"
|
|
2821
|
-
role="img"
|
|
2822
|
-
width="1em"
|
|
2823
|
-
height="1em"
|
|
2824
|
-
>
|
|
2825
|
-
<path
|
|
2826
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2827
|
-
/>
|
|
2828
|
-
</svg>
|
|
2672
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2829
2673
|
</span>
|
|
2830
2674
|
</button>
|
|
2831
2675
|
</div>
|
|
@@ -2837,19 +2681,7 @@ wrapperTag: div
|
|
|
2837
2681
|
aria-label="Settings"
|
|
2838
2682
|
>
|
|
2839
2683
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2840
|
-
<
|
|
2841
|
-
class="pf-v5-svg"
|
|
2842
|
-
viewBox="0 0 192 512"
|
|
2843
|
-
fill="currentColor"
|
|
2844
|
-
aria-hidden="true"
|
|
2845
|
-
role="img"
|
|
2846
|
-
width="1em"
|
|
2847
|
-
height="1em"
|
|
2848
|
-
>
|
|
2849
|
-
<path
|
|
2850
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2851
|
-
/>
|
|
2852
|
-
</svg>
|
|
2684
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2853
2685
|
</span>
|
|
2854
2686
|
</button>
|
|
2855
2687
|
</div>
|
|
@@ -2861,19 +2693,7 @@ wrapperTag: div
|
|
|
2861
2693
|
aria-label="Help"
|
|
2862
2694
|
>
|
|
2863
2695
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2864
|
-
<
|
|
2865
|
-
class="pf-v5-svg"
|
|
2866
|
-
viewBox="0 0 192 512"
|
|
2867
|
-
fill="currentColor"
|
|
2868
|
-
aria-hidden="true"
|
|
2869
|
-
role="img"
|
|
2870
|
-
width="1em"
|
|
2871
|
-
height="1em"
|
|
2872
|
-
>
|
|
2873
|
-
<path
|
|
2874
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2875
|
-
/>
|
|
2876
|
-
</svg>
|
|
2696
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2877
2697
|
</span>
|
|
2878
2698
|
</button>
|
|
2879
2699
|
</div>
|
|
@@ -2886,19 +2706,7 @@ wrapperTag: div
|
|
|
2886
2706
|
aria-label="Actions"
|
|
2887
2707
|
>
|
|
2888
2708
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
2889
|
-
<
|
|
2890
|
-
class="pf-v5-svg"
|
|
2891
|
-
viewBox="0 0 192 512"
|
|
2892
|
-
fill="currentColor"
|
|
2893
|
-
aria-hidden="true"
|
|
2894
|
-
role="img"
|
|
2895
|
-
width="1em"
|
|
2896
|
-
height="1em"
|
|
2897
|
-
>
|
|
2898
|
-
<path
|
|
2899
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
2900
|
-
/>
|
|
2901
|
-
</svg>
|
|
2709
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2902
2710
|
</span>
|
|
2903
2711
|
</button>
|
|
2904
2712
|
</div>
|
|
@@ -3014,19 +2822,7 @@ wrapperTag: div
|
|
|
3014
2822
|
aria-controls="primary-detail-content-body-padding-example-drawer-toolbar-expandable-content"
|
|
3015
2823
|
>
|
|
3016
2824
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
3017
|
-
<
|
|
3018
|
-
class="pf-v5-svg"
|
|
3019
|
-
viewBox="0 0 192 512"
|
|
3020
|
-
fill="currentColor"
|
|
3021
|
-
aria-hidden="true"
|
|
3022
|
-
role="img"
|
|
3023
|
-
width="1em"
|
|
3024
|
-
height="1em"
|
|
3025
|
-
>
|
|
3026
|
-
<path
|
|
3027
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
3028
|
-
/>
|
|
3029
|
-
</svg>
|
|
2825
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
3030
2826
|
</span>
|
|
3031
2827
|
</button>
|
|
3032
2828
|
</div>
|
|
@@ -4040,19 +3836,7 @@ wrapperTag: div
|
|
|
4040
3836
|
aria-label="Application launcher"
|
|
4041
3837
|
>
|
|
4042
3838
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4043
|
-
<
|
|
4044
|
-
class="pf-v5-svg"
|
|
4045
|
-
viewBox="0 0 192 512"
|
|
4046
|
-
fill="currentColor"
|
|
4047
|
-
aria-hidden="true"
|
|
4048
|
-
role="img"
|
|
4049
|
-
width="1em"
|
|
4050
|
-
height="1em"
|
|
4051
|
-
>
|
|
4052
|
-
<path
|
|
4053
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4054
|
-
/>
|
|
4055
|
-
</svg>
|
|
3839
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
4056
3840
|
</span>
|
|
4057
3841
|
</button>
|
|
4058
3842
|
</div>
|
|
@@ -4064,19 +3848,7 @@ wrapperTag: div
|
|
|
4064
3848
|
aria-label="Settings"
|
|
4065
3849
|
>
|
|
4066
3850
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4067
|
-
<
|
|
4068
|
-
class="pf-v5-svg"
|
|
4069
|
-
viewBox="0 0 192 512"
|
|
4070
|
-
fill="currentColor"
|
|
4071
|
-
aria-hidden="true"
|
|
4072
|
-
role="img"
|
|
4073
|
-
width="1em"
|
|
4074
|
-
height="1em"
|
|
4075
|
-
>
|
|
4076
|
-
<path
|
|
4077
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4078
|
-
/>
|
|
4079
|
-
</svg>
|
|
3851
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
4080
3852
|
</span>
|
|
4081
3853
|
</button>
|
|
4082
3854
|
</div>
|
|
@@ -4088,19 +3860,7 @@ wrapperTag: div
|
|
|
4088
3860
|
aria-label="Help"
|
|
4089
3861
|
>
|
|
4090
3862
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4091
|
-
<
|
|
4092
|
-
class="pf-v5-svg"
|
|
4093
|
-
viewBox="0 0 192 512"
|
|
4094
|
-
fill="currentColor"
|
|
4095
|
-
aria-hidden="true"
|
|
4096
|
-
role="img"
|
|
4097
|
-
width="1em"
|
|
4098
|
-
height="1em"
|
|
4099
|
-
>
|
|
4100
|
-
<path
|
|
4101
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4102
|
-
/>
|
|
4103
|
-
</svg>
|
|
3863
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
4104
3864
|
</span>
|
|
4105
3865
|
</button>
|
|
4106
3866
|
</div>
|
|
@@ -4113,19 +3873,7 @@ wrapperTag: div
|
|
|
4113
3873
|
aria-label="Actions"
|
|
4114
3874
|
>
|
|
4115
3875
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4116
|
-
<
|
|
4117
|
-
class="pf-v5-svg"
|
|
4118
|
-
viewBox="0 0 192 512"
|
|
4119
|
-
fill="currentColor"
|
|
4120
|
-
aria-hidden="true"
|
|
4121
|
-
role="img"
|
|
4122
|
-
width="1em"
|
|
4123
|
-
height="1em"
|
|
4124
|
-
>
|
|
4125
|
-
<path
|
|
4126
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4127
|
-
/>
|
|
4128
|
-
</svg>
|
|
3876
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4129
3877
|
</span>
|
|
4130
3878
|
</button>
|
|
4131
3879
|
</div>
|
|
@@ -4237,19 +3985,7 @@ wrapperTag: div
|
|
|
4237
3985
|
aria-controls="primary-detail-card-view-expanded-example-drawer-toolbar-expandable-content"
|
|
4238
3986
|
>
|
|
4239
3987
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4240
|
-
<
|
|
4241
|
-
class="pf-v5-svg"
|
|
4242
|
-
viewBox="0 0 192 512"
|
|
4243
|
-
fill="currentColor"
|
|
4244
|
-
aria-hidden="true"
|
|
4245
|
-
role="img"
|
|
4246
|
-
width="1em"
|
|
4247
|
-
height="1em"
|
|
4248
|
-
>
|
|
4249
|
-
<path
|
|
4250
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4251
|
-
/>
|
|
4252
|
-
</svg>
|
|
3988
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
4253
3989
|
</span>
|
|
4254
3990
|
</button>
|
|
4255
3991
|
</div>
|
|
@@ -4301,19 +4037,7 @@ wrapperTag: div
|
|
|
4301
4037
|
id="primary-detail-card-view-expanded-example-drawer-toolbar-search-filter-menu"
|
|
4302
4038
|
>
|
|
4303
4039
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
4304
|
-
<
|
|
4305
|
-
class="pf-v5-svg"
|
|
4306
|
-
viewBox="0 0 192 512"
|
|
4307
|
-
fill="currentColor"
|
|
4308
|
-
aria-hidden="true"
|
|
4309
|
-
role="img"
|
|
4310
|
-
width="1em"
|
|
4311
|
-
height="1em"
|
|
4312
|
-
>
|
|
4313
|
-
<path
|
|
4314
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
4315
|
-
/>
|
|
4316
|
-
</svg>
|
|
4040
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
4317
4041
|
</span>
|
|
4318
4042
|
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
4319
4043
|
<span class="pf-v6-c-menu-toggle__controls">
|
|
@@ -5699,19 +5423,7 @@ wrapperTag: div
|
|
|
5699
5423
|
aria-label="Application launcher"
|
|
5700
5424
|
>
|
|
5701
5425
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5702
|
-
<
|
|
5703
|
-
class="pf-v5-svg"
|
|
5704
|
-
viewBox="0 0 192 512"
|
|
5705
|
-
fill="currentColor"
|
|
5706
|
-
aria-hidden="true"
|
|
5707
|
-
role="img"
|
|
5708
|
-
width="1em"
|
|
5709
|
-
height="1em"
|
|
5710
|
-
>
|
|
5711
|
-
<path
|
|
5712
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
5713
|
-
/>
|
|
5714
|
-
</svg>
|
|
5426
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
5715
5427
|
</span>
|
|
5716
5428
|
</button>
|
|
5717
5429
|
</div>
|
|
@@ -5723,19 +5435,7 @@ wrapperTag: div
|
|
|
5723
5435
|
aria-label="Settings"
|
|
5724
5436
|
>
|
|
5725
5437
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5726
|
-
<
|
|
5727
|
-
class="pf-v5-svg"
|
|
5728
|
-
viewBox="0 0 192 512"
|
|
5729
|
-
fill="currentColor"
|
|
5730
|
-
aria-hidden="true"
|
|
5731
|
-
role="img"
|
|
5732
|
-
width="1em"
|
|
5733
|
-
height="1em"
|
|
5734
|
-
>
|
|
5735
|
-
<path
|
|
5736
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
5737
|
-
/>
|
|
5738
|
-
</svg>
|
|
5438
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
5739
5439
|
</span>
|
|
5740
5440
|
</button>
|
|
5741
5441
|
</div>
|
|
@@ -5747,19 +5447,7 @@ wrapperTag: div
|
|
|
5747
5447
|
aria-label="Help"
|
|
5748
5448
|
>
|
|
5749
5449
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5750
|
-
<
|
|
5751
|
-
class="pf-v5-svg"
|
|
5752
|
-
viewBox="0 0 192 512"
|
|
5753
|
-
fill="currentColor"
|
|
5754
|
-
aria-hidden="true"
|
|
5755
|
-
role="img"
|
|
5756
|
-
width="1em"
|
|
5757
|
-
height="1em"
|
|
5758
|
-
>
|
|
5759
|
-
<path
|
|
5760
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
5761
|
-
/>
|
|
5762
|
-
</svg>
|
|
5450
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
5763
5451
|
</span>
|
|
5764
5452
|
</button>
|
|
5765
5453
|
</div>
|
|
@@ -5772,19 +5460,7 @@ wrapperTag: div
|
|
|
5772
5460
|
aria-label="Actions"
|
|
5773
5461
|
>
|
|
5774
5462
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
5775
|
-
<
|
|
5776
|
-
class="pf-v5-svg"
|
|
5777
|
-
viewBox="0 0 192 512"
|
|
5778
|
-
fill="currentColor"
|
|
5779
|
-
aria-hidden="true"
|
|
5780
|
-
role="img"
|
|
5781
|
-
width="1em"
|
|
5782
|
-
height="1em"
|
|
5783
|
-
>
|
|
5784
|
-
<path
|
|
5785
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
5786
|
-
/>
|
|
5787
|
-
</svg>
|
|
5463
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5788
5464
|
</span>
|
|
5789
5465
|
</button>
|
|
5790
5466
|
</div>
|
|
@@ -6208,19 +5884,7 @@ wrapperTag: div
|
|
|
6208
5884
|
aria-label="Application launcher"
|
|
6209
5885
|
>
|
|
6210
5886
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6211
|
-
<
|
|
6212
|
-
class="pf-v5-svg"
|
|
6213
|
-
viewBox="0 0 192 512"
|
|
6214
|
-
fill="currentColor"
|
|
6215
|
-
aria-hidden="true"
|
|
6216
|
-
role="img"
|
|
6217
|
-
width="1em"
|
|
6218
|
-
height="1em"
|
|
6219
|
-
>
|
|
6220
|
-
<path
|
|
6221
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6222
|
-
/>
|
|
6223
|
-
</svg>
|
|
5887
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
6224
5888
|
</span>
|
|
6225
5889
|
</button>
|
|
6226
5890
|
</div>
|
|
@@ -6232,19 +5896,7 @@ wrapperTag: div
|
|
|
6232
5896
|
aria-label="Settings"
|
|
6233
5897
|
>
|
|
6234
5898
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6235
|
-
<
|
|
6236
|
-
class="pf-v5-svg"
|
|
6237
|
-
viewBox="0 0 192 512"
|
|
6238
|
-
fill="currentColor"
|
|
6239
|
-
aria-hidden="true"
|
|
6240
|
-
role="img"
|
|
6241
|
-
width="1em"
|
|
6242
|
-
height="1em"
|
|
6243
|
-
>
|
|
6244
|
-
<path
|
|
6245
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6246
|
-
/>
|
|
6247
|
-
</svg>
|
|
5899
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
6248
5900
|
</span>
|
|
6249
5901
|
</button>
|
|
6250
5902
|
</div>
|
|
@@ -6256,19 +5908,7 @@ wrapperTag: div
|
|
|
6256
5908
|
aria-label="Help"
|
|
6257
5909
|
>
|
|
6258
5910
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6259
|
-
<
|
|
6260
|
-
class="pf-v5-svg"
|
|
6261
|
-
viewBox="0 0 192 512"
|
|
6262
|
-
fill="currentColor"
|
|
6263
|
-
aria-hidden="true"
|
|
6264
|
-
role="img"
|
|
6265
|
-
width="1em"
|
|
6266
|
-
height="1em"
|
|
6267
|
-
>
|
|
6268
|
-
<path
|
|
6269
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6270
|
-
/>
|
|
6271
|
-
</svg>
|
|
5911
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
6272
5912
|
</span>
|
|
6273
5913
|
</button>
|
|
6274
5914
|
</div>
|
|
@@ -6281,19 +5921,7 @@ wrapperTag: div
|
|
|
6281
5921
|
aria-label="Actions"
|
|
6282
5922
|
>
|
|
6283
5923
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6284
|
-
<
|
|
6285
|
-
class="pf-v5-svg"
|
|
6286
|
-
viewBox="0 0 192 512"
|
|
6287
|
-
fill="currentColor"
|
|
6288
|
-
aria-hidden="true"
|
|
6289
|
-
role="img"
|
|
6290
|
-
width="1em"
|
|
6291
|
-
height="1em"
|
|
6292
|
-
>
|
|
6293
|
-
<path
|
|
6294
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6295
|
-
/>
|
|
6296
|
-
</svg>
|
|
5924
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
6297
5925
|
</span>
|
|
6298
5926
|
</button>
|
|
6299
5927
|
</div>
|
|
@@ -6963,19 +6591,7 @@ wrapperTag: div
|
|
|
6963
6591
|
aria-label="Application launcher"
|
|
6964
6592
|
>
|
|
6965
6593
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6966
|
-
<
|
|
6967
|
-
class="pf-v5-svg"
|
|
6968
|
-
viewBox="0 0 192 512"
|
|
6969
|
-
fill="currentColor"
|
|
6970
|
-
aria-hidden="true"
|
|
6971
|
-
role="img"
|
|
6972
|
-
width="1em"
|
|
6973
|
-
height="1em"
|
|
6974
|
-
>
|
|
6975
|
-
<path
|
|
6976
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
6977
|
-
/>
|
|
6978
|
-
</svg>
|
|
6594
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
6979
6595
|
</span>
|
|
6980
6596
|
</button>
|
|
6981
6597
|
</div>
|
|
@@ -6987,19 +6603,7 @@ wrapperTag: div
|
|
|
6987
6603
|
aria-label="Settings"
|
|
6988
6604
|
>
|
|
6989
6605
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
6990
|
-
<
|
|
6991
|
-
class="pf-v5-svg"
|
|
6992
|
-
viewBox="0 0 192 512"
|
|
6993
|
-
fill="currentColor"
|
|
6994
|
-
aria-hidden="true"
|
|
6995
|
-
role="img"
|
|
6996
|
-
width="1em"
|
|
6997
|
-
height="1em"
|
|
6998
|
-
>
|
|
6999
|
-
<path
|
|
7000
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
7001
|
-
/>
|
|
7002
|
-
</svg>
|
|
6606
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
7003
6607
|
</span>
|
|
7004
6608
|
</button>
|
|
7005
6609
|
</div>
|
|
@@ -7011,19 +6615,7 @@ wrapperTag: div
|
|
|
7011
6615
|
aria-label="Help"
|
|
7012
6616
|
>
|
|
7013
6617
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7014
|
-
<
|
|
7015
|
-
class="pf-v5-svg"
|
|
7016
|
-
viewBox="0 0 192 512"
|
|
7017
|
-
fill="currentColor"
|
|
7018
|
-
aria-hidden="true"
|
|
7019
|
-
role="img"
|
|
7020
|
-
width="1em"
|
|
7021
|
-
height="1em"
|
|
7022
|
-
>
|
|
7023
|
-
<path
|
|
7024
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
7025
|
-
/>
|
|
7026
|
-
</svg>
|
|
6618
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
7027
6619
|
</span>
|
|
7028
6620
|
</button>
|
|
7029
6621
|
</div>
|
|
@@ -7036,19 +6628,7 @@ wrapperTag: div
|
|
|
7036
6628
|
aria-label="Actions"
|
|
7037
6629
|
>
|
|
7038
6630
|
<span class="pf-v6-c-menu-toggle__icon">
|
|
7039
|
-
<
|
|
7040
|
-
class="pf-v5-svg"
|
|
7041
|
-
viewBox="0 0 192 512"
|
|
7042
|
-
fill="currentColor"
|
|
7043
|
-
aria-hidden="true"
|
|
7044
|
-
role="img"
|
|
7045
|
-
width="1em"
|
|
7046
|
-
height="1em"
|
|
7047
|
-
>
|
|
7048
|
-
<path
|
|
7049
|
-
d="M96 184c39.8 0 72 32.2 72 72s-32.2 72-72 72-72-32.2-72-72 32.2-72 72-72zM24 80c0 39.8 32.2 72 72 72s72-32.2 72-72S135.8 8 96 8 24 40.2 24 80zm0 352c0 39.8 32.2 72 72 72s72-32.2 72-72-32.2-72-72-72-72 32.2-72 72z"
|
|
7050
|
-
/>
|
|
7051
|
-
</svg>
|
|
6631
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
7052
6632
|
</span>
|
|
7053
6633
|
</button>
|
|
7054
6634
|
</div>
|