@patternfly/patternfly 5.0.0-prerelease.2 → 5.0.0-prerelease.4
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/base/_common.scss +7 -0
- package/base/_variables.scss +0 -7
- package/base/patternfly-common.css +6 -0
- package/base/patternfly-themes.css +6 -0
- package/base/patternfly-variables.css +0 -6
- package/components/AboutModalBox/about-modal-box.css +6 -0
- package/components/Banner/banner.css +6 -0
- package/components/LogViewer/log-viewer.css +6 -0
- package/components/Login/login.css +7 -0
- package/components/Masthead/masthead.css +8 -6
- package/components/Masthead/masthead.scss +1 -7
- package/components/Masthead/themes/dark/masthead.scss +1 -0
- package/components/MenuToggle/menu-toggle.css +13 -11
- package/components/MenuToggle/menu-toggle.scss +14 -12
- package/components/MenuToggle/themes/dark/menu-toggle.scss +2 -1
- package/components/Page/page.css +8 -0
- package/components/Wizard/wizard.css +6 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +42 -774
- package/docs/demos/Alert/examples/Alert.md +126 -2322
- package/docs/demos/BackToTop/examples/BackToTop.md +42 -774
- package/docs/demos/Banner/examples/Banner.md +84 -1588
- package/docs/demos/CardView/examples/CardView.md +42 -774
- package/docs/demos/ContextSelector/examples/ContextSelector.md +136 -2448
- package/docs/demos/Dashboard/examples/Dashboard.md +42 -774
- package/docs/demos/DataList/examples/DataList.md +191 -3119
- package/docs/demos/DescriptionList/examples/DescriptionList.md +126 -2322
- package/docs/demos/Drawer/examples/Drawer.md +210 -3870
- package/docs/demos/JumpLinks/examples/JumpLinks.md +252 -4644
- package/docs/demos/Masthead/examples/Masthead.md +144 -1962
- package/docs/demos/Modal/examples/Modal.md +252 -4644
- package/docs/demos/Nav/examples/Nav.md +336 -6192
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +231 -3891
- package/docs/demos/Page/examples/Page.md +378 -6966
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +426 -5550
- package/docs/demos/Skeleton/examples/Skeleton.md +42 -774
- package/docs/demos/Table/examples/Table.md +752 -11732
- package/docs/demos/Tabs/examples/Tabs.md +252 -4644
- package/docs/demos/Toolbar/examples/Toolbar.md +84 -1548
- package/docs/demos/Wizard/examples/Wizard.md +378 -6966
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +9 -6
- package/patternfly-base-no-globals.css +9 -6
- package/patternfly-base-theme-dark-unversioned.css +9 -6
- package/patternfly-base.css +9 -6
- package/patternfly-no-globals.css +342 -23
- package/patternfly-theme-dark-unversioned.css +342 -23
- package/patternfly.css +342 -23
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/placeholders.scss +4 -0
- package/sass-utilities/themes/dark/placeholders.scss +4 -0
- package/RELEASE-NOTES.md +0 -1815
- package/UPGRADE-GUIDE.md +0 -1298
|
@@ -66,800 +66,68 @@ section: components
|
|
|
66
66
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
67
67
|
>
|
|
68
68
|
<div class="pf-v5-c-toolbar__item">
|
|
69
|
-
<
|
|
70
|
-
class="pf-v5-c-
|
|
69
|
+
<button
|
|
70
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
71
|
+
type="button"
|
|
72
|
+
aria-expanded="false"
|
|
71
73
|
aria-label="Application launcher"
|
|
72
|
-
id="drawer-collapsed-example-page-masthead-application-launcher"
|
|
73
74
|
>
|
|
74
|
-
<
|
|
75
|
-
|
|
76
|
-
type="button"
|
|
77
|
-
id="drawer-collapsed-example-page-masthead-application-launcher-button"
|
|
78
|
-
aria-expanded="false"
|
|
79
|
-
aria-label="Application launcher"
|
|
80
|
-
>
|
|
81
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
82
|
-
</button>
|
|
83
|
-
<div
|
|
84
|
-
class="pf-v5-c-app-launcher__menu pf-m-align-right"
|
|
85
|
-
hidden
|
|
86
|
-
>
|
|
87
|
-
<div class="pf-v5-c-app-launcher__menu-search">
|
|
88
|
-
<div class="pf-v5-c-text-input-group">
|
|
89
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
90
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
91
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
92
|
-
<i class="fas fa-fw fa-search"></i>
|
|
93
|
-
</span>
|
|
94
|
-
<input
|
|
95
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
96
|
-
type="text"
|
|
97
|
-
placeholder="Filer by name"
|
|
98
|
-
value
|
|
99
|
-
aria-label="Search input"
|
|
100
|
-
/>
|
|
101
|
-
</span>
|
|
102
|
-
</div>
|
|
103
|
-
</div>
|
|
104
|
-
</div>
|
|
105
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
106
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Favorites</h1>
|
|
107
|
-
<ul role="list">
|
|
108
|
-
<li
|
|
109
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
110
|
-
>
|
|
111
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
112
|
-
Link 1
|
|
113
|
-
<span
|
|
114
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
115
|
-
>
|
|
116
|
-
<i
|
|
117
|
-
class="fas fa-external-link-alt"
|
|
118
|
-
aria-hidden="true"
|
|
119
|
-
></i>
|
|
120
|
-
</span>
|
|
121
|
-
<span
|
|
122
|
-
class="pf-v5-screen-reader"
|
|
123
|
-
>(opens new window)</span>
|
|
124
|
-
</a>
|
|
125
|
-
<button
|
|
126
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
127
|
-
type="button"
|
|
128
|
-
aria-label="Favorite"
|
|
129
|
-
>
|
|
130
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
131
|
-
</button>
|
|
132
|
-
</li>
|
|
133
|
-
<li
|
|
134
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
135
|
-
>
|
|
136
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
137
|
-
Link 2
|
|
138
|
-
<span
|
|
139
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
140
|
-
>
|
|
141
|
-
<i
|
|
142
|
-
class="fas fa-external-link-alt"
|
|
143
|
-
aria-hidden="true"
|
|
144
|
-
></i>
|
|
145
|
-
</span>
|
|
146
|
-
<span
|
|
147
|
-
class="pf-v5-screen-reader"
|
|
148
|
-
>(opens new window)</span>
|
|
149
|
-
</a>
|
|
150
|
-
<button
|
|
151
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
152
|
-
type="button"
|
|
153
|
-
aria-label="Favorite"
|
|
154
|
-
>
|
|
155
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
156
|
-
</button>
|
|
157
|
-
</li>
|
|
158
|
-
</ul>
|
|
159
|
-
</section>
|
|
160
|
-
<hr class="pf-v5-c-divider" />
|
|
161
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
162
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
163
|
-
<ul role="list">
|
|
164
|
-
<li
|
|
165
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
166
|
-
>
|
|
167
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
168
|
-
Link 1
|
|
169
|
-
<span
|
|
170
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
171
|
-
>
|
|
172
|
-
<i
|
|
173
|
-
class="fas fa-external-link-alt"
|
|
174
|
-
aria-hidden="true"
|
|
175
|
-
></i>
|
|
176
|
-
</span>
|
|
177
|
-
<span
|
|
178
|
-
class="pf-v5-screen-reader"
|
|
179
|
-
>(opens new window)</span>
|
|
180
|
-
</a>
|
|
181
|
-
<button
|
|
182
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
183
|
-
type="button"
|
|
184
|
-
aria-label="Favorite"
|
|
185
|
-
>
|
|
186
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
187
|
-
</button>
|
|
188
|
-
</li>
|
|
189
|
-
<li
|
|
190
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
191
|
-
>
|
|
192
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
193
|
-
Link 2
|
|
194
|
-
<span
|
|
195
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
196
|
-
>
|
|
197
|
-
<i
|
|
198
|
-
class="fas fa-external-link-alt"
|
|
199
|
-
aria-hidden="true"
|
|
200
|
-
></i>
|
|
201
|
-
</span>
|
|
202
|
-
<span
|
|
203
|
-
class="pf-v5-screen-reader"
|
|
204
|
-
>(opens new window)</span>
|
|
205
|
-
</a>
|
|
206
|
-
<button
|
|
207
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
208
|
-
type="button"
|
|
209
|
-
aria-label="Favorite"
|
|
210
|
-
>
|
|
211
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
212
|
-
</button>
|
|
213
|
-
</li>
|
|
214
|
-
</ul>
|
|
215
|
-
</section>
|
|
216
|
-
</div>
|
|
217
|
-
</nav>
|
|
75
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
76
|
+
</button>
|
|
218
77
|
</div>
|
|
219
78
|
<div class="pf-v5-c-toolbar__item">
|
|
220
|
-
<
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
229
|
-
</button>
|
|
230
|
-
<ul
|
|
231
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
232
|
-
aria-labelledby="drawer-collapsed-example-page-masthead-settings-button"
|
|
233
|
-
hidden
|
|
234
|
-
>
|
|
235
|
-
<li>
|
|
236
|
-
<button
|
|
237
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
238
|
-
type="button"
|
|
239
|
-
>Settings</button>
|
|
240
|
-
</li>
|
|
241
|
-
<li>
|
|
242
|
-
<button
|
|
243
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
244
|
-
type="button"
|
|
245
|
-
>Use the beta release</button>
|
|
246
|
-
</li>
|
|
247
|
-
</ul>
|
|
248
|
-
</div>
|
|
79
|
+
<button
|
|
80
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
81
|
+
type="button"
|
|
82
|
+
aria-expanded="false"
|
|
83
|
+
aria-label="Settings"
|
|
84
|
+
>
|
|
85
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
86
|
+
</button>
|
|
249
87
|
</div>
|
|
250
88
|
<div class="pf-v5-c-toolbar__item">
|
|
251
|
-
<div class="pf-v5-c-dropdown">
|
|
252
|
-
<button
|
|
253
|
-
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
254
|
-
id="drawer-collapsed-example-page-masthead-help-button"
|
|
255
|
-
aria-expanded="false"
|
|
256
|
-
type="button"
|
|
257
|
-
aria-label="Help"
|
|
258
|
-
>
|
|
259
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
260
|
-
</button>
|
|
261
|
-
<ul
|
|
262
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
263
|
-
aria-labelledby="drawer-collapsed-example-page-masthead-help-button"
|
|
264
|
-
hidden
|
|
265
|
-
>
|
|
266
|
-
<li>
|
|
267
|
-
<button
|
|
268
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
269
|
-
type="button"
|
|
270
|
-
>Support options</button>
|
|
271
|
-
</li>
|
|
272
|
-
<li>
|
|
273
|
-
<button
|
|
274
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
275
|
-
type="button"
|
|
276
|
-
>Open support case</button>
|
|
277
|
-
</li>
|
|
278
|
-
<li>
|
|
279
|
-
<button
|
|
280
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
281
|
-
type="button"
|
|
282
|
-
>API documentation</button>
|
|
283
|
-
</li>
|
|
284
|
-
</ul>
|
|
285
|
-
</div>
|
|
286
|
-
</div>
|
|
287
|
-
</div>
|
|
288
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
289
|
-
<div class="pf-v5-c-dropdown">
|
|
290
89
|
<button
|
|
291
90
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
292
91
|
type="button"
|
|
293
92
|
aria-expanded="false"
|
|
294
|
-
aria-label="
|
|
93
|
+
aria-label="Help"
|
|
295
94
|
>
|
|
296
|
-
<i class="fas fa-
|
|
95
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
297
96
|
</button>
|
|
298
|
-
<div
|
|
299
|
-
class="pf-v5-c-menu pf-m-drilldown pf-m-align-right"
|
|
300
|
-
hidden
|
|
301
|
-
>
|
|
302
|
-
<div class="pf-v5-c-menu__content">
|
|
303
|
-
<section class="pf-v5-c-menu__group pf-m-hidden-on-sm">
|
|
304
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
305
|
-
<li
|
|
306
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
307
|
-
role="none"
|
|
308
|
-
>
|
|
309
|
-
<button
|
|
310
|
-
class="pf-v5-c-menu__item"
|
|
311
|
-
type="button"
|
|
312
|
-
disabled
|
|
313
|
-
role="menuitem"
|
|
314
|
-
>
|
|
315
|
-
<span class="pf-v5-c-menu__item-description">
|
|
316
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
317
|
-
<div class="pf-v5-u-font-size-md">ned_username</div>
|
|
318
|
-
</span>
|
|
319
|
-
</button>
|
|
320
|
-
</li>
|
|
321
|
-
<li
|
|
322
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
323
|
-
role="none"
|
|
324
|
-
>
|
|
325
|
-
<button
|
|
326
|
-
class="pf-v5-c-menu__item"
|
|
327
|
-
type="button"
|
|
328
|
-
disabled
|
|
329
|
-
role="menuitem"
|
|
330
|
-
>
|
|
331
|
-
<span class="pf-v5-c-menu__item-description">
|
|
332
|
-
<div
|
|
333
|
-
class="pf-v5-u-font-size-sm"
|
|
334
|
-
>Account number:</div>
|
|
335
|
-
<div class="pf-v5-u-font-size-md">123456789</div>
|
|
336
|
-
</span>
|
|
337
|
-
</button>
|
|
338
|
-
</li>
|
|
339
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
340
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
341
|
-
<button
|
|
342
|
-
class="pf-v5-c-menu__item"
|
|
343
|
-
type="button"
|
|
344
|
-
role="menuitem"
|
|
345
|
-
>
|
|
346
|
-
<span class="pf-v5-c-menu__item-main">
|
|
347
|
-
<span class="pf-v5-c-menu__item-text">My profile</span>
|
|
348
|
-
</span>
|
|
349
|
-
</button>
|
|
350
|
-
</li>
|
|
351
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
352
|
-
<button
|
|
353
|
-
class="pf-v5-c-menu__item"
|
|
354
|
-
type="button"
|
|
355
|
-
role="menuitem"
|
|
356
|
-
>
|
|
357
|
-
<span class="pf-v5-c-menu__item-main">
|
|
358
|
-
<span
|
|
359
|
-
class="pf-v5-c-menu__item-text"
|
|
360
|
-
>User management</span>
|
|
361
|
-
</span>
|
|
362
|
-
</button>
|
|
363
|
-
</li>
|
|
364
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
365
|
-
<button
|
|
366
|
-
class="pf-v5-c-menu__item"
|
|
367
|
-
type="button"
|
|
368
|
-
role="menuitem"
|
|
369
|
-
>
|
|
370
|
-
<span class="pf-v5-c-menu__item-main">
|
|
371
|
-
<span class="pf-v5-c-menu__item-text">Logout</span>
|
|
372
|
-
</span>
|
|
373
|
-
</button>
|
|
374
|
-
</li>
|
|
375
|
-
</ul>
|
|
376
|
-
</section>
|
|
377
|
-
<hr class="pf-v5-c-divider pf-m-hidden-on-sm" />
|
|
378
|
-
<section class="pf-v5-c-menu__group">
|
|
379
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
380
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
381
|
-
<button
|
|
382
|
-
class="pf-v5-c-menu__item"
|
|
383
|
-
type="button"
|
|
384
|
-
role="menuitem"
|
|
385
|
-
aria-expanded="false"
|
|
386
|
-
>
|
|
387
|
-
<span class="pf-v5-c-menu__item-main">
|
|
388
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
389
|
-
<i
|
|
390
|
-
class="fas fa-fw fa-cog"
|
|
391
|
-
aria-hidden="true"
|
|
392
|
-
></i>
|
|
393
|
-
</span>
|
|
394
|
-
<span class="pf-v5-c-menu__item-text">Settings</span>
|
|
395
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
396
|
-
<i class="fas fa-angle-right"></i>
|
|
397
|
-
</span>
|
|
398
|
-
</span>
|
|
399
|
-
</button>
|
|
400
|
-
<div class="pf-v5-c-menu" hidden>
|
|
401
|
-
<div class="pf-v5-c-menu__content">
|
|
402
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
403
|
-
<li
|
|
404
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
405
|
-
role="none"
|
|
406
|
-
>
|
|
407
|
-
<button
|
|
408
|
-
class="pf-v5-c-menu__item"
|
|
409
|
-
type="button"
|
|
410
|
-
role="menuitem"
|
|
411
|
-
>
|
|
412
|
-
<span class="pf-v5-c-menu__item-main">
|
|
413
|
-
<span
|
|
414
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
415
|
-
>
|
|
416
|
-
<i class="fas fa-angle-left"></i>
|
|
417
|
-
</span>
|
|
418
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
419
|
-
<i
|
|
420
|
-
class="fas fa-fw fa-cog"
|
|
421
|
-
aria-hidden="true"
|
|
422
|
-
></i>
|
|
423
|
-
</span>
|
|
424
|
-
<span
|
|
425
|
-
class="pf-v5-c-menu__item-text"
|
|
426
|
-
>Settings</span>
|
|
427
|
-
</span>
|
|
428
|
-
</button>
|
|
429
|
-
</li>
|
|
430
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
431
|
-
<li
|
|
432
|
-
class="pf-v5-c-menu__list-item"
|
|
433
|
-
role="none"
|
|
434
|
-
>
|
|
435
|
-
<a
|
|
436
|
-
class="pf-v5-c-menu__item"
|
|
437
|
-
href="#"
|
|
438
|
-
role="menuitem"
|
|
439
|
-
>
|
|
440
|
-
<span class="pf-v5-c-menu__item-main">
|
|
441
|
-
<span
|
|
442
|
-
class="pf-v5-c-menu__item-text"
|
|
443
|
-
>Customer support</span>
|
|
444
|
-
</span>
|
|
445
|
-
</a>
|
|
446
|
-
</li>
|
|
447
|
-
<li
|
|
448
|
-
class="pf-v5-c-menu__list-item"
|
|
449
|
-
role="none"
|
|
450
|
-
>
|
|
451
|
-
<a
|
|
452
|
-
class="pf-v5-c-menu__item"
|
|
453
|
-
href="#"
|
|
454
|
-
role="menuitem"
|
|
455
|
-
>
|
|
456
|
-
<span class="pf-v5-c-menu__item-main">
|
|
457
|
-
<span
|
|
458
|
-
class="pf-v5-c-menu__item-text"
|
|
459
|
-
>About</span>
|
|
460
|
-
</span>
|
|
461
|
-
</a>
|
|
462
|
-
</li>
|
|
463
|
-
</ul>
|
|
464
|
-
</div>
|
|
465
|
-
</div>
|
|
466
|
-
</li>
|
|
467
|
-
|
|
468
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
469
|
-
<button
|
|
470
|
-
class="pf-v5-c-menu__item"
|
|
471
|
-
type="button"
|
|
472
|
-
role="menuitem"
|
|
473
|
-
aria-expanded="false"
|
|
474
|
-
>
|
|
475
|
-
<span class="pf-v5-c-menu__item-main">
|
|
476
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
477
|
-
<i
|
|
478
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
479
|
-
aria-hidden="true"
|
|
480
|
-
></i>
|
|
481
|
-
</span>
|
|
482
|
-
<span class="pf-v5-c-menu__item-text">Help</span>
|
|
483
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
484
|
-
<i class="fas fa-angle-right"></i>
|
|
485
|
-
</span>
|
|
486
|
-
</span>
|
|
487
|
-
</button>
|
|
488
|
-
<div class="pf-v5-c-menu" hidden>
|
|
489
|
-
<div class="pf-v5-c-menu__content">
|
|
490
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
491
|
-
<li
|
|
492
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
493
|
-
role="none"
|
|
494
|
-
>
|
|
495
|
-
<button
|
|
496
|
-
class="pf-v5-c-menu__item"
|
|
497
|
-
type="button"
|
|
498
|
-
role="menuitem"
|
|
499
|
-
>
|
|
500
|
-
<span class="pf-v5-c-menu__item-main">
|
|
501
|
-
<span
|
|
502
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
503
|
-
>
|
|
504
|
-
<i class="fas fa-angle-left"></i>
|
|
505
|
-
</span>
|
|
506
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
507
|
-
<i
|
|
508
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
509
|
-
aria-hidden="true"
|
|
510
|
-
></i>
|
|
511
|
-
</span>
|
|
512
|
-
<span
|
|
513
|
-
class="pf-v5-c-menu__item-text"
|
|
514
|
-
>Help</span>
|
|
515
|
-
</span>
|
|
516
|
-
</button>
|
|
517
|
-
</li>
|
|
518
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
519
|
-
<li
|
|
520
|
-
class="pf-v5-c-menu__list-item"
|
|
521
|
-
role="none"
|
|
522
|
-
>
|
|
523
|
-
<a
|
|
524
|
-
class="pf-v5-c-menu__item"
|
|
525
|
-
href="#"
|
|
526
|
-
role="menuitem"
|
|
527
|
-
>
|
|
528
|
-
<span class="pf-v5-c-menu__item-main">
|
|
529
|
-
<span
|
|
530
|
-
class="pf-v5-c-menu__item-text"
|
|
531
|
-
>Support options</span>
|
|
532
|
-
</span>
|
|
533
|
-
</a>
|
|
534
|
-
</li>
|
|
535
|
-
<li
|
|
536
|
-
class="pf-v5-c-menu__list-item"
|
|
537
|
-
role="none"
|
|
538
|
-
>
|
|
539
|
-
<a
|
|
540
|
-
class="pf-v5-c-menu__item"
|
|
541
|
-
href="#"
|
|
542
|
-
role="menuitem"
|
|
543
|
-
>
|
|
544
|
-
<span class="pf-v5-c-menu__item-main">
|
|
545
|
-
<span
|
|
546
|
-
class="pf-v5-c-menu__item-text"
|
|
547
|
-
>Open support case</span>
|
|
548
|
-
</span>
|
|
549
|
-
</a>
|
|
550
|
-
</li>
|
|
551
|
-
<li
|
|
552
|
-
class="pf-v5-c-menu__list-item"
|
|
553
|
-
role="none"
|
|
554
|
-
>
|
|
555
|
-
<a
|
|
556
|
-
class="pf-v5-c-menu__item"
|
|
557
|
-
href="#"
|
|
558
|
-
role="menuitem"
|
|
559
|
-
>
|
|
560
|
-
<span class="pf-v5-c-menu__item-main">
|
|
561
|
-
<span
|
|
562
|
-
class="pf-v5-c-menu__item-text"
|
|
563
|
-
>API documentation</span>
|
|
564
|
-
</span>
|
|
565
|
-
</a>
|
|
566
|
-
</li>
|
|
567
|
-
</ul>
|
|
568
|
-
</div>
|
|
569
|
-
</div>
|
|
570
|
-
</li>
|
|
571
|
-
|
|
572
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
573
|
-
<button
|
|
574
|
-
class="pf-v5-c-menu__item"
|
|
575
|
-
type="button"
|
|
576
|
-
role="menuitem"
|
|
577
|
-
>
|
|
578
|
-
<span class="pf-v5-c-menu__item-main">
|
|
579
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
580
|
-
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
581
|
-
</span>
|
|
582
|
-
<span
|
|
583
|
-
class="pf-v5-c-menu__item-text"
|
|
584
|
-
>Application launcher</span>
|
|
585
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
586
|
-
<i class="fas fa-angle-right"></i>
|
|
587
|
-
</span>
|
|
588
|
-
</span>
|
|
589
|
-
</button>
|
|
590
|
-
<div class="pf-v5-c-menu" hidden>
|
|
591
|
-
<div class="pf-v5-c-menu__header">
|
|
592
|
-
<button
|
|
593
|
-
class="pf-v5-c-menu__item"
|
|
594
|
-
type="button"
|
|
595
|
-
role="menuitem"
|
|
596
|
-
>
|
|
597
|
-
<span class="pf-v5-c-menu__item-main">
|
|
598
|
-
<span
|
|
599
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
600
|
-
>
|
|
601
|
-
<i class="fas fa-angle-left"></i>
|
|
602
|
-
</span>
|
|
603
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
604
|
-
<i
|
|
605
|
-
class="fas fa-fw fa-th"
|
|
606
|
-
aria-hidden="true"
|
|
607
|
-
></i>
|
|
608
|
-
</span>
|
|
609
|
-
<span
|
|
610
|
-
class="pf-v5-c-menu__item-text"
|
|
611
|
-
>Application launcher</span>
|
|
612
|
-
</span>
|
|
613
|
-
</button>
|
|
614
|
-
</div>
|
|
615
|
-
<div class="pf-v5-c-menu__search">
|
|
616
|
-
<div class="pf-v5-c-menu__search-input">
|
|
617
|
-
<div class="pf-v5-c-text-input-group">
|
|
618
|
-
<div
|
|
619
|
-
class="pf-v5-c-text-input-group__main pf-m-icon"
|
|
620
|
-
>
|
|
621
|
-
<span
|
|
622
|
-
class="pf-v5-c-text-input-group__text"
|
|
623
|
-
>
|
|
624
|
-
<span
|
|
625
|
-
class="pf-v5-c-text-input-group__icon"
|
|
626
|
-
>
|
|
627
|
-
<i class="fas fa-fw fa-search"></i>
|
|
628
|
-
</span>
|
|
629
|
-
<input
|
|
630
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
631
|
-
type="text"
|
|
632
|
-
placeholder="Search"
|
|
633
|
-
value
|
|
634
|
-
aria-label="Search input"
|
|
635
|
-
/>
|
|
636
|
-
</span>
|
|
637
|
-
</div>
|
|
638
|
-
</div>
|
|
639
|
-
</div>
|
|
640
|
-
</div>
|
|
641
|
-
<hr class="pf-v5-c-divider" />
|
|
642
|
-
<section class="pf-v5-c-menu__group">
|
|
643
|
-
<h1 class="pf-v5-c-menu__group-title">Favorites</h1>
|
|
644
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
645
|
-
<li
|
|
646
|
-
class="pf-v5-c-menu__list-item"
|
|
647
|
-
role="none"
|
|
648
|
-
>
|
|
649
|
-
<a
|
|
650
|
-
class="pf-v5-c-menu__item"
|
|
651
|
-
href="#"
|
|
652
|
-
role="menuitem"
|
|
653
|
-
>
|
|
654
|
-
<span class="pf-v5-c-menu__item-main">
|
|
655
|
-
<span
|
|
656
|
-
class="pf-v5-c-menu__item-text"
|
|
657
|
-
>Link 1</span>
|
|
658
|
-
</span>
|
|
659
|
-
</a>
|
|
660
|
-
<button
|
|
661
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
662
|
-
type="button"
|
|
663
|
-
aria-label="Starred"
|
|
664
|
-
>
|
|
665
|
-
<span
|
|
666
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
667
|
-
>
|
|
668
|
-
<i
|
|
669
|
-
class="fas fa-star"
|
|
670
|
-
aria-hidden="true"
|
|
671
|
-
></i>
|
|
672
|
-
</span>
|
|
673
|
-
</button>
|
|
674
|
-
</li>
|
|
675
|
-
<li
|
|
676
|
-
class="pf-v5-c-menu__list-item"
|
|
677
|
-
role="none"
|
|
678
|
-
>
|
|
679
|
-
<a
|
|
680
|
-
class="pf-v5-c-menu__item"
|
|
681
|
-
href="#"
|
|
682
|
-
role="menuitem"
|
|
683
|
-
target="_blank"
|
|
684
|
-
>
|
|
685
|
-
<span class="pf-v5-c-menu__item-main">
|
|
686
|
-
<span
|
|
687
|
-
class="pf-v5-c-menu__item-text"
|
|
688
|
-
>Link 2</span>
|
|
689
|
-
<span
|
|
690
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
691
|
-
>
|
|
692
|
-
<i
|
|
693
|
-
class="fas fa-external-link-alt"
|
|
694
|
-
aria-hidden="true"
|
|
695
|
-
></i>
|
|
696
|
-
</span>
|
|
697
|
-
<span
|
|
698
|
-
class="pf-v5-screen-reader"
|
|
699
|
-
>(opens new window)</span>
|
|
700
|
-
</span>
|
|
701
|
-
</a>
|
|
702
|
-
<button
|
|
703
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
704
|
-
type="button"
|
|
705
|
-
aria-label="Not starred"
|
|
706
|
-
>
|
|
707
|
-
<span
|
|
708
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
709
|
-
>
|
|
710
|
-
<i
|
|
711
|
-
class="fas fa-star"
|
|
712
|
-
aria-hidden="true"
|
|
713
|
-
></i>
|
|
714
|
-
</span>
|
|
715
|
-
</button>
|
|
716
|
-
</li>
|
|
717
|
-
</ul>
|
|
718
|
-
</section>
|
|
719
|
-
<hr class="pf-v5-c-divider" />
|
|
720
|
-
<section class="pf-v5-c-menu__group">
|
|
721
|
-
<h1 class="pf-v5-c-menu__group-title">Group 1</h1>
|
|
722
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
723
|
-
<li
|
|
724
|
-
class="pf-v5-c-menu__list-item"
|
|
725
|
-
role="none"
|
|
726
|
-
>
|
|
727
|
-
<a
|
|
728
|
-
class="pf-v5-c-menu__item"
|
|
729
|
-
href="#"
|
|
730
|
-
role="menuitem"
|
|
731
|
-
>
|
|
732
|
-
<span class="pf-v5-c-menu__item-main">
|
|
733
|
-
<span
|
|
734
|
-
class="pf-v5-c-menu__item-text"
|
|
735
|
-
>Link 1</span>
|
|
736
|
-
</span>
|
|
737
|
-
</a>
|
|
738
|
-
<button
|
|
739
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
740
|
-
type="button"
|
|
741
|
-
aria-label="Not starred"
|
|
742
|
-
>
|
|
743
|
-
<span
|
|
744
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
745
|
-
>
|
|
746
|
-
<i
|
|
747
|
-
class="fas fa-star"
|
|
748
|
-
aria-hidden="true"
|
|
749
|
-
></i>
|
|
750
|
-
</span>
|
|
751
|
-
</button>
|
|
752
|
-
</li>
|
|
753
|
-
<li
|
|
754
|
-
class="pf-v5-c-menu__list-item"
|
|
755
|
-
role="none"
|
|
756
|
-
>
|
|
757
|
-
<a
|
|
758
|
-
class="pf-v5-c-menu__item"
|
|
759
|
-
href="#"
|
|
760
|
-
role="menuitem"
|
|
761
|
-
target="_blank"
|
|
762
|
-
>
|
|
763
|
-
<span class="pf-v5-c-menu__item-main">
|
|
764
|
-
<span
|
|
765
|
-
class="pf-v5-c-menu__item-text"
|
|
766
|
-
>Link 2</span>
|
|
767
|
-
<span
|
|
768
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
769
|
-
>
|
|
770
|
-
<i
|
|
771
|
-
class="fas fa-external-link-alt"
|
|
772
|
-
aria-hidden="true"
|
|
773
|
-
></i>
|
|
774
|
-
</span>
|
|
775
|
-
<span
|
|
776
|
-
class="pf-v5-screen-reader"
|
|
777
|
-
>(opens new window)</span>
|
|
778
|
-
</span>
|
|
779
|
-
</a>
|
|
780
|
-
<button
|
|
781
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
782
|
-
type="button"
|
|
783
|
-
aria-label="Starred"
|
|
784
|
-
>
|
|
785
|
-
<span
|
|
786
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
787
|
-
>
|
|
788
|
-
<i
|
|
789
|
-
class="fas fa-star"
|
|
790
|
-
aria-hidden="true"
|
|
791
|
-
></i>
|
|
792
|
-
</span>
|
|
793
|
-
</button>
|
|
794
|
-
</li>
|
|
795
|
-
</ul>
|
|
796
|
-
</section>
|
|
797
|
-
</div>
|
|
798
|
-
</li>
|
|
799
|
-
</ul>
|
|
800
|
-
</section>
|
|
801
|
-
</div>
|
|
802
|
-
</div>
|
|
803
97
|
</div>
|
|
804
98
|
</div>
|
|
805
|
-
|
|
806
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
807
|
-
<div
|
|
808
|
-
class="pf-v5-c-dropdown pf-m-full-height"
|
|
809
|
-
style="--pf-v5-c-dropdown--MaxWidth: 20ch;"
|
|
810
|
-
>
|
|
99
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
811
100
|
<button
|
|
812
|
-
class="pf-v5-c-
|
|
813
|
-
id="drawer-collapsed-example-page-masthead-profile-button"
|
|
814
|
-
aria-expanded="false"
|
|
101
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
815
102
|
type="button"
|
|
103
|
+
aria-expanded="false"
|
|
104
|
+
aria-label="Actions"
|
|
816
105
|
>
|
|
817
|
-
<
|
|
818
|
-
<img
|
|
819
|
-
class="pf-v5-c-avatar"
|
|
820
|
-
alt="Avatar image"
|
|
821
|
-
src="/assets/images/img_avatar-light.svg"
|
|
822
|
-
/>
|
|
823
|
-
</span>
|
|
824
|
-
<span class="pf-v5-c-dropdown__toggle-text">Ned Username</span>
|
|
825
|
-
<span class="pf-v5-c-dropdown__toggle-icon">
|
|
826
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
827
|
-
</span>
|
|
106
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
828
107
|
</button>
|
|
829
|
-
<div class="pf-v5-c-dropdown__menu" hidden>
|
|
830
|
-
<section class="pf-v5-c-dropdown__group">
|
|
831
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
832
|
-
<div class="pf-v5-u-font-size-sm">Account number:</div>
|
|
833
|
-
<div>123456789</div>
|
|
834
|
-
</div>
|
|
835
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
836
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
837
|
-
<div>mshaksho@redhat.com</div>
|
|
838
|
-
</div>
|
|
839
|
-
</section>
|
|
840
|
-
<hr class="pf-v5-c-divider" />
|
|
841
|
-
<section class="pf-v5-c-dropdown__group">
|
|
842
|
-
<ul>
|
|
843
|
-
<li>
|
|
844
|
-
<a
|
|
845
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
846
|
-
href="#"
|
|
847
|
-
>My profile</a>
|
|
848
|
-
</li>
|
|
849
|
-
<li>
|
|
850
|
-
<a
|
|
851
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
852
|
-
href="#"
|
|
853
|
-
>User management</a>
|
|
854
|
-
</li>
|
|
855
|
-
<li>
|
|
856
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Logout</a>
|
|
857
|
-
</li>
|
|
858
|
-
</ul>
|
|
859
|
-
</section>
|
|
860
|
-
</div>
|
|
861
108
|
</div>
|
|
862
109
|
</div>
|
|
110
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
111
|
+
<button
|
|
112
|
+
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
113
|
+
type="button"
|
|
114
|
+
aria-expanded="false"
|
|
115
|
+
>
|
|
116
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
117
|
+
<img
|
|
118
|
+
class="pf-v5-c-avatar"
|
|
119
|
+
alt="Avatar image"
|
|
120
|
+
src="/assets/images/img_avatar-light.svg"
|
|
121
|
+
/>
|
|
122
|
+
</span>
|
|
123
|
+
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
124
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
125
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
126
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
127
|
+
</span>
|
|
128
|
+
</span>
|
|
129
|
+
</button>
|
|
130
|
+
</div>
|
|
863
131
|
</div>
|
|
864
132
|
</div>
|
|
865
133
|
</div>
|
|
@@ -1660,800 +928,68 @@ section: components
|
|
|
1660
928
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
1661
929
|
>
|
|
1662
930
|
<div class="pf-v5-c-toolbar__item">
|
|
1663
|
-
<
|
|
1664
|
-
class="pf-v5-c-
|
|
931
|
+
<button
|
|
932
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
933
|
+
type="button"
|
|
934
|
+
aria-expanded="false"
|
|
1665
935
|
aria-label="Application launcher"
|
|
1666
|
-
id="drawer-expanded-read-example-page-masthead-application-launcher"
|
|
1667
936
|
>
|
|
1668
|
-
<
|
|
1669
|
-
|
|
1670
|
-
type="button"
|
|
1671
|
-
id="drawer-expanded-read-example-page-masthead-application-launcher-button"
|
|
1672
|
-
aria-expanded="false"
|
|
1673
|
-
aria-label="Application launcher"
|
|
1674
|
-
>
|
|
1675
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1676
|
-
</button>
|
|
1677
|
-
<div
|
|
1678
|
-
class="pf-v5-c-app-launcher__menu pf-m-align-right"
|
|
1679
|
-
hidden
|
|
1680
|
-
>
|
|
1681
|
-
<div class="pf-v5-c-app-launcher__menu-search">
|
|
1682
|
-
<div class="pf-v5-c-text-input-group">
|
|
1683
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
1684
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
1685
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
1686
|
-
<i class="fas fa-fw fa-search"></i>
|
|
1687
|
-
</span>
|
|
1688
|
-
<input
|
|
1689
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
1690
|
-
type="text"
|
|
1691
|
-
placeholder="Filer by name"
|
|
1692
|
-
value
|
|
1693
|
-
aria-label="Search input"
|
|
1694
|
-
/>
|
|
1695
|
-
</span>
|
|
1696
|
-
</div>
|
|
1697
|
-
</div>
|
|
1698
|
-
</div>
|
|
1699
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
1700
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Favorites</h1>
|
|
1701
|
-
<ul role="list">
|
|
1702
|
-
<li
|
|
1703
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1704
|
-
>
|
|
1705
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
1706
|
-
Link 1
|
|
1707
|
-
<span
|
|
1708
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
1709
|
-
>
|
|
1710
|
-
<i
|
|
1711
|
-
class="fas fa-external-link-alt"
|
|
1712
|
-
aria-hidden="true"
|
|
1713
|
-
></i>
|
|
1714
|
-
</span>
|
|
1715
|
-
<span
|
|
1716
|
-
class="pf-v5-screen-reader"
|
|
1717
|
-
>(opens new window)</span>
|
|
1718
|
-
</a>
|
|
1719
|
-
<button
|
|
1720
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
1721
|
-
type="button"
|
|
1722
|
-
aria-label="Favorite"
|
|
1723
|
-
>
|
|
1724
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
1725
|
-
</button>
|
|
1726
|
-
</li>
|
|
1727
|
-
<li
|
|
1728
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
1729
|
-
>
|
|
1730
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
1731
|
-
Link 2
|
|
1732
|
-
<span
|
|
1733
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
1734
|
-
>
|
|
1735
|
-
<i
|
|
1736
|
-
class="fas fa-external-link-alt"
|
|
1737
|
-
aria-hidden="true"
|
|
1738
|
-
></i>
|
|
1739
|
-
</span>
|
|
1740
|
-
<span
|
|
1741
|
-
class="pf-v5-screen-reader"
|
|
1742
|
-
>(opens new window)</span>
|
|
1743
|
-
</a>
|
|
1744
|
-
<button
|
|
1745
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
1746
|
-
type="button"
|
|
1747
|
-
aria-label="Favorite"
|
|
1748
|
-
>
|
|
1749
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
1750
|
-
</button>
|
|
1751
|
-
</li>
|
|
1752
|
-
</ul>
|
|
1753
|
-
</section>
|
|
1754
|
-
<hr class="pf-v5-c-divider" />
|
|
1755
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
1756
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
1757
|
-
<ul role="list">
|
|
1758
|
-
<li
|
|
1759
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
1760
|
-
>
|
|
1761
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
1762
|
-
Link 1
|
|
1763
|
-
<span
|
|
1764
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
1765
|
-
>
|
|
1766
|
-
<i
|
|
1767
|
-
class="fas fa-external-link-alt"
|
|
1768
|
-
aria-hidden="true"
|
|
1769
|
-
></i>
|
|
1770
|
-
</span>
|
|
1771
|
-
<span
|
|
1772
|
-
class="pf-v5-screen-reader"
|
|
1773
|
-
>(opens new window)</span>
|
|
1774
|
-
</a>
|
|
1775
|
-
<button
|
|
1776
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
1777
|
-
type="button"
|
|
1778
|
-
aria-label="Favorite"
|
|
1779
|
-
>
|
|
1780
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
1781
|
-
</button>
|
|
1782
|
-
</li>
|
|
1783
|
-
<li
|
|
1784
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
1785
|
-
>
|
|
1786
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
1787
|
-
Link 2
|
|
1788
|
-
<span
|
|
1789
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
1790
|
-
>
|
|
1791
|
-
<i
|
|
1792
|
-
class="fas fa-external-link-alt"
|
|
1793
|
-
aria-hidden="true"
|
|
1794
|
-
></i>
|
|
1795
|
-
</span>
|
|
1796
|
-
<span
|
|
1797
|
-
class="pf-v5-screen-reader"
|
|
1798
|
-
>(opens new window)</span>
|
|
1799
|
-
</a>
|
|
1800
|
-
<button
|
|
1801
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
1802
|
-
type="button"
|
|
1803
|
-
aria-label="Favorite"
|
|
1804
|
-
>
|
|
1805
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
1806
|
-
</button>
|
|
1807
|
-
</li>
|
|
1808
|
-
</ul>
|
|
1809
|
-
</section>
|
|
1810
|
-
</div>
|
|
1811
|
-
</nav>
|
|
937
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
938
|
+
</button>
|
|
1812
939
|
</div>
|
|
1813
940
|
<div class="pf-v5-c-toolbar__item">
|
|
1814
|
-
<
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1823
|
-
</button>
|
|
1824
|
-
<ul
|
|
1825
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
1826
|
-
aria-labelledby="drawer-expanded-read-example-page-masthead-settings-button"
|
|
1827
|
-
hidden
|
|
1828
|
-
>
|
|
1829
|
-
<li>
|
|
1830
|
-
<button
|
|
1831
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1832
|
-
type="button"
|
|
1833
|
-
>Settings</button>
|
|
1834
|
-
</li>
|
|
1835
|
-
<li>
|
|
1836
|
-
<button
|
|
1837
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1838
|
-
type="button"
|
|
1839
|
-
>Use the beta release</button>
|
|
1840
|
-
</li>
|
|
1841
|
-
</ul>
|
|
1842
|
-
</div>
|
|
941
|
+
<button
|
|
942
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
943
|
+
type="button"
|
|
944
|
+
aria-expanded="false"
|
|
945
|
+
aria-label="Settings"
|
|
946
|
+
>
|
|
947
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
948
|
+
</button>
|
|
1843
949
|
</div>
|
|
1844
950
|
<div class="pf-v5-c-toolbar__item">
|
|
1845
|
-
<div class="pf-v5-c-dropdown">
|
|
1846
|
-
<button
|
|
1847
|
-
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
1848
|
-
id="drawer-expanded-read-example-page-masthead-help-button"
|
|
1849
|
-
aria-expanded="false"
|
|
1850
|
-
type="button"
|
|
1851
|
-
aria-label="Help"
|
|
1852
|
-
>
|
|
1853
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1854
|
-
</button>
|
|
1855
|
-
<ul
|
|
1856
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
1857
|
-
aria-labelledby="drawer-expanded-read-example-page-masthead-help-button"
|
|
1858
|
-
hidden
|
|
1859
|
-
>
|
|
1860
|
-
<li>
|
|
1861
|
-
<button
|
|
1862
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1863
|
-
type="button"
|
|
1864
|
-
>Support options</button>
|
|
1865
|
-
</li>
|
|
1866
|
-
<li>
|
|
1867
|
-
<button
|
|
1868
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1869
|
-
type="button"
|
|
1870
|
-
>Open support case</button>
|
|
1871
|
-
</li>
|
|
1872
|
-
<li>
|
|
1873
|
-
<button
|
|
1874
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
1875
|
-
type="button"
|
|
1876
|
-
>API documentation</button>
|
|
1877
|
-
</li>
|
|
1878
|
-
</ul>
|
|
1879
|
-
</div>
|
|
1880
|
-
</div>
|
|
1881
|
-
</div>
|
|
1882
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
1883
|
-
<div class="pf-v5-c-dropdown">
|
|
1884
951
|
<button
|
|
1885
952
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1886
953
|
type="button"
|
|
1887
954
|
aria-expanded="false"
|
|
1888
|
-
aria-label="
|
|
955
|
+
aria-label="Help"
|
|
1889
956
|
>
|
|
1890
|
-
<i class="fas fa-
|
|
957
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1891
958
|
</button>
|
|
1892
|
-
<div
|
|
1893
|
-
class="pf-v5-c-menu pf-m-drilldown pf-m-align-right"
|
|
1894
|
-
hidden
|
|
1895
|
-
>
|
|
1896
|
-
<div class="pf-v5-c-menu__content">
|
|
1897
|
-
<section class="pf-v5-c-menu__group pf-m-hidden-on-sm">
|
|
1898
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
1899
|
-
<li
|
|
1900
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
1901
|
-
role="none"
|
|
1902
|
-
>
|
|
1903
|
-
<button
|
|
1904
|
-
class="pf-v5-c-menu__item"
|
|
1905
|
-
type="button"
|
|
1906
|
-
disabled
|
|
1907
|
-
role="menuitem"
|
|
1908
|
-
>
|
|
1909
|
-
<span class="pf-v5-c-menu__item-description">
|
|
1910
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
1911
|
-
<div class="pf-v5-u-font-size-md">ned_username</div>
|
|
1912
|
-
</span>
|
|
1913
|
-
</button>
|
|
1914
|
-
</li>
|
|
1915
|
-
<li
|
|
1916
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
1917
|
-
role="none"
|
|
1918
|
-
>
|
|
1919
|
-
<button
|
|
1920
|
-
class="pf-v5-c-menu__item"
|
|
1921
|
-
type="button"
|
|
1922
|
-
disabled
|
|
1923
|
-
role="menuitem"
|
|
1924
|
-
>
|
|
1925
|
-
<span class="pf-v5-c-menu__item-description">
|
|
1926
|
-
<div
|
|
1927
|
-
class="pf-v5-u-font-size-sm"
|
|
1928
|
-
>Account number:</div>
|
|
1929
|
-
<div class="pf-v5-u-font-size-md">123456789</div>
|
|
1930
|
-
</span>
|
|
1931
|
-
</button>
|
|
1932
|
-
</li>
|
|
1933
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
1934
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
1935
|
-
<button
|
|
1936
|
-
class="pf-v5-c-menu__item"
|
|
1937
|
-
type="button"
|
|
1938
|
-
role="menuitem"
|
|
1939
|
-
>
|
|
1940
|
-
<span class="pf-v5-c-menu__item-main">
|
|
1941
|
-
<span class="pf-v5-c-menu__item-text">My profile</span>
|
|
1942
|
-
</span>
|
|
1943
|
-
</button>
|
|
1944
|
-
</li>
|
|
1945
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
1946
|
-
<button
|
|
1947
|
-
class="pf-v5-c-menu__item"
|
|
1948
|
-
type="button"
|
|
1949
|
-
role="menuitem"
|
|
1950
|
-
>
|
|
1951
|
-
<span class="pf-v5-c-menu__item-main">
|
|
1952
|
-
<span
|
|
1953
|
-
class="pf-v5-c-menu__item-text"
|
|
1954
|
-
>User management</span>
|
|
1955
|
-
</span>
|
|
1956
|
-
</button>
|
|
1957
|
-
</li>
|
|
1958
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
1959
|
-
<button
|
|
1960
|
-
class="pf-v5-c-menu__item"
|
|
1961
|
-
type="button"
|
|
1962
|
-
role="menuitem"
|
|
1963
|
-
>
|
|
1964
|
-
<span class="pf-v5-c-menu__item-main">
|
|
1965
|
-
<span class="pf-v5-c-menu__item-text">Logout</span>
|
|
1966
|
-
</span>
|
|
1967
|
-
</button>
|
|
1968
|
-
</li>
|
|
1969
|
-
</ul>
|
|
1970
|
-
</section>
|
|
1971
|
-
<hr class="pf-v5-c-divider pf-m-hidden-on-sm" />
|
|
1972
|
-
<section class="pf-v5-c-menu__group">
|
|
1973
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
1974
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
1975
|
-
<button
|
|
1976
|
-
class="pf-v5-c-menu__item"
|
|
1977
|
-
type="button"
|
|
1978
|
-
role="menuitem"
|
|
1979
|
-
aria-expanded="false"
|
|
1980
|
-
>
|
|
1981
|
-
<span class="pf-v5-c-menu__item-main">
|
|
1982
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
1983
|
-
<i
|
|
1984
|
-
class="fas fa-fw fa-cog"
|
|
1985
|
-
aria-hidden="true"
|
|
1986
|
-
></i>
|
|
1987
|
-
</span>
|
|
1988
|
-
<span class="pf-v5-c-menu__item-text">Settings</span>
|
|
1989
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
1990
|
-
<i class="fas fa-angle-right"></i>
|
|
1991
|
-
</span>
|
|
1992
|
-
</span>
|
|
1993
|
-
</button>
|
|
1994
|
-
<div class="pf-v5-c-menu" hidden>
|
|
1995
|
-
<div class="pf-v5-c-menu__content">
|
|
1996
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
1997
|
-
<li
|
|
1998
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
1999
|
-
role="none"
|
|
2000
|
-
>
|
|
2001
|
-
<button
|
|
2002
|
-
class="pf-v5-c-menu__item"
|
|
2003
|
-
type="button"
|
|
2004
|
-
role="menuitem"
|
|
2005
|
-
>
|
|
2006
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2007
|
-
<span
|
|
2008
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
2009
|
-
>
|
|
2010
|
-
<i class="fas fa-angle-left"></i>
|
|
2011
|
-
</span>
|
|
2012
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
2013
|
-
<i
|
|
2014
|
-
class="fas fa-fw fa-cog"
|
|
2015
|
-
aria-hidden="true"
|
|
2016
|
-
></i>
|
|
2017
|
-
</span>
|
|
2018
|
-
<span
|
|
2019
|
-
class="pf-v5-c-menu__item-text"
|
|
2020
|
-
>Settings</span>
|
|
2021
|
-
</span>
|
|
2022
|
-
</button>
|
|
2023
|
-
</li>
|
|
2024
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
2025
|
-
<li
|
|
2026
|
-
class="pf-v5-c-menu__list-item"
|
|
2027
|
-
role="none"
|
|
2028
|
-
>
|
|
2029
|
-
<a
|
|
2030
|
-
class="pf-v5-c-menu__item"
|
|
2031
|
-
href="#"
|
|
2032
|
-
role="menuitem"
|
|
2033
|
-
>
|
|
2034
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2035
|
-
<span
|
|
2036
|
-
class="pf-v5-c-menu__item-text"
|
|
2037
|
-
>Customer support</span>
|
|
2038
|
-
</span>
|
|
2039
|
-
</a>
|
|
2040
|
-
</li>
|
|
2041
|
-
<li
|
|
2042
|
-
class="pf-v5-c-menu__list-item"
|
|
2043
|
-
role="none"
|
|
2044
|
-
>
|
|
2045
|
-
<a
|
|
2046
|
-
class="pf-v5-c-menu__item"
|
|
2047
|
-
href="#"
|
|
2048
|
-
role="menuitem"
|
|
2049
|
-
>
|
|
2050
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2051
|
-
<span
|
|
2052
|
-
class="pf-v5-c-menu__item-text"
|
|
2053
|
-
>About</span>
|
|
2054
|
-
</span>
|
|
2055
|
-
</a>
|
|
2056
|
-
</li>
|
|
2057
|
-
</ul>
|
|
2058
|
-
</div>
|
|
2059
|
-
</div>
|
|
2060
|
-
</li>
|
|
2061
|
-
|
|
2062
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
2063
|
-
<button
|
|
2064
|
-
class="pf-v5-c-menu__item"
|
|
2065
|
-
type="button"
|
|
2066
|
-
role="menuitem"
|
|
2067
|
-
aria-expanded="false"
|
|
2068
|
-
>
|
|
2069
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2070
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
2071
|
-
<i
|
|
2072
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
2073
|
-
aria-hidden="true"
|
|
2074
|
-
></i>
|
|
2075
|
-
</span>
|
|
2076
|
-
<span class="pf-v5-c-menu__item-text">Help</span>
|
|
2077
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
2078
|
-
<i class="fas fa-angle-right"></i>
|
|
2079
|
-
</span>
|
|
2080
|
-
</span>
|
|
2081
|
-
</button>
|
|
2082
|
-
<div class="pf-v5-c-menu" hidden>
|
|
2083
|
-
<div class="pf-v5-c-menu__content">
|
|
2084
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
2085
|
-
<li
|
|
2086
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
2087
|
-
role="none"
|
|
2088
|
-
>
|
|
2089
|
-
<button
|
|
2090
|
-
class="pf-v5-c-menu__item"
|
|
2091
|
-
type="button"
|
|
2092
|
-
role="menuitem"
|
|
2093
|
-
>
|
|
2094
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2095
|
-
<span
|
|
2096
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
2097
|
-
>
|
|
2098
|
-
<i class="fas fa-angle-left"></i>
|
|
2099
|
-
</span>
|
|
2100
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
2101
|
-
<i
|
|
2102
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
2103
|
-
aria-hidden="true"
|
|
2104
|
-
></i>
|
|
2105
|
-
</span>
|
|
2106
|
-
<span
|
|
2107
|
-
class="pf-v5-c-menu__item-text"
|
|
2108
|
-
>Help</span>
|
|
2109
|
-
</span>
|
|
2110
|
-
</button>
|
|
2111
|
-
</li>
|
|
2112
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
2113
|
-
<li
|
|
2114
|
-
class="pf-v5-c-menu__list-item"
|
|
2115
|
-
role="none"
|
|
2116
|
-
>
|
|
2117
|
-
<a
|
|
2118
|
-
class="pf-v5-c-menu__item"
|
|
2119
|
-
href="#"
|
|
2120
|
-
role="menuitem"
|
|
2121
|
-
>
|
|
2122
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2123
|
-
<span
|
|
2124
|
-
class="pf-v5-c-menu__item-text"
|
|
2125
|
-
>Support options</span>
|
|
2126
|
-
</span>
|
|
2127
|
-
</a>
|
|
2128
|
-
</li>
|
|
2129
|
-
<li
|
|
2130
|
-
class="pf-v5-c-menu__list-item"
|
|
2131
|
-
role="none"
|
|
2132
|
-
>
|
|
2133
|
-
<a
|
|
2134
|
-
class="pf-v5-c-menu__item"
|
|
2135
|
-
href="#"
|
|
2136
|
-
role="menuitem"
|
|
2137
|
-
>
|
|
2138
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2139
|
-
<span
|
|
2140
|
-
class="pf-v5-c-menu__item-text"
|
|
2141
|
-
>Open support case</span>
|
|
2142
|
-
</span>
|
|
2143
|
-
</a>
|
|
2144
|
-
</li>
|
|
2145
|
-
<li
|
|
2146
|
-
class="pf-v5-c-menu__list-item"
|
|
2147
|
-
role="none"
|
|
2148
|
-
>
|
|
2149
|
-
<a
|
|
2150
|
-
class="pf-v5-c-menu__item"
|
|
2151
|
-
href="#"
|
|
2152
|
-
role="menuitem"
|
|
2153
|
-
>
|
|
2154
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2155
|
-
<span
|
|
2156
|
-
class="pf-v5-c-menu__item-text"
|
|
2157
|
-
>API documentation</span>
|
|
2158
|
-
</span>
|
|
2159
|
-
</a>
|
|
2160
|
-
</li>
|
|
2161
|
-
</ul>
|
|
2162
|
-
</div>
|
|
2163
|
-
</div>
|
|
2164
|
-
</li>
|
|
2165
|
-
|
|
2166
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
2167
|
-
<button
|
|
2168
|
-
class="pf-v5-c-menu__item"
|
|
2169
|
-
type="button"
|
|
2170
|
-
role="menuitem"
|
|
2171
|
-
>
|
|
2172
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2173
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
2174
|
-
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
2175
|
-
</span>
|
|
2176
|
-
<span
|
|
2177
|
-
class="pf-v5-c-menu__item-text"
|
|
2178
|
-
>Application launcher</span>
|
|
2179
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
2180
|
-
<i class="fas fa-angle-right"></i>
|
|
2181
|
-
</span>
|
|
2182
|
-
</span>
|
|
2183
|
-
</button>
|
|
2184
|
-
<div class="pf-v5-c-menu" hidden>
|
|
2185
|
-
<div class="pf-v5-c-menu__header">
|
|
2186
|
-
<button
|
|
2187
|
-
class="pf-v5-c-menu__item"
|
|
2188
|
-
type="button"
|
|
2189
|
-
role="menuitem"
|
|
2190
|
-
>
|
|
2191
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2192
|
-
<span
|
|
2193
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
2194
|
-
>
|
|
2195
|
-
<i class="fas fa-angle-left"></i>
|
|
2196
|
-
</span>
|
|
2197
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
2198
|
-
<i
|
|
2199
|
-
class="fas fa-fw fa-th"
|
|
2200
|
-
aria-hidden="true"
|
|
2201
|
-
></i>
|
|
2202
|
-
</span>
|
|
2203
|
-
<span
|
|
2204
|
-
class="pf-v5-c-menu__item-text"
|
|
2205
|
-
>Application launcher</span>
|
|
2206
|
-
</span>
|
|
2207
|
-
</button>
|
|
2208
|
-
</div>
|
|
2209
|
-
<div class="pf-v5-c-menu__search">
|
|
2210
|
-
<div class="pf-v5-c-menu__search-input">
|
|
2211
|
-
<div class="pf-v5-c-text-input-group">
|
|
2212
|
-
<div
|
|
2213
|
-
class="pf-v5-c-text-input-group__main pf-m-icon"
|
|
2214
|
-
>
|
|
2215
|
-
<span
|
|
2216
|
-
class="pf-v5-c-text-input-group__text"
|
|
2217
|
-
>
|
|
2218
|
-
<span
|
|
2219
|
-
class="pf-v5-c-text-input-group__icon"
|
|
2220
|
-
>
|
|
2221
|
-
<i class="fas fa-fw fa-search"></i>
|
|
2222
|
-
</span>
|
|
2223
|
-
<input
|
|
2224
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
2225
|
-
type="text"
|
|
2226
|
-
placeholder="Search"
|
|
2227
|
-
value
|
|
2228
|
-
aria-label="Search input"
|
|
2229
|
-
/>
|
|
2230
|
-
</span>
|
|
2231
|
-
</div>
|
|
2232
|
-
</div>
|
|
2233
|
-
</div>
|
|
2234
|
-
</div>
|
|
2235
|
-
<hr class="pf-v5-c-divider" />
|
|
2236
|
-
<section class="pf-v5-c-menu__group">
|
|
2237
|
-
<h1 class="pf-v5-c-menu__group-title">Favorites</h1>
|
|
2238
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
2239
|
-
<li
|
|
2240
|
-
class="pf-v5-c-menu__list-item"
|
|
2241
|
-
role="none"
|
|
2242
|
-
>
|
|
2243
|
-
<a
|
|
2244
|
-
class="pf-v5-c-menu__item"
|
|
2245
|
-
href="#"
|
|
2246
|
-
role="menuitem"
|
|
2247
|
-
>
|
|
2248
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2249
|
-
<span
|
|
2250
|
-
class="pf-v5-c-menu__item-text"
|
|
2251
|
-
>Link 1</span>
|
|
2252
|
-
</span>
|
|
2253
|
-
</a>
|
|
2254
|
-
<button
|
|
2255
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
2256
|
-
type="button"
|
|
2257
|
-
aria-label="Starred"
|
|
2258
|
-
>
|
|
2259
|
-
<span
|
|
2260
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
2261
|
-
>
|
|
2262
|
-
<i
|
|
2263
|
-
class="fas fa-star"
|
|
2264
|
-
aria-hidden="true"
|
|
2265
|
-
></i>
|
|
2266
|
-
</span>
|
|
2267
|
-
</button>
|
|
2268
|
-
</li>
|
|
2269
|
-
<li
|
|
2270
|
-
class="pf-v5-c-menu__list-item"
|
|
2271
|
-
role="none"
|
|
2272
|
-
>
|
|
2273
|
-
<a
|
|
2274
|
-
class="pf-v5-c-menu__item"
|
|
2275
|
-
href="#"
|
|
2276
|
-
role="menuitem"
|
|
2277
|
-
target="_blank"
|
|
2278
|
-
>
|
|
2279
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2280
|
-
<span
|
|
2281
|
-
class="pf-v5-c-menu__item-text"
|
|
2282
|
-
>Link 2</span>
|
|
2283
|
-
<span
|
|
2284
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
2285
|
-
>
|
|
2286
|
-
<i
|
|
2287
|
-
class="fas fa-external-link-alt"
|
|
2288
|
-
aria-hidden="true"
|
|
2289
|
-
></i>
|
|
2290
|
-
</span>
|
|
2291
|
-
<span
|
|
2292
|
-
class="pf-v5-screen-reader"
|
|
2293
|
-
>(opens new window)</span>
|
|
2294
|
-
</span>
|
|
2295
|
-
</a>
|
|
2296
|
-
<button
|
|
2297
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
2298
|
-
type="button"
|
|
2299
|
-
aria-label="Not starred"
|
|
2300
|
-
>
|
|
2301
|
-
<span
|
|
2302
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
2303
|
-
>
|
|
2304
|
-
<i
|
|
2305
|
-
class="fas fa-star"
|
|
2306
|
-
aria-hidden="true"
|
|
2307
|
-
></i>
|
|
2308
|
-
</span>
|
|
2309
|
-
</button>
|
|
2310
|
-
</li>
|
|
2311
|
-
</ul>
|
|
2312
|
-
</section>
|
|
2313
|
-
<hr class="pf-v5-c-divider" />
|
|
2314
|
-
<section class="pf-v5-c-menu__group">
|
|
2315
|
-
<h1 class="pf-v5-c-menu__group-title">Group 1</h1>
|
|
2316
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
2317
|
-
<li
|
|
2318
|
-
class="pf-v5-c-menu__list-item"
|
|
2319
|
-
role="none"
|
|
2320
|
-
>
|
|
2321
|
-
<a
|
|
2322
|
-
class="pf-v5-c-menu__item"
|
|
2323
|
-
href="#"
|
|
2324
|
-
role="menuitem"
|
|
2325
|
-
>
|
|
2326
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2327
|
-
<span
|
|
2328
|
-
class="pf-v5-c-menu__item-text"
|
|
2329
|
-
>Link 1</span>
|
|
2330
|
-
</span>
|
|
2331
|
-
</a>
|
|
2332
|
-
<button
|
|
2333
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
2334
|
-
type="button"
|
|
2335
|
-
aria-label="Not starred"
|
|
2336
|
-
>
|
|
2337
|
-
<span
|
|
2338
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
2339
|
-
>
|
|
2340
|
-
<i
|
|
2341
|
-
class="fas fa-star"
|
|
2342
|
-
aria-hidden="true"
|
|
2343
|
-
></i>
|
|
2344
|
-
</span>
|
|
2345
|
-
</button>
|
|
2346
|
-
</li>
|
|
2347
|
-
<li
|
|
2348
|
-
class="pf-v5-c-menu__list-item"
|
|
2349
|
-
role="none"
|
|
2350
|
-
>
|
|
2351
|
-
<a
|
|
2352
|
-
class="pf-v5-c-menu__item"
|
|
2353
|
-
href="#"
|
|
2354
|
-
role="menuitem"
|
|
2355
|
-
target="_blank"
|
|
2356
|
-
>
|
|
2357
|
-
<span class="pf-v5-c-menu__item-main">
|
|
2358
|
-
<span
|
|
2359
|
-
class="pf-v5-c-menu__item-text"
|
|
2360
|
-
>Link 2</span>
|
|
2361
|
-
<span
|
|
2362
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
2363
|
-
>
|
|
2364
|
-
<i
|
|
2365
|
-
class="fas fa-external-link-alt"
|
|
2366
|
-
aria-hidden="true"
|
|
2367
|
-
></i>
|
|
2368
|
-
</span>
|
|
2369
|
-
<span
|
|
2370
|
-
class="pf-v5-screen-reader"
|
|
2371
|
-
>(opens new window)</span>
|
|
2372
|
-
</span>
|
|
2373
|
-
</a>
|
|
2374
|
-
<button
|
|
2375
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
2376
|
-
type="button"
|
|
2377
|
-
aria-label="Starred"
|
|
2378
|
-
>
|
|
2379
|
-
<span
|
|
2380
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
2381
|
-
>
|
|
2382
|
-
<i
|
|
2383
|
-
class="fas fa-star"
|
|
2384
|
-
aria-hidden="true"
|
|
2385
|
-
></i>
|
|
2386
|
-
</span>
|
|
2387
|
-
</button>
|
|
2388
|
-
</li>
|
|
2389
|
-
</ul>
|
|
2390
|
-
</section>
|
|
2391
|
-
</div>
|
|
2392
|
-
</li>
|
|
2393
|
-
</ul>
|
|
2394
|
-
</section>
|
|
2395
|
-
</div>
|
|
2396
|
-
</div>
|
|
2397
959
|
</div>
|
|
2398
960
|
</div>
|
|
2399
|
-
|
|
2400
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
2401
|
-
<div
|
|
2402
|
-
class="pf-v5-c-dropdown pf-m-full-height"
|
|
2403
|
-
style="--pf-v5-c-dropdown--MaxWidth: 20ch;"
|
|
2404
|
-
>
|
|
961
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
2405
962
|
<button
|
|
2406
|
-
class="pf-v5-c-
|
|
2407
|
-
id="drawer-expanded-read-example-page-masthead-profile-button"
|
|
2408
|
-
aria-expanded="false"
|
|
963
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
2409
964
|
type="button"
|
|
965
|
+
aria-expanded="false"
|
|
966
|
+
aria-label="Actions"
|
|
2410
967
|
>
|
|
2411
|
-
<
|
|
2412
|
-
<img
|
|
2413
|
-
class="pf-v5-c-avatar"
|
|
2414
|
-
alt="Avatar image"
|
|
2415
|
-
src="/assets/images/img_avatar-light.svg"
|
|
2416
|
-
/>
|
|
2417
|
-
</span>
|
|
2418
|
-
<span class="pf-v5-c-dropdown__toggle-text">Ned Username</span>
|
|
2419
|
-
<span class="pf-v5-c-dropdown__toggle-icon">
|
|
2420
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2421
|
-
</span>
|
|
968
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2422
969
|
</button>
|
|
2423
|
-
<div class="pf-v5-c-dropdown__menu" hidden>
|
|
2424
|
-
<section class="pf-v5-c-dropdown__group">
|
|
2425
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
2426
|
-
<div class="pf-v5-u-font-size-sm">Account number:</div>
|
|
2427
|
-
<div>123456789</div>
|
|
2428
|
-
</div>
|
|
2429
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
2430
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
2431
|
-
<div>mshaksho@redhat.com</div>
|
|
2432
|
-
</div>
|
|
2433
|
-
</section>
|
|
2434
|
-
<hr class="pf-v5-c-divider" />
|
|
2435
|
-
<section class="pf-v5-c-dropdown__group">
|
|
2436
|
-
<ul>
|
|
2437
|
-
<li>
|
|
2438
|
-
<a
|
|
2439
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
2440
|
-
href="#"
|
|
2441
|
-
>My profile</a>
|
|
2442
|
-
</li>
|
|
2443
|
-
<li>
|
|
2444
|
-
<a
|
|
2445
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
2446
|
-
href="#"
|
|
2447
|
-
>User management</a>
|
|
2448
|
-
</li>
|
|
2449
|
-
<li>
|
|
2450
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Logout</a>
|
|
2451
|
-
</li>
|
|
2452
|
-
</ul>
|
|
2453
|
-
</section>
|
|
2454
|
-
</div>
|
|
2455
970
|
</div>
|
|
2456
971
|
</div>
|
|
972
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
973
|
+
<button
|
|
974
|
+
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
975
|
+
type="button"
|
|
976
|
+
aria-expanded="false"
|
|
977
|
+
>
|
|
978
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
979
|
+
<img
|
|
980
|
+
class="pf-v5-c-avatar"
|
|
981
|
+
alt="Avatar image"
|
|
982
|
+
src="/assets/images/img_avatar-light.svg"
|
|
983
|
+
/>
|
|
984
|
+
</span>
|
|
985
|
+
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
986
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
987
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
988
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
989
|
+
</span>
|
|
990
|
+
</span>
|
|
991
|
+
</button>
|
|
992
|
+
</div>
|
|
2457
993
|
</div>
|
|
2458
994
|
</div>
|
|
2459
995
|
</div>
|
|
@@ -3254,800 +1790,68 @@ section: components
|
|
|
3254
1790
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
3255
1791
|
>
|
|
3256
1792
|
<div class="pf-v5-c-toolbar__item">
|
|
3257
|
-
<
|
|
3258
|
-
class="pf-v5-c-
|
|
1793
|
+
<button
|
|
1794
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1795
|
+
type="button"
|
|
1796
|
+
aria-expanded="false"
|
|
3259
1797
|
aria-label="Application launcher"
|
|
3260
|
-
id="drawer-expanded-unread-example-page-masthead-application-launcher"
|
|
3261
1798
|
>
|
|
3262
|
-
<
|
|
3263
|
-
|
|
3264
|
-
type="button"
|
|
3265
|
-
id="drawer-expanded-unread-example-page-masthead-application-launcher-button"
|
|
3266
|
-
aria-expanded="false"
|
|
3267
|
-
aria-label="Application launcher"
|
|
3268
|
-
>
|
|
3269
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3270
|
-
</button>
|
|
3271
|
-
<div
|
|
3272
|
-
class="pf-v5-c-app-launcher__menu pf-m-align-right"
|
|
3273
|
-
hidden
|
|
3274
|
-
>
|
|
3275
|
-
<div class="pf-v5-c-app-launcher__menu-search">
|
|
3276
|
-
<div class="pf-v5-c-text-input-group">
|
|
3277
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
3278
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
3279
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
3280
|
-
<i class="fas fa-fw fa-search"></i>
|
|
3281
|
-
</span>
|
|
3282
|
-
<input
|
|
3283
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
3284
|
-
type="text"
|
|
3285
|
-
placeholder="Filer by name"
|
|
3286
|
-
value
|
|
3287
|
-
aria-label="Search input"
|
|
3288
|
-
/>
|
|
3289
|
-
</span>
|
|
3290
|
-
</div>
|
|
3291
|
-
</div>
|
|
3292
|
-
</div>
|
|
3293
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
3294
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Favorites</h1>
|
|
3295
|
-
<ul role="list">
|
|
3296
|
-
<li
|
|
3297
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3298
|
-
>
|
|
3299
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
3300
|
-
Link 1
|
|
3301
|
-
<span
|
|
3302
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
3303
|
-
>
|
|
3304
|
-
<i
|
|
3305
|
-
class="fas fa-external-link-alt"
|
|
3306
|
-
aria-hidden="true"
|
|
3307
|
-
></i>
|
|
3308
|
-
</span>
|
|
3309
|
-
<span
|
|
3310
|
-
class="pf-v5-screen-reader"
|
|
3311
|
-
>(opens new window)</span>
|
|
3312
|
-
</a>
|
|
3313
|
-
<button
|
|
3314
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
3315
|
-
type="button"
|
|
3316
|
-
aria-label="Favorite"
|
|
3317
|
-
>
|
|
3318
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3319
|
-
</button>
|
|
3320
|
-
</li>
|
|
3321
|
-
<li
|
|
3322
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
3323
|
-
>
|
|
3324
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
3325
|
-
Link 2
|
|
3326
|
-
<span
|
|
3327
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
3328
|
-
>
|
|
3329
|
-
<i
|
|
3330
|
-
class="fas fa-external-link-alt"
|
|
3331
|
-
aria-hidden="true"
|
|
3332
|
-
></i>
|
|
3333
|
-
</span>
|
|
3334
|
-
<span
|
|
3335
|
-
class="pf-v5-screen-reader"
|
|
3336
|
-
>(opens new window)</span>
|
|
3337
|
-
</a>
|
|
3338
|
-
<button
|
|
3339
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
3340
|
-
type="button"
|
|
3341
|
-
aria-label="Favorite"
|
|
3342
|
-
>
|
|
3343
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3344
|
-
</button>
|
|
3345
|
-
</li>
|
|
3346
|
-
</ul>
|
|
3347
|
-
</section>
|
|
3348
|
-
<hr class="pf-v5-c-divider" />
|
|
3349
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
3350
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
3351
|
-
<ul role="list">
|
|
3352
|
-
<li
|
|
3353
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
3354
|
-
>
|
|
3355
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
3356
|
-
Link 1
|
|
3357
|
-
<span
|
|
3358
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
3359
|
-
>
|
|
3360
|
-
<i
|
|
3361
|
-
class="fas fa-external-link-alt"
|
|
3362
|
-
aria-hidden="true"
|
|
3363
|
-
></i>
|
|
3364
|
-
</span>
|
|
3365
|
-
<span
|
|
3366
|
-
class="pf-v5-screen-reader"
|
|
3367
|
-
>(opens new window)</span>
|
|
3368
|
-
</a>
|
|
3369
|
-
<button
|
|
3370
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
3371
|
-
type="button"
|
|
3372
|
-
aria-label="Favorite"
|
|
3373
|
-
>
|
|
3374
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3375
|
-
</button>
|
|
3376
|
-
</li>
|
|
3377
|
-
<li
|
|
3378
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
3379
|
-
>
|
|
3380
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
3381
|
-
Link 2
|
|
3382
|
-
<span
|
|
3383
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
3384
|
-
>
|
|
3385
|
-
<i
|
|
3386
|
-
class="fas fa-external-link-alt"
|
|
3387
|
-
aria-hidden="true"
|
|
3388
|
-
></i>
|
|
3389
|
-
</span>
|
|
3390
|
-
<span
|
|
3391
|
-
class="pf-v5-screen-reader"
|
|
3392
|
-
>(opens new window)</span>
|
|
3393
|
-
</a>
|
|
3394
|
-
<button
|
|
3395
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
3396
|
-
type="button"
|
|
3397
|
-
aria-label="Favorite"
|
|
3398
|
-
>
|
|
3399
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
3400
|
-
</button>
|
|
3401
|
-
</li>
|
|
3402
|
-
</ul>
|
|
3403
|
-
</section>
|
|
3404
|
-
</div>
|
|
3405
|
-
</nav>
|
|
1799
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1800
|
+
</button>
|
|
3406
1801
|
</div>
|
|
3407
1802
|
<div class="pf-v5-c-toolbar__item">
|
|
3408
|
-
<
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3417
|
-
</button>
|
|
3418
|
-
<ul
|
|
3419
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
3420
|
-
aria-labelledby="drawer-expanded-unread-example-page-masthead-settings-button"
|
|
3421
|
-
hidden
|
|
3422
|
-
>
|
|
3423
|
-
<li>
|
|
3424
|
-
<button
|
|
3425
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
3426
|
-
type="button"
|
|
3427
|
-
>Settings</button>
|
|
3428
|
-
</li>
|
|
3429
|
-
<li>
|
|
3430
|
-
<button
|
|
3431
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
3432
|
-
type="button"
|
|
3433
|
-
>Use the beta release</button>
|
|
3434
|
-
</li>
|
|
3435
|
-
</ul>
|
|
3436
|
-
</div>
|
|
1803
|
+
<button
|
|
1804
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
1805
|
+
type="button"
|
|
1806
|
+
aria-expanded="false"
|
|
1807
|
+
aria-label="Settings"
|
|
1808
|
+
>
|
|
1809
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1810
|
+
</button>
|
|
3437
1811
|
</div>
|
|
3438
1812
|
<div class="pf-v5-c-toolbar__item">
|
|
3439
|
-
<div class="pf-v5-c-dropdown">
|
|
3440
|
-
<button
|
|
3441
|
-
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
3442
|
-
id="drawer-expanded-unread-example-page-masthead-help-button"
|
|
3443
|
-
aria-expanded="false"
|
|
3444
|
-
type="button"
|
|
3445
|
-
aria-label="Help"
|
|
3446
|
-
>
|
|
3447
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3448
|
-
</button>
|
|
3449
|
-
<ul
|
|
3450
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
3451
|
-
aria-labelledby="drawer-expanded-unread-example-page-masthead-help-button"
|
|
3452
|
-
hidden
|
|
3453
|
-
>
|
|
3454
|
-
<li>
|
|
3455
|
-
<button
|
|
3456
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
3457
|
-
type="button"
|
|
3458
|
-
>Support options</button>
|
|
3459
|
-
</li>
|
|
3460
|
-
<li>
|
|
3461
|
-
<button
|
|
3462
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
3463
|
-
type="button"
|
|
3464
|
-
>Open support case</button>
|
|
3465
|
-
</li>
|
|
3466
|
-
<li>
|
|
3467
|
-
<button
|
|
3468
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
3469
|
-
type="button"
|
|
3470
|
-
>API documentation</button>
|
|
3471
|
-
</li>
|
|
3472
|
-
</ul>
|
|
3473
|
-
</div>
|
|
3474
|
-
</div>
|
|
3475
|
-
</div>
|
|
3476
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
3477
|
-
<div class="pf-v5-c-dropdown">
|
|
3478
1813
|
<button
|
|
3479
1814
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
3480
1815
|
type="button"
|
|
3481
1816
|
aria-expanded="false"
|
|
3482
|
-
aria-label="
|
|
1817
|
+
aria-label="Help"
|
|
3483
1818
|
>
|
|
3484
|
-
<i class="fas fa-
|
|
1819
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3485
1820
|
</button>
|
|
3486
|
-
<div
|
|
3487
|
-
class="pf-v5-c-menu pf-m-drilldown pf-m-align-right"
|
|
3488
|
-
hidden
|
|
3489
|
-
>
|
|
3490
|
-
<div class="pf-v5-c-menu__content">
|
|
3491
|
-
<section class="pf-v5-c-menu__group pf-m-hidden-on-sm">
|
|
3492
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
3493
|
-
<li
|
|
3494
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
3495
|
-
role="none"
|
|
3496
|
-
>
|
|
3497
|
-
<button
|
|
3498
|
-
class="pf-v5-c-menu__item"
|
|
3499
|
-
type="button"
|
|
3500
|
-
disabled
|
|
3501
|
-
role="menuitem"
|
|
3502
|
-
>
|
|
3503
|
-
<span class="pf-v5-c-menu__item-description">
|
|
3504
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
3505
|
-
<div class="pf-v5-u-font-size-md">ned_username</div>
|
|
3506
|
-
</span>
|
|
3507
|
-
</button>
|
|
3508
|
-
</li>
|
|
3509
|
-
<li
|
|
3510
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
3511
|
-
role="none"
|
|
3512
|
-
>
|
|
3513
|
-
<button
|
|
3514
|
-
class="pf-v5-c-menu__item"
|
|
3515
|
-
type="button"
|
|
3516
|
-
disabled
|
|
3517
|
-
role="menuitem"
|
|
3518
|
-
>
|
|
3519
|
-
<span class="pf-v5-c-menu__item-description">
|
|
3520
|
-
<div
|
|
3521
|
-
class="pf-v5-u-font-size-sm"
|
|
3522
|
-
>Account number:</div>
|
|
3523
|
-
<div class="pf-v5-u-font-size-md">123456789</div>
|
|
3524
|
-
</span>
|
|
3525
|
-
</button>
|
|
3526
|
-
</li>
|
|
3527
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
3528
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
3529
|
-
<button
|
|
3530
|
-
class="pf-v5-c-menu__item"
|
|
3531
|
-
type="button"
|
|
3532
|
-
role="menuitem"
|
|
3533
|
-
>
|
|
3534
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3535
|
-
<span class="pf-v5-c-menu__item-text">My profile</span>
|
|
3536
|
-
</span>
|
|
3537
|
-
</button>
|
|
3538
|
-
</li>
|
|
3539
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
3540
|
-
<button
|
|
3541
|
-
class="pf-v5-c-menu__item"
|
|
3542
|
-
type="button"
|
|
3543
|
-
role="menuitem"
|
|
3544
|
-
>
|
|
3545
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3546
|
-
<span
|
|
3547
|
-
class="pf-v5-c-menu__item-text"
|
|
3548
|
-
>User management</span>
|
|
3549
|
-
</span>
|
|
3550
|
-
</button>
|
|
3551
|
-
</li>
|
|
3552
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
3553
|
-
<button
|
|
3554
|
-
class="pf-v5-c-menu__item"
|
|
3555
|
-
type="button"
|
|
3556
|
-
role="menuitem"
|
|
3557
|
-
>
|
|
3558
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3559
|
-
<span class="pf-v5-c-menu__item-text">Logout</span>
|
|
3560
|
-
</span>
|
|
3561
|
-
</button>
|
|
3562
|
-
</li>
|
|
3563
|
-
</ul>
|
|
3564
|
-
</section>
|
|
3565
|
-
<hr class="pf-v5-c-divider pf-m-hidden-on-sm" />
|
|
3566
|
-
<section class="pf-v5-c-menu__group">
|
|
3567
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
3568
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
3569
|
-
<button
|
|
3570
|
-
class="pf-v5-c-menu__item"
|
|
3571
|
-
type="button"
|
|
3572
|
-
role="menuitem"
|
|
3573
|
-
aria-expanded="false"
|
|
3574
|
-
>
|
|
3575
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3576
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
3577
|
-
<i
|
|
3578
|
-
class="fas fa-fw fa-cog"
|
|
3579
|
-
aria-hidden="true"
|
|
3580
|
-
></i>
|
|
3581
|
-
</span>
|
|
3582
|
-
<span class="pf-v5-c-menu__item-text">Settings</span>
|
|
3583
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
3584
|
-
<i class="fas fa-angle-right"></i>
|
|
3585
|
-
</span>
|
|
3586
|
-
</span>
|
|
3587
|
-
</button>
|
|
3588
|
-
<div class="pf-v5-c-menu" hidden>
|
|
3589
|
-
<div class="pf-v5-c-menu__content">
|
|
3590
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
3591
|
-
<li
|
|
3592
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
3593
|
-
role="none"
|
|
3594
|
-
>
|
|
3595
|
-
<button
|
|
3596
|
-
class="pf-v5-c-menu__item"
|
|
3597
|
-
type="button"
|
|
3598
|
-
role="menuitem"
|
|
3599
|
-
>
|
|
3600
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3601
|
-
<span
|
|
3602
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
3603
|
-
>
|
|
3604
|
-
<i class="fas fa-angle-left"></i>
|
|
3605
|
-
</span>
|
|
3606
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
3607
|
-
<i
|
|
3608
|
-
class="fas fa-fw fa-cog"
|
|
3609
|
-
aria-hidden="true"
|
|
3610
|
-
></i>
|
|
3611
|
-
</span>
|
|
3612
|
-
<span
|
|
3613
|
-
class="pf-v5-c-menu__item-text"
|
|
3614
|
-
>Settings</span>
|
|
3615
|
-
</span>
|
|
3616
|
-
</button>
|
|
3617
|
-
</li>
|
|
3618
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
3619
|
-
<li
|
|
3620
|
-
class="pf-v5-c-menu__list-item"
|
|
3621
|
-
role="none"
|
|
3622
|
-
>
|
|
3623
|
-
<a
|
|
3624
|
-
class="pf-v5-c-menu__item"
|
|
3625
|
-
href="#"
|
|
3626
|
-
role="menuitem"
|
|
3627
|
-
>
|
|
3628
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3629
|
-
<span
|
|
3630
|
-
class="pf-v5-c-menu__item-text"
|
|
3631
|
-
>Customer support</span>
|
|
3632
|
-
</span>
|
|
3633
|
-
</a>
|
|
3634
|
-
</li>
|
|
3635
|
-
<li
|
|
3636
|
-
class="pf-v5-c-menu__list-item"
|
|
3637
|
-
role="none"
|
|
3638
|
-
>
|
|
3639
|
-
<a
|
|
3640
|
-
class="pf-v5-c-menu__item"
|
|
3641
|
-
href="#"
|
|
3642
|
-
role="menuitem"
|
|
3643
|
-
>
|
|
3644
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3645
|
-
<span
|
|
3646
|
-
class="pf-v5-c-menu__item-text"
|
|
3647
|
-
>About</span>
|
|
3648
|
-
</span>
|
|
3649
|
-
</a>
|
|
3650
|
-
</li>
|
|
3651
|
-
</ul>
|
|
3652
|
-
</div>
|
|
3653
|
-
</div>
|
|
3654
|
-
</li>
|
|
3655
|
-
|
|
3656
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
3657
|
-
<button
|
|
3658
|
-
class="pf-v5-c-menu__item"
|
|
3659
|
-
type="button"
|
|
3660
|
-
role="menuitem"
|
|
3661
|
-
aria-expanded="false"
|
|
3662
|
-
>
|
|
3663
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3664
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
3665
|
-
<i
|
|
3666
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
3667
|
-
aria-hidden="true"
|
|
3668
|
-
></i>
|
|
3669
|
-
</span>
|
|
3670
|
-
<span class="pf-v5-c-menu__item-text">Help</span>
|
|
3671
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
3672
|
-
<i class="fas fa-angle-right"></i>
|
|
3673
|
-
</span>
|
|
3674
|
-
</span>
|
|
3675
|
-
</button>
|
|
3676
|
-
<div class="pf-v5-c-menu" hidden>
|
|
3677
|
-
<div class="pf-v5-c-menu__content">
|
|
3678
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
3679
|
-
<li
|
|
3680
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
3681
|
-
role="none"
|
|
3682
|
-
>
|
|
3683
|
-
<button
|
|
3684
|
-
class="pf-v5-c-menu__item"
|
|
3685
|
-
type="button"
|
|
3686
|
-
role="menuitem"
|
|
3687
|
-
>
|
|
3688
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3689
|
-
<span
|
|
3690
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
3691
|
-
>
|
|
3692
|
-
<i class="fas fa-angle-left"></i>
|
|
3693
|
-
</span>
|
|
3694
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
3695
|
-
<i
|
|
3696
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
3697
|
-
aria-hidden="true"
|
|
3698
|
-
></i>
|
|
3699
|
-
</span>
|
|
3700
|
-
<span
|
|
3701
|
-
class="pf-v5-c-menu__item-text"
|
|
3702
|
-
>Help</span>
|
|
3703
|
-
</span>
|
|
3704
|
-
</button>
|
|
3705
|
-
</li>
|
|
3706
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
3707
|
-
<li
|
|
3708
|
-
class="pf-v5-c-menu__list-item"
|
|
3709
|
-
role="none"
|
|
3710
|
-
>
|
|
3711
|
-
<a
|
|
3712
|
-
class="pf-v5-c-menu__item"
|
|
3713
|
-
href="#"
|
|
3714
|
-
role="menuitem"
|
|
3715
|
-
>
|
|
3716
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3717
|
-
<span
|
|
3718
|
-
class="pf-v5-c-menu__item-text"
|
|
3719
|
-
>Support options</span>
|
|
3720
|
-
</span>
|
|
3721
|
-
</a>
|
|
3722
|
-
</li>
|
|
3723
|
-
<li
|
|
3724
|
-
class="pf-v5-c-menu__list-item"
|
|
3725
|
-
role="none"
|
|
3726
|
-
>
|
|
3727
|
-
<a
|
|
3728
|
-
class="pf-v5-c-menu__item"
|
|
3729
|
-
href="#"
|
|
3730
|
-
role="menuitem"
|
|
3731
|
-
>
|
|
3732
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3733
|
-
<span
|
|
3734
|
-
class="pf-v5-c-menu__item-text"
|
|
3735
|
-
>Open support case</span>
|
|
3736
|
-
</span>
|
|
3737
|
-
</a>
|
|
3738
|
-
</li>
|
|
3739
|
-
<li
|
|
3740
|
-
class="pf-v5-c-menu__list-item"
|
|
3741
|
-
role="none"
|
|
3742
|
-
>
|
|
3743
|
-
<a
|
|
3744
|
-
class="pf-v5-c-menu__item"
|
|
3745
|
-
href="#"
|
|
3746
|
-
role="menuitem"
|
|
3747
|
-
>
|
|
3748
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3749
|
-
<span
|
|
3750
|
-
class="pf-v5-c-menu__item-text"
|
|
3751
|
-
>API documentation</span>
|
|
3752
|
-
</span>
|
|
3753
|
-
</a>
|
|
3754
|
-
</li>
|
|
3755
|
-
</ul>
|
|
3756
|
-
</div>
|
|
3757
|
-
</div>
|
|
3758
|
-
</li>
|
|
3759
|
-
|
|
3760
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
3761
|
-
<button
|
|
3762
|
-
class="pf-v5-c-menu__item"
|
|
3763
|
-
type="button"
|
|
3764
|
-
role="menuitem"
|
|
3765
|
-
>
|
|
3766
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3767
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
3768
|
-
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
3769
|
-
</span>
|
|
3770
|
-
<span
|
|
3771
|
-
class="pf-v5-c-menu__item-text"
|
|
3772
|
-
>Application launcher</span>
|
|
3773
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
3774
|
-
<i class="fas fa-angle-right"></i>
|
|
3775
|
-
</span>
|
|
3776
|
-
</span>
|
|
3777
|
-
</button>
|
|
3778
|
-
<div class="pf-v5-c-menu" hidden>
|
|
3779
|
-
<div class="pf-v5-c-menu__header">
|
|
3780
|
-
<button
|
|
3781
|
-
class="pf-v5-c-menu__item"
|
|
3782
|
-
type="button"
|
|
3783
|
-
role="menuitem"
|
|
3784
|
-
>
|
|
3785
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3786
|
-
<span
|
|
3787
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
3788
|
-
>
|
|
3789
|
-
<i class="fas fa-angle-left"></i>
|
|
3790
|
-
</span>
|
|
3791
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
3792
|
-
<i
|
|
3793
|
-
class="fas fa-fw fa-th"
|
|
3794
|
-
aria-hidden="true"
|
|
3795
|
-
></i>
|
|
3796
|
-
</span>
|
|
3797
|
-
<span
|
|
3798
|
-
class="pf-v5-c-menu__item-text"
|
|
3799
|
-
>Application launcher</span>
|
|
3800
|
-
</span>
|
|
3801
|
-
</button>
|
|
3802
|
-
</div>
|
|
3803
|
-
<div class="pf-v5-c-menu__search">
|
|
3804
|
-
<div class="pf-v5-c-menu__search-input">
|
|
3805
|
-
<div class="pf-v5-c-text-input-group">
|
|
3806
|
-
<div
|
|
3807
|
-
class="pf-v5-c-text-input-group__main pf-m-icon"
|
|
3808
|
-
>
|
|
3809
|
-
<span
|
|
3810
|
-
class="pf-v5-c-text-input-group__text"
|
|
3811
|
-
>
|
|
3812
|
-
<span
|
|
3813
|
-
class="pf-v5-c-text-input-group__icon"
|
|
3814
|
-
>
|
|
3815
|
-
<i class="fas fa-fw fa-search"></i>
|
|
3816
|
-
</span>
|
|
3817
|
-
<input
|
|
3818
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
3819
|
-
type="text"
|
|
3820
|
-
placeholder="Search"
|
|
3821
|
-
value
|
|
3822
|
-
aria-label="Search input"
|
|
3823
|
-
/>
|
|
3824
|
-
</span>
|
|
3825
|
-
</div>
|
|
3826
|
-
</div>
|
|
3827
|
-
</div>
|
|
3828
|
-
</div>
|
|
3829
|
-
<hr class="pf-v5-c-divider" />
|
|
3830
|
-
<section class="pf-v5-c-menu__group">
|
|
3831
|
-
<h1 class="pf-v5-c-menu__group-title">Favorites</h1>
|
|
3832
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
3833
|
-
<li
|
|
3834
|
-
class="pf-v5-c-menu__list-item"
|
|
3835
|
-
role="none"
|
|
3836
|
-
>
|
|
3837
|
-
<a
|
|
3838
|
-
class="pf-v5-c-menu__item"
|
|
3839
|
-
href="#"
|
|
3840
|
-
role="menuitem"
|
|
3841
|
-
>
|
|
3842
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3843
|
-
<span
|
|
3844
|
-
class="pf-v5-c-menu__item-text"
|
|
3845
|
-
>Link 1</span>
|
|
3846
|
-
</span>
|
|
3847
|
-
</a>
|
|
3848
|
-
<button
|
|
3849
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
3850
|
-
type="button"
|
|
3851
|
-
aria-label="Starred"
|
|
3852
|
-
>
|
|
3853
|
-
<span
|
|
3854
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
3855
|
-
>
|
|
3856
|
-
<i
|
|
3857
|
-
class="fas fa-star"
|
|
3858
|
-
aria-hidden="true"
|
|
3859
|
-
></i>
|
|
3860
|
-
</span>
|
|
3861
|
-
</button>
|
|
3862
|
-
</li>
|
|
3863
|
-
<li
|
|
3864
|
-
class="pf-v5-c-menu__list-item"
|
|
3865
|
-
role="none"
|
|
3866
|
-
>
|
|
3867
|
-
<a
|
|
3868
|
-
class="pf-v5-c-menu__item"
|
|
3869
|
-
href="#"
|
|
3870
|
-
role="menuitem"
|
|
3871
|
-
target="_blank"
|
|
3872
|
-
>
|
|
3873
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3874
|
-
<span
|
|
3875
|
-
class="pf-v5-c-menu__item-text"
|
|
3876
|
-
>Link 2</span>
|
|
3877
|
-
<span
|
|
3878
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
3879
|
-
>
|
|
3880
|
-
<i
|
|
3881
|
-
class="fas fa-external-link-alt"
|
|
3882
|
-
aria-hidden="true"
|
|
3883
|
-
></i>
|
|
3884
|
-
</span>
|
|
3885
|
-
<span
|
|
3886
|
-
class="pf-v5-screen-reader"
|
|
3887
|
-
>(opens new window)</span>
|
|
3888
|
-
</span>
|
|
3889
|
-
</a>
|
|
3890
|
-
<button
|
|
3891
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
3892
|
-
type="button"
|
|
3893
|
-
aria-label="Not starred"
|
|
3894
|
-
>
|
|
3895
|
-
<span
|
|
3896
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
3897
|
-
>
|
|
3898
|
-
<i
|
|
3899
|
-
class="fas fa-star"
|
|
3900
|
-
aria-hidden="true"
|
|
3901
|
-
></i>
|
|
3902
|
-
</span>
|
|
3903
|
-
</button>
|
|
3904
|
-
</li>
|
|
3905
|
-
</ul>
|
|
3906
|
-
</section>
|
|
3907
|
-
<hr class="pf-v5-c-divider" />
|
|
3908
|
-
<section class="pf-v5-c-menu__group">
|
|
3909
|
-
<h1 class="pf-v5-c-menu__group-title">Group 1</h1>
|
|
3910
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
3911
|
-
<li
|
|
3912
|
-
class="pf-v5-c-menu__list-item"
|
|
3913
|
-
role="none"
|
|
3914
|
-
>
|
|
3915
|
-
<a
|
|
3916
|
-
class="pf-v5-c-menu__item"
|
|
3917
|
-
href="#"
|
|
3918
|
-
role="menuitem"
|
|
3919
|
-
>
|
|
3920
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3921
|
-
<span
|
|
3922
|
-
class="pf-v5-c-menu__item-text"
|
|
3923
|
-
>Link 1</span>
|
|
3924
|
-
</span>
|
|
3925
|
-
</a>
|
|
3926
|
-
<button
|
|
3927
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
3928
|
-
type="button"
|
|
3929
|
-
aria-label="Not starred"
|
|
3930
|
-
>
|
|
3931
|
-
<span
|
|
3932
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
3933
|
-
>
|
|
3934
|
-
<i
|
|
3935
|
-
class="fas fa-star"
|
|
3936
|
-
aria-hidden="true"
|
|
3937
|
-
></i>
|
|
3938
|
-
</span>
|
|
3939
|
-
</button>
|
|
3940
|
-
</li>
|
|
3941
|
-
<li
|
|
3942
|
-
class="pf-v5-c-menu__list-item"
|
|
3943
|
-
role="none"
|
|
3944
|
-
>
|
|
3945
|
-
<a
|
|
3946
|
-
class="pf-v5-c-menu__item"
|
|
3947
|
-
href="#"
|
|
3948
|
-
role="menuitem"
|
|
3949
|
-
target="_blank"
|
|
3950
|
-
>
|
|
3951
|
-
<span class="pf-v5-c-menu__item-main">
|
|
3952
|
-
<span
|
|
3953
|
-
class="pf-v5-c-menu__item-text"
|
|
3954
|
-
>Link 2</span>
|
|
3955
|
-
<span
|
|
3956
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
3957
|
-
>
|
|
3958
|
-
<i
|
|
3959
|
-
class="fas fa-external-link-alt"
|
|
3960
|
-
aria-hidden="true"
|
|
3961
|
-
></i>
|
|
3962
|
-
</span>
|
|
3963
|
-
<span
|
|
3964
|
-
class="pf-v5-screen-reader"
|
|
3965
|
-
>(opens new window)</span>
|
|
3966
|
-
</span>
|
|
3967
|
-
</a>
|
|
3968
|
-
<button
|
|
3969
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
3970
|
-
type="button"
|
|
3971
|
-
aria-label="Starred"
|
|
3972
|
-
>
|
|
3973
|
-
<span
|
|
3974
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
3975
|
-
>
|
|
3976
|
-
<i
|
|
3977
|
-
class="fas fa-star"
|
|
3978
|
-
aria-hidden="true"
|
|
3979
|
-
></i>
|
|
3980
|
-
</span>
|
|
3981
|
-
</button>
|
|
3982
|
-
</li>
|
|
3983
|
-
</ul>
|
|
3984
|
-
</section>
|
|
3985
|
-
</div>
|
|
3986
|
-
</li>
|
|
3987
|
-
</ul>
|
|
3988
|
-
</section>
|
|
3989
|
-
</div>
|
|
3990
|
-
</div>
|
|
3991
1821
|
</div>
|
|
3992
1822
|
</div>
|
|
3993
|
-
|
|
3994
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
3995
|
-
<div
|
|
3996
|
-
class="pf-v5-c-dropdown pf-m-full-height"
|
|
3997
|
-
style="--pf-v5-c-dropdown--MaxWidth: 20ch;"
|
|
3998
|
-
>
|
|
1823
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
3999
1824
|
<button
|
|
4000
|
-
class="pf-v5-c-
|
|
4001
|
-
id="drawer-expanded-unread-example-page-masthead-profile-button"
|
|
4002
|
-
aria-expanded="false"
|
|
1825
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
4003
1826
|
type="button"
|
|
1827
|
+
aria-expanded="false"
|
|
1828
|
+
aria-label="Actions"
|
|
4004
1829
|
>
|
|
4005
|
-
<
|
|
4006
|
-
<img
|
|
4007
|
-
class="pf-v5-c-avatar"
|
|
4008
|
-
alt="Avatar image"
|
|
4009
|
-
src="/assets/images/img_avatar-light.svg"
|
|
4010
|
-
/>
|
|
4011
|
-
</span>
|
|
4012
|
-
<span class="pf-v5-c-dropdown__toggle-text">Ned Username</span>
|
|
4013
|
-
<span class="pf-v5-c-dropdown__toggle-icon">
|
|
4014
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
4015
|
-
</span>
|
|
1830
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
4016
1831
|
</button>
|
|
4017
|
-
<div class="pf-v5-c-dropdown__menu" hidden>
|
|
4018
|
-
<section class="pf-v5-c-dropdown__group">
|
|
4019
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
4020
|
-
<div class="pf-v5-u-font-size-sm">Account number:</div>
|
|
4021
|
-
<div>123456789</div>
|
|
4022
|
-
</div>
|
|
4023
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
4024
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
4025
|
-
<div>mshaksho@redhat.com</div>
|
|
4026
|
-
</div>
|
|
4027
|
-
</section>
|
|
4028
|
-
<hr class="pf-v5-c-divider" />
|
|
4029
|
-
<section class="pf-v5-c-dropdown__group">
|
|
4030
|
-
<ul>
|
|
4031
|
-
<li>
|
|
4032
|
-
<a
|
|
4033
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
4034
|
-
href="#"
|
|
4035
|
-
>My profile</a>
|
|
4036
|
-
</li>
|
|
4037
|
-
<li>
|
|
4038
|
-
<a
|
|
4039
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
4040
|
-
href="#"
|
|
4041
|
-
>User management</a>
|
|
4042
|
-
</li>
|
|
4043
|
-
<li>
|
|
4044
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Logout</a>
|
|
4045
|
-
</li>
|
|
4046
|
-
</ul>
|
|
4047
|
-
</section>
|
|
4048
|
-
</div>
|
|
4049
1832
|
</div>
|
|
4050
1833
|
</div>
|
|
1834
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
1835
|
+
<button
|
|
1836
|
+
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
1837
|
+
type="button"
|
|
1838
|
+
aria-expanded="false"
|
|
1839
|
+
>
|
|
1840
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
1841
|
+
<img
|
|
1842
|
+
class="pf-v5-c-avatar"
|
|
1843
|
+
alt="Avatar image"
|
|
1844
|
+
src="/assets/images/img_avatar-light.svg"
|
|
1845
|
+
/>
|
|
1846
|
+
</span>
|
|
1847
|
+
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
1848
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
1849
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
1850
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1851
|
+
</span>
|
|
1852
|
+
</span>
|
|
1853
|
+
</button>
|
|
1854
|
+
</div>
|
|
4051
1855
|
</div>
|
|
4052
1856
|
</div>
|
|
4053
1857
|
</div>
|
|
@@ -4841,810 +2645,78 @@ section: components
|
|
|
4841
2645
|
aria-label="Attention notifications"
|
|
4842
2646
|
>
|
|
4843
2647
|
<span
|
|
4844
|
-
class="pf-v5-c-notification-badge pf-m-attention pf-m-expanded"
|
|
4845
|
-
>
|
|
4846
|
-
<i class="pf-v5-pficon-attention-bell" aria-hidden="true"></i>
|
|
4847
|
-
</span>
|
|
4848
|
-
</button>
|
|
4849
|
-
</div>
|
|
4850
|
-
<div
|
|
4851
|
-
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
4852
|
-
>
|
|
4853
|
-
<div class="pf-v5-c-toolbar__item">
|
|
4854
|
-
<nav
|
|
4855
|
-
class="pf-v5-c-app-launcher"
|
|
4856
|
-
aria-label="Application launcher"
|
|
4857
|
-
id="drawer-expanded-attention-example-page-masthead-application-launcher"
|
|
4858
|
-
>
|
|
4859
|
-
<button
|
|
4860
|
-
class="pf-v5-c-app-launcher__toggle"
|
|
4861
|
-
type="button"
|
|
4862
|
-
id="drawer-expanded-attention-example-page-masthead-application-launcher-button"
|
|
4863
|
-
aria-expanded="false"
|
|
4864
|
-
aria-label="Application launcher"
|
|
4865
|
-
>
|
|
4866
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
4867
|
-
</button>
|
|
4868
|
-
<div
|
|
4869
|
-
class="pf-v5-c-app-launcher__menu pf-m-align-right"
|
|
4870
|
-
hidden
|
|
4871
|
-
>
|
|
4872
|
-
<div class="pf-v5-c-app-launcher__menu-search">
|
|
4873
|
-
<div class="pf-v5-c-text-input-group">
|
|
4874
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
4875
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
4876
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
4877
|
-
<i class="fas fa-fw fa-search"></i>
|
|
4878
|
-
</span>
|
|
4879
|
-
<input
|
|
4880
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
4881
|
-
type="text"
|
|
4882
|
-
placeholder="Filer by name"
|
|
4883
|
-
value
|
|
4884
|
-
aria-label="Search input"
|
|
4885
|
-
/>
|
|
4886
|
-
</span>
|
|
4887
|
-
</div>
|
|
4888
|
-
</div>
|
|
4889
|
-
</div>
|
|
4890
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
4891
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Favorites</h1>
|
|
4892
|
-
<ul role="list">
|
|
4893
|
-
<li
|
|
4894
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4895
|
-
>
|
|
4896
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
4897
|
-
Link 1
|
|
4898
|
-
<span
|
|
4899
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
4900
|
-
>
|
|
4901
|
-
<i
|
|
4902
|
-
class="fas fa-external-link-alt"
|
|
4903
|
-
aria-hidden="true"
|
|
4904
|
-
></i>
|
|
4905
|
-
</span>
|
|
4906
|
-
<span
|
|
4907
|
-
class="pf-v5-screen-reader"
|
|
4908
|
-
>(opens new window)</span>
|
|
4909
|
-
</a>
|
|
4910
|
-
<button
|
|
4911
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
4912
|
-
type="button"
|
|
4913
|
-
aria-label="Favorite"
|
|
4914
|
-
>
|
|
4915
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4916
|
-
</button>
|
|
4917
|
-
</li>
|
|
4918
|
-
<li
|
|
4919
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
4920
|
-
>
|
|
4921
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
4922
|
-
Link 2
|
|
4923
|
-
<span
|
|
4924
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
4925
|
-
>
|
|
4926
|
-
<i
|
|
4927
|
-
class="fas fa-external-link-alt"
|
|
4928
|
-
aria-hidden="true"
|
|
4929
|
-
></i>
|
|
4930
|
-
</span>
|
|
4931
|
-
<span
|
|
4932
|
-
class="pf-v5-screen-reader"
|
|
4933
|
-
>(opens new window)</span>
|
|
4934
|
-
</a>
|
|
4935
|
-
<button
|
|
4936
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
4937
|
-
type="button"
|
|
4938
|
-
aria-label="Favorite"
|
|
4939
|
-
>
|
|
4940
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4941
|
-
</button>
|
|
4942
|
-
</li>
|
|
4943
|
-
</ul>
|
|
4944
|
-
</section>
|
|
4945
|
-
<hr class="pf-v5-c-divider" />
|
|
4946
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
4947
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
4948
|
-
<ul role="list">
|
|
4949
|
-
<li
|
|
4950
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
4951
|
-
>
|
|
4952
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
4953
|
-
Link 1
|
|
4954
|
-
<span
|
|
4955
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
4956
|
-
>
|
|
4957
|
-
<i
|
|
4958
|
-
class="fas fa-external-link-alt"
|
|
4959
|
-
aria-hidden="true"
|
|
4960
|
-
></i>
|
|
4961
|
-
</span>
|
|
4962
|
-
<span
|
|
4963
|
-
class="pf-v5-screen-reader"
|
|
4964
|
-
>(opens new window)</span>
|
|
4965
|
-
</a>
|
|
4966
|
-
<button
|
|
4967
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
4968
|
-
type="button"
|
|
4969
|
-
aria-label="Favorite"
|
|
4970
|
-
>
|
|
4971
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4972
|
-
</button>
|
|
4973
|
-
</li>
|
|
4974
|
-
<li
|
|
4975
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
4976
|
-
>
|
|
4977
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
4978
|
-
Link 2
|
|
4979
|
-
<span
|
|
4980
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
4981
|
-
>
|
|
4982
|
-
<i
|
|
4983
|
-
class="fas fa-external-link-alt"
|
|
4984
|
-
aria-hidden="true"
|
|
4985
|
-
></i>
|
|
4986
|
-
</span>
|
|
4987
|
-
<span
|
|
4988
|
-
class="pf-v5-screen-reader"
|
|
4989
|
-
>(opens new window)</span>
|
|
4990
|
-
</a>
|
|
4991
|
-
<button
|
|
4992
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
4993
|
-
type="button"
|
|
4994
|
-
aria-label="Favorite"
|
|
4995
|
-
>
|
|
4996
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
4997
|
-
</button>
|
|
4998
|
-
</li>
|
|
4999
|
-
</ul>
|
|
5000
|
-
</section>
|
|
5001
|
-
</div>
|
|
5002
|
-
</nav>
|
|
5003
|
-
</div>
|
|
5004
|
-
<div class="pf-v5-c-toolbar__item">
|
|
5005
|
-
<div class="pf-v5-c-dropdown">
|
|
5006
|
-
<button
|
|
5007
|
-
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
5008
|
-
id="drawer-expanded-attention-example-page-masthead-settings-button"
|
|
5009
|
-
aria-expanded="false"
|
|
5010
|
-
type="button"
|
|
5011
|
-
aria-label="Settings"
|
|
5012
|
-
>
|
|
5013
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
5014
|
-
</button>
|
|
5015
|
-
<ul
|
|
5016
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
5017
|
-
aria-labelledby="drawer-expanded-attention-example-page-masthead-settings-button"
|
|
5018
|
-
hidden
|
|
5019
|
-
>
|
|
5020
|
-
<li>
|
|
5021
|
-
<button
|
|
5022
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5023
|
-
type="button"
|
|
5024
|
-
>Settings</button>
|
|
5025
|
-
</li>
|
|
5026
|
-
<li>
|
|
5027
|
-
<button
|
|
5028
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5029
|
-
type="button"
|
|
5030
|
-
>Use the beta release</button>
|
|
5031
|
-
</li>
|
|
5032
|
-
</ul>
|
|
5033
|
-
</div>
|
|
5034
|
-
</div>
|
|
5035
|
-
<div class="pf-v5-c-toolbar__item">
|
|
5036
|
-
<div class="pf-v5-c-dropdown">
|
|
5037
|
-
<button
|
|
5038
|
-
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
5039
|
-
id="drawer-expanded-attention-example-page-masthead-help-button"
|
|
5040
|
-
aria-expanded="false"
|
|
5041
|
-
type="button"
|
|
5042
|
-
aria-label="Help"
|
|
5043
|
-
>
|
|
5044
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
5045
|
-
</button>
|
|
5046
|
-
<ul
|
|
5047
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
5048
|
-
aria-labelledby="drawer-expanded-attention-example-page-masthead-help-button"
|
|
5049
|
-
hidden
|
|
5050
|
-
>
|
|
5051
|
-
<li>
|
|
5052
|
-
<button
|
|
5053
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5054
|
-
type="button"
|
|
5055
|
-
>Support options</button>
|
|
5056
|
-
</li>
|
|
5057
|
-
<li>
|
|
5058
|
-
<button
|
|
5059
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5060
|
-
type="button"
|
|
5061
|
-
>Open support case</button>
|
|
5062
|
-
</li>
|
|
5063
|
-
<li>
|
|
5064
|
-
<button
|
|
5065
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5066
|
-
type="button"
|
|
5067
|
-
>API documentation</button>
|
|
5068
|
-
</li>
|
|
5069
|
-
</ul>
|
|
5070
|
-
</div>
|
|
5071
|
-
</div>
|
|
5072
|
-
</div>
|
|
5073
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
5074
|
-
<div class="pf-v5-c-dropdown">
|
|
5075
|
-
<button
|
|
5076
|
-
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
5077
|
-
type="button"
|
|
5078
|
-
aria-expanded="false"
|
|
5079
|
-
aria-label="Actions"
|
|
5080
|
-
>
|
|
5081
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5082
|
-
</button>
|
|
5083
|
-
<div
|
|
5084
|
-
class="pf-v5-c-menu pf-m-drilldown pf-m-align-right"
|
|
5085
|
-
hidden
|
|
5086
|
-
>
|
|
5087
|
-
<div class="pf-v5-c-menu__content">
|
|
5088
|
-
<section class="pf-v5-c-menu__group pf-m-hidden-on-sm">
|
|
5089
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
5090
|
-
<li
|
|
5091
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
5092
|
-
role="none"
|
|
5093
|
-
>
|
|
5094
|
-
<button
|
|
5095
|
-
class="pf-v5-c-menu__item"
|
|
5096
|
-
type="button"
|
|
5097
|
-
disabled
|
|
5098
|
-
role="menuitem"
|
|
5099
|
-
>
|
|
5100
|
-
<span class="pf-v5-c-menu__item-description">
|
|
5101
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
5102
|
-
<div class="pf-v5-u-font-size-md">ned_username</div>
|
|
5103
|
-
</span>
|
|
5104
|
-
</button>
|
|
5105
|
-
</li>
|
|
5106
|
-
<li
|
|
5107
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
5108
|
-
role="none"
|
|
5109
|
-
>
|
|
5110
|
-
<button
|
|
5111
|
-
class="pf-v5-c-menu__item"
|
|
5112
|
-
type="button"
|
|
5113
|
-
disabled
|
|
5114
|
-
role="menuitem"
|
|
5115
|
-
>
|
|
5116
|
-
<span class="pf-v5-c-menu__item-description">
|
|
5117
|
-
<div
|
|
5118
|
-
class="pf-v5-u-font-size-sm"
|
|
5119
|
-
>Account number:</div>
|
|
5120
|
-
<div class="pf-v5-u-font-size-md">123456789</div>
|
|
5121
|
-
</span>
|
|
5122
|
-
</button>
|
|
5123
|
-
</li>
|
|
5124
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
5125
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
5126
|
-
<button
|
|
5127
|
-
class="pf-v5-c-menu__item"
|
|
5128
|
-
type="button"
|
|
5129
|
-
role="menuitem"
|
|
5130
|
-
>
|
|
5131
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5132
|
-
<span class="pf-v5-c-menu__item-text">My profile</span>
|
|
5133
|
-
</span>
|
|
5134
|
-
</button>
|
|
5135
|
-
</li>
|
|
5136
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
5137
|
-
<button
|
|
5138
|
-
class="pf-v5-c-menu__item"
|
|
5139
|
-
type="button"
|
|
5140
|
-
role="menuitem"
|
|
5141
|
-
>
|
|
5142
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5143
|
-
<span
|
|
5144
|
-
class="pf-v5-c-menu__item-text"
|
|
5145
|
-
>User management</span>
|
|
5146
|
-
</span>
|
|
5147
|
-
</button>
|
|
5148
|
-
</li>
|
|
5149
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
5150
|
-
<button
|
|
5151
|
-
class="pf-v5-c-menu__item"
|
|
5152
|
-
type="button"
|
|
5153
|
-
role="menuitem"
|
|
5154
|
-
>
|
|
5155
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5156
|
-
<span class="pf-v5-c-menu__item-text">Logout</span>
|
|
5157
|
-
</span>
|
|
5158
|
-
</button>
|
|
5159
|
-
</li>
|
|
5160
|
-
</ul>
|
|
5161
|
-
</section>
|
|
5162
|
-
<hr class="pf-v5-c-divider pf-m-hidden-on-sm" />
|
|
5163
|
-
<section class="pf-v5-c-menu__group">
|
|
5164
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
5165
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
5166
|
-
<button
|
|
5167
|
-
class="pf-v5-c-menu__item"
|
|
5168
|
-
type="button"
|
|
5169
|
-
role="menuitem"
|
|
5170
|
-
aria-expanded="false"
|
|
5171
|
-
>
|
|
5172
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5173
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
5174
|
-
<i
|
|
5175
|
-
class="fas fa-fw fa-cog"
|
|
5176
|
-
aria-hidden="true"
|
|
5177
|
-
></i>
|
|
5178
|
-
</span>
|
|
5179
|
-
<span class="pf-v5-c-menu__item-text">Settings</span>
|
|
5180
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
5181
|
-
<i class="fas fa-angle-right"></i>
|
|
5182
|
-
</span>
|
|
5183
|
-
</span>
|
|
5184
|
-
</button>
|
|
5185
|
-
<div class="pf-v5-c-menu" hidden>
|
|
5186
|
-
<div class="pf-v5-c-menu__content">
|
|
5187
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
5188
|
-
<li
|
|
5189
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
5190
|
-
role="none"
|
|
5191
|
-
>
|
|
5192
|
-
<button
|
|
5193
|
-
class="pf-v5-c-menu__item"
|
|
5194
|
-
type="button"
|
|
5195
|
-
role="menuitem"
|
|
5196
|
-
>
|
|
5197
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5198
|
-
<span
|
|
5199
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
5200
|
-
>
|
|
5201
|
-
<i class="fas fa-angle-left"></i>
|
|
5202
|
-
</span>
|
|
5203
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
5204
|
-
<i
|
|
5205
|
-
class="fas fa-fw fa-cog"
|
|
5206
|
-
aria-hidden="true"
|
|
5207
|
-
></i>
|
|
5208
|
-
</span>
|
|
5209
|
-
<span
|
|
5210
|
-
class="pf-v5-c-menu__item-text"
|
|
5211
|
-
>Settings</span>
|
|
5212
|
-
</span>
|
|
5213
|
-
</button>
|
|
5214
|
-
</li>
|
|
5215
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
5216
|
-
<li
|
|
5217
|
-
class="pf-v5-c-menu__list-item"
|
|
5218
|
-
role="none"
|
|
5219
|
-
>
|
|
5220
|
-
<a
|
|
5221
|
-
class="pf-v5-c-menu__item"
|
|
5222
|
-
href="#"
|
|
5223
|
-
role="menuitem"
|
|
5224
|
-
>
|
|
5225
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5226
|
-
<span
|
|
5227
|
-
class="pf-v5-c-menu__item-text"
|
|
5228
|
-
>Customer support</span>
|
|
5229
|
-
</span>
|
|
5230
|
-
</a>
|
|
5231
|
-
</li>
|
|
5232
|
-
<li
|
|
5233
|
-
class="pf-v5-c-menu__list-item"
|
|
5234
|
-
role="none"
|
|
5235
|
-
>
|
|
5236
|
-
<a
|
|
5237
|
-
class="pf-v5-c-menu__item"
|
|
5238
|
-
href="#"
|
|
5239
|
-
role="menuitem"
|
|
5240
|
-
>
|
|
5241
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5242
|
-
<span
|
|
5243
|
-
class="pf-v5-c-menu__item-text"
|
|
5244
|
-
>About</span>
|
|
5245
|
-
</span>
|
|
5246
|
-
</a>
|
|
5247
|
-
</li>
|
|
5248
|
-
</ul>
|
|
5249
|
-
</div>
|
|
5250
|
-
</div>
|
|
5251
|
-
</li>
|
|
5252
|
-
|
|
5253
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
5254
|
-
<button
|
|
5255
|
-
class="pf-v5-c-menu__item"
|
|
5256
|
-
type="button"
|
|
5257
|
-
role="menuitem"
|
|
5258
|
-
aria-expanded="false"
|
|
5259
|
-
>
|
|
5260
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5261
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
5262
|
-
<i
|
|
5263
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
5264
|
-
aria-hidden="true"
|
|
5265
|
-
></i>
|
|
5266
|
-
</span>
|
|
5267
|
-
<span class="pf-v5-c-menu__item-text">Help</span>
|
|
5268
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
5269
|
-
<i class="fas fa-angle-right"></i>
|
|
5270
|
-
</span>
|
|
5271
|
-
</span>
|
|
5272
|
-
</button>
|
|
5273
|
-
<div class="pf-v5-c-menu" hidden>
|
|
5274
|
-
<div class="pf-v5-c-menu__content">
|
|
5275
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
5276
|
-
<li
|
|
5277
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
5278
|
-
role="none"
|
|
5279
|
-
>
|
|
5280
|
-
<button
|
|
5281
|
-
class="pf-v5-c-menu__item"
|
|
5282
|
-
type="button"
|
|
5283
|
-
role="menuitem"
|
|
5284
|
-
>
|
|
5285
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5286
|
-
<span
|
|
5287
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
5288
|
-
>
|
|
5289
|
-
<i class="fas fa-angle-left"></i>
|
|
5290
|
-
</span>
|
|
5291
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
5292
|
-
<i
|
|
5293
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
5294
|
-
aria-hidden="true"
|
|
5295
|
-
></i>
|
|
5296
|
-
</span>
|
|
5297
|
-
<span
|
|
5298
|
-
class="pf-v5-c-menu__item-text"
|
|
5299
|
-
>Help</span>
|
|
5300
|
-
</span>
|
|
5301
|
-
</button>
|
|
5302
|
-
</li>
|
|
5303
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
5304
|
-
<li
|
|
5305
|
-
class="pf-v5-c-menu__list-item"
|
|
5306
|
-
role="none"
|
|
5307
|
-
>
|
|
5308
|
-
<a
|
|
5309
|
-
class="pf-v5-c-menu__item"
|
|
5310
|
-
href="#"
|
|
5311
|
-
role="menuitem"
|
|
5312
|
-
>
|
|
5313
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5314
|
-
<span
|
|
5315
|
-
class="pf-v5-c-menu__item-text"
|
|
5316
|
-
>Support options</span>
|
|
5317
|
-
</span>
|
|
5318
|
-
</a>
|
|
5319
|
-
</li>
|
|
5320
|
-
<li
|
|
5321
|
-
class="pf-v5-c-menu__list-item"
|
|
5322
|
-
role="none"
|
|
5323
|
-
>
|
|
5324
|
-
<a
|
|
5325
|
-
class="pf-v5-c-menu__item"
|
|
5326
|
-
href="#"
|
|
5327
|
-
role="menuitem"
|
|
5328
|
-
>
|
|
5329
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5330
|
-
<span
|
|
5331
|
-
class="pf-v5-c-menu__item-text"
|
|
5332
|
-
>Open support case</span>
|
|
5333
|
-
</span>
|
|
5334
|
-
</a>
|
|
5335
|
-
</li>
|
|
5336
|
-
<li
|
|
5337
|
-
class="pf-v5-c-menu__list-item"
|
|
5338
|
-
role="none"
|
|
5339
|
-
>
|
|
5340
|
-
<a
|
|
5341
|
-
class="pf-v5-c-menu__item"
|
|
5342
|
-
href="#"
|
|
5343
|
-
role="menuitem"
|
|
5344
|
-
>
|
|
5345
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5346
|
-
<span
|
|
5347
|
-
class="pf-v5-c-menu__item-text"
|
|
5348
|
-
>API documentation</span>
|
|
5349
|
-
</span>
|
|
5350
|
-
</a>
|
|
5351
|
-
</li>
|
|
5352
|
-
</ul>
|
|
5353
|
-
</div>
|
|
5354
|
-
</div>
|
|
5355
|
-
</li>
|
|
5356
|
-
|
|
5357
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
5358
|
-
<button
|
|
5359
|
-
class="pf-v5-c-menu__item"
|
|
5360
|
-
type="button"
|
|
5361
|
-
role="menuitem"
|
|
5362
|
-
>
|
|
5363
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5364
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
5365
|
-
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
5366
|
-
</span>
|
|
5367
|
-
<span
|
|
5368
|
-
class="pf-v5-c-menu__item-text"
|
|
5369
|
-
>Application launcher</span>
|
|
5370
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
5371
|
-
<i class="fas fa-angle-right"></i>
|
|
5372
|
-
</span>
|
|
5373
|
-
</span>
|
|
5374
|
-
</button>
|
|
5375
|
-
<div class="pf-v5-c-menu" hidden>
|
|
5376
|
-
<div class="pf-v5-c-menu__header">
|
|
5377
|
-
<button
|
|
5378
|
-
class="pf-v5-c-menu__item"
|
|
5379
|
-
type="button"
|
|
5380
|
-
role="menuitem"
|
|
5381
|
-
>
|
|
5382
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5383
|
-
<span
|
|
5384
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
5385
|
-
>
|
|
5386
|
-
<i class="fas fa-angle-left"></i>
|
|
5387
|
-
</span>
|
|
5388
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
5389
|
-
<i
|
|
5390
|
-
class="fas fa-fw fa-th"
|
|
5391
|
-
aria-hidden="true"
|
|
5392
|
-
></i>
|
|
5393
|
-
</span>
|
|
5394
|
-
<span
|
|
5395
|
-
class="pf-v5-c-menu__item-text"
|
|
5396
|
-
>Application launcher</span>
|
|
5397
|
-
</span>
|
|
5398
|
-
</button>
|
|
5399
|
-
</div>
|
|
5400
|
-
<div class="pf-v5-c-menu__search">
|
|
5401
|
-
<div class="pf-v5-c-menu__search-input">
|
|
5402
|
-
<div class="pf-v5-c-text-input-group">
|
|
5403
|
-
<div
|
|
5404
|
-
class="pf-v5-c-text-input-group__main pf-m-icon"
|
|
5405
|
-
>
|
|
5406
|
-
<span
|
|
5407
|
-
class="pf-v5-c-text-input-group__text"
|
|
5408
|
-
>
|
|
5409
|
-
<span
|
|
5410
|
-
class="pf-v5-c-text-input-group__icon"
|
|
5411
|
-
>
|
|
5412
|
-
<i class="fas fa-fw fa-search"></i>
|
|
5413
|
-
</span>
|
|
5414
|
-
<input
|
|
5415
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
5416
|
-
type="text"
|
|
5417
|
-
placeholder="Search"
|
|
5418
|
-
value
|
|
5419
|
-
aria-label="Search input"
|
|
5420
|
-
/>
|
|
5421
|
-
</span>
|
|
5422
|
-
</div>
|
|
5423
|
-
</div>
|
|
5424
|
-
</div>
|
|
5425
|
-
</div>
|
|
5426
|
-
<hr class="pf-v5-c-divider" />
|
|
5427
|
-
<section class="pf-v5-c-menu__group">
|
|
5428
|
-
<h1 class="pf-v5-c-menu__group-title">Favorites</h1>
|
|
5429
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
5430
|
-
<li
|
|
5431
|
-
class="pf-v5-c-menu__list-item"
|
|
5432
|
-
role="none"
|
|
5433
|
-
>
|
|
5434
|
-
<a
|
|
5435
|
-
class="pf-v5-c-menu__item"
|
|
5436
|
-
href="#"
|
|
5437
|
-
role="menuitem"
|
|
5438
|
-
>
|
|
5439
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5440
|
-
<span
|
|
5441
|
-
class="pf-v5-c-menu__item-text"
|
|
5442
|
-
>Link 1</span>
|
|
5443
|
-
</span>
|
|
5444
|
-
</a>
|
|
5445
|
-
<button
|
|
5446
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
5447
|
-
type="button"
|
|
5448
|
-
aria-label="Starred"
|
|
5449
|
-
>
|
|
5450
|
-
<span
|
|
5451
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
5452
|
-
>
|
|
5453
|
-
<i
|
|
5454
|
-
class="fas fa-star"
|
|
5455
|
-
aria-hidden="true"
|
|
5456
|
-
></i>
|
|
5457
|
-
</span>
|
|
5458
|
-
</button>
|
|
5459
|
-
</li>
|
|
5460
|
-
<li
|
|
5461
|
-
class="pf-v5-c-menu__list-item"
|
|
5462
|
-
role="none"
|
|
5463
|
-
>
|
|
5464
|
-
<a
|
|
5465
|
-
class="pf-v5-c-menu__item"
|
|
5466
|
-
href="#"
|
|
5467
|
-
role="menuitem"
|
|
5468
|
-
target="_blank"
|
|
5469
|
-
>
|
|
5470
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5471
|
-
<span
|
|
5472
|
-
class="pf-v5-c-menu__item-text"
|
|
5473
|
-
>Link 2</span>
|
|
5474
|
-
<span
|
|
5475
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
5476
|
-
>
|
|
5477
|
-
<i
|
|
5478
|
-
class="fas fa-external-link-alt"
|
|
5479
|
-
aria-hidden="true"
|
|
5480
|
-
></i>
|
|
5481
|
-
</span>
|
|
5482
|
-
<span
|
|
5483
|
-
class="pf-v5-screen-reader"
|
|
5484
|
-
>(opens new window)</span>
|
|
5485
|
-
</span>
|
|
5486
|
-
</a>
|
|
5487
|
-
<button
|
|
5488
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
5489
|
-
type="button"
|
|
5490
|
-
aria-label="Not starred"
|
|
5491
|
-
>
|
|
5492
|
-
<span
|
|
5493
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
5494
|
-
>
|
|
5495
|
-
<i
|
|
5496
|
-
class="fas fa-star"
|
|
5497
|
-
aria-hidden="true"
|
|
5498
|
-
></i>
|
|
5499
|
-
</span>
|
|
5500
|
-
</button>
|
|
5501
|
-
</li>
|
|
5502
|
-
</ul>
|
|
5503
|
-
</section>
|
|
5504
|
-
<hr class="pf-v5-c-divider" />
|
|
5505
|
-
<section class="pf-v5-c-menu__group">
|
|
5506
|
-
<h1 class="pf-v5-c-menu__group-title">Group 1</h1>
|
|
5507
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
5508
|
-
<li
|
|
5509
|
-
class="pf-v5-c-menu__list-item"
|
|
5510
|
-
role="none"
|
|
5511
|
-
>
|
|
5512
|
-
<a
|
|
5513
|
-
class="pf-v5-c-menu__item"
|
|
5514
|
-
href="#"
|
|
5515
|
-
role="menuitem"
|
|
5516
|
-
>
|
|
5517
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5518
|
-
<span
|
|
5519
|
-
class="pf-v5-c-menu__item-text"
|
|
5520
|
-
>Link 1</span>
|
|
5521
|
-
</span>
|
|
5522
|
-
</a>
|
|
5523
|
-
<button
|
|
5524
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
5525
|
-
type="button"
|
|
5526
|
-
aria-label="Not starred"
|
|
5527
|
-
>
|
|
5528
|
-
<span
|
|
5529
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
5530
|
-
>
|
|
5531
|
-
<i
|
|
5532
|
-
class="fas fa-star"
|
|
5533
|
-
aria-hidden="true"
|
|
5534
|
-
></i>
|
|
5535
|
-
</span>
|
|
5536
|
-
</button>
|
|
5537
|
-
</li>
|
|
5538
|
-
<li
|
|
5539
|
-
class="pf-v5-c-menu__list-item"
|
|
5540
|
-
role="none"
|
|
5541
|
-
>
|
|
5542
|
-
<a
|
|
5543
|
-
class="pf-v5-c-menu__item"
|
|
5544
|
-
href="#"
|
|
5545
|
-
role="menuitem"
|
|
5546
|
-
target="_blank"
|
|
5547
|
-
>
|
|
5548
|
-
<span class="pf-v5-c-menu__item-main">
|
|
5549
|
-
<span
|
|
5550
|
-
class="pf-v5-c-menu__item-text"
|
|
5551
|
-
>Link 2</span>
|
|
5552
|
-
<span
|
|
5553
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
5554
|
-
>
|
|
5555
|
-
<i
|
|
5556
|
-
class="fas fa-external-link-alt"
|
|
5557
|
-
aria-hidden="true"
|
|
5558
|
-
></i>
|
|
5559
|
-
</span>
|
|
5560
|
-
<span
|
|
5561
|
-
class="pf-v5-screen-reader"
|
|
5562
|
-
>(opens new window)</span>
|
|
5563
|
-
</span>
|
|
5564
|
-
</a>
|
|
5565
|
-
<button
|
|
5566
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
5567
|
-
type="button"
|
|
5568
|
-
aria-label="Starred"
|
|
5569
|
-
>
|
|
5570
|
-
<span
|
|
5571
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
5572
|
-
>
|
|
5573
|
-
<i
|
|
5574
|
-
class="fas fa-star"
|
|
5575
|
-
aria-hidden="true"
|
|
5576
|
-
></i>
|
|
5577
|
-
</span>
|
|
5578
|
-
</button>
|
|
5579
|
-
</li>
|
|
5580
|
-
</ul>
|
|
5581
|
-
</section>
|
|
5582
|
-
</div>
|
|
5583
|
-
</li>
|
|
5584
|
-
</ul>
|
|
5585
|
-
</section>
|
|
5586
|
-
</div>
|
|
5587
|
-
</div>
|
|
5588
|
-
</div>
|
|
2648
|
+
class="pf-v5-c-notification-badge pf-m-attention pf-m-expanded"
|
|
2649
|
+
>
|
|
2650
|
+
<i class="pf-v5-pficon-attention-bell" aria-hidden="true"></i>
|
|
2651
|
+
</span>
|
|
2652
|
+
</button>
|
|
5589
2653
|
</div>
|
|
5590
|
-
</div>
|
|
5591
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
5592
2654
|
<div
|
|
5593
|
-
class="pf-v5-c-
|
|
5594
|
-
style="--pf-v5-c-dropdown--MaxWidth: 20ch;"
|
|
2655
|
+
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
5595
2656
|
>
|
|
2657
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2658
|
+
<button
|
|
2659
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
2660
|
+
type="button"
|
|
2661
|
+
aria-expanded="false"
|
|
2662
|
+
aria-label="Application launcher"
|
|
2663
|
+
>
|
|
2664
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2665
|
+
</button>
|
|
2666
|
+
</div>
|
|
2667
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2668
|
+
<button
|
|
2669
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
2670
|
+
type="button"
|
|
2671
|
+
aria-expanded="false"
|
|
2672
|
+
aria-label="Settings"
|
|
2673
|
+
>
|
|
2674
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
2675
|
+
</button>
|
|
2676
|
+
</div>
|
|
2677
|
+
<div class="pf-v5-c-toolbar__item">
|
|
2678
|
+
<button
|
|
2679
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
2680
|
+
type="button"
|
|
2681
|
+
aria-expanded="false"
|
|
2682
|
+
aria-label="Help"
|
|
2683
|
+
>
|
|
2684
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
2685
|
+
</button>
|
|
2686
|
+
</div>
|
|
2687
|
+
</div>
|
|
2688
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
5596
2689
|
<button
|
|
5597
|
-
class="pf-v5-c-
|
|
5598
|
-
id="drawer-expanded-attention-example-page-masthead-profile-button"
|
|
5599
|
-
aria-expanded="false"
|
|
2690
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
5600
2691
|
type="button"
|
|
2692
|
+
aria-expanded="false"
|
|
2693
|
+
aria-label="Actions"
|
|
5601
2694
|
>
|
|
5602
|
-
<
|
|
5603
|
-
<img
|
|
5604
|
-
class="pf-v5-c-avatar"
|
|
5605
|
-
alt="Avatar image"
|
|
5606
|
-
src="/assets/images/img_avatar-light.svg"
|
|
5607
|
-
/>
|
|
5608
|
-
</span>
|
|
5609
|
-
<span class="pf-v5-c-dropdown__toggle-text">Ned Username</span>
|
|
5610
|
-
<span class="pf-v5-c-dropdown__toggle-icon">
|
|
5611
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
5612
|
-
</span>
|
|
2695
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
5613
2696
|
</button>
|
|
5614
|
-
<div class="pf-v5-c-dropdown__menu" hidden>
|
|
5615
|
-
<section class="pf-v5-c-dropdown__group">
|
|
5616
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
5617
|
-
<div class="pf-v5-u-font-size-sm">Account number:</div>
|
|
5618
|
-
<div>123456789</div>
|
|
5619
|
-
</div>
|
|
5620
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
5621
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
5622
|
-
<div>mshaksho@redhat.com</div>
|
|
5623
|
-
</div>
|
|
5624
|
-
</section>
|
|
5625
|
-
<hr class="pf-v5-c-divider" />
|
|
5626
|
-
<section class="pf-v5-c-dropdown__group">
|
|
5627
|
-
<ul>
|
|
5628
|
-
<li>
|
|
5629
|
-
<a
|
|
5630
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5631
|
-
href="#"
|
|
5632
|
-
>My profile</a>
|
|
5633
|
-
</li>
|
|
5634
|
-
<li>
|
|
5635
|
-
<a
|
|
5636
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
5637
|
-
href="#"
|
|
5638
|
-
>User management</a>
|
|
5639
|
-
</li>
|
|
5640
|
-
<li>
|
|
5641
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Logout</a>
|
|
5642
|
-
</li>
|
|
5643
|
-
</ul>
|
|
5644
|
-
</section>
|
|
5645
|
-
</div>
|
|
5646
2697
|
</div>
|
|
5647
2698
|
</div>
|
|
2699
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
2700
|
+
<button
|
|
2701
|
+
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
2702
|
+
type="button"
|
|
2703
|
+
aria-expanded="false"
|
|
2704
|
+
>
|
|
2705
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
2706
|
+
<img
|
|
2707
|
+
class="pf-v5-c-avatar"
|
|
2708
|
+
alt="Avatar image"
|
|
2709
|
+
src="/assets/images/img_avatar-light.svg"
|
|
2710
|
+
/>
|
|
2711
|
+
</span>
|
|
2712
|
+
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
2713
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
2714
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
2715
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
2716
|
+
</span>
|
|
2717
|
+
</span>
|
|
2718
|
+
</button>
|
|
2719
|
+
</div>
|
|
5648
2720
|
</div>
|
|
5649
2721
|
</div>
|
|
5650
2722
|
</div>
|
|
@@ -6447,800 +3519,68 @@ section: components
|
|
|
6447
3519
|
class="pf-v5-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
6448
3520
|
>
|
|
6449
3521
|
<div class="pf-v5-c-toolbar__item">
|
|
6450
|
-
<
|
|
6451
|
-
class="pf-v5-c-
|
|
3522
|
+
<button
|
|
3523
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
3524
|
+
type="button"
|
|
3525
|
+
aria-expanded="false"
|
|
6452
3526
|
aria-label="Application launcher"
|
|
6453
|
-
id="drawer-expanded-with-groups-example-page-masthead-application-launcher"
|
|
6454
3527
|
>
|
|
6455
|
-
<
|
|
6456
|
-
|
|
6457
|
-
type="button"
|
|
6458
|
-
id="drawer-expanded-with-groups-example-page-masthead-application-launcher-button"
|
|
6459
|
-
aria-expanded="false"
|
|
6460
|
-
aria-label="Application launcher"
|
|
6461
|
-
>
|
|
6462
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
6463
|
-
</button>
|
|
6464
|
-
<div
|
|
6465
|
-
class="pf-v5-c-app-launcher__menu pf-m-align-right"
|
|
6466
|
-
hidden
|
|
6467
|
-
>
|
|
6468
|
-
<div class="pf-v5-c-app-launcher__menu-search">
|
|
6469
|
-
<div class="pf-v5-c-text-input-group">
|
|
6470
|
-
<div class="pf-v5-c-text-input-group__main pf-m-icon">
|
|
6471
|
-
<span class="pf-v5-c-text-input-group__text">
|
|
6472
|
-
<span class="pf-v5-c-text-input-group__icon">
|
|
6473
|
-
<i class="fas fa-fw fa-search"></i>
|
|
6474
|
-
</span>
|
|
6475
|
-
<input
|
|
6476
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
6477
|
-
type="text"
|
|
6478
|
-
placeholder="Filer by name"
|
|
6479
|
-
value
|
|
6480
|
-
aria-label="Search input"
|
|
6481
|
-
/>
|
|
6482
|
-
</span>
|
|
6483
|
-
</div>
|
|
6484
|
-
</div>
|
|
6485
|
-
</div>
|
|
6486
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
6487
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Favorites</h1>
|
|
6488
|
-
<ul role="list">
|
|
6489
|
-
<li
|
|
6490
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
6491
|
-
>
|
|
6492
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
6493
|
-
Link 1
|
|
6494
|
-
<span
|
|
6495
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
6496
|
-
>
|
|
6497
|
-
<i
|
|
6498
|
-
class="fas fa-external-link-alt"
|
|
6499
|
-
aria-hidden="true"
|
|
6500
|
-
></i>
|
|
6501
|
-
</span>
|
|
6502
|
-
<span
|
|
6503
|
-
class="pf-v5-screen-reader"
|
|
6504
|
-
>(opens new window)</span>
|
|
6505
|
-
</a>
|
|
6506
|
-
<button
|
|
6507
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
6508
|
-
type="button"
|
|
6509
|
-
aria-label="Favorite"
|
|
6510
|
-
>
|
|
6511
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
6512
|
-
</button>
|
|
6513
|
-
</li>
|
|
6514
|
-
<li
|
|
6515
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
6516
|
-
>
|
|
6517
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
6518
|
-
Link 2
|
|
6519
|
-
<span
|
|
6520
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
6521
|
-
>
|
|
6522
|
-
<i
|
|
6523
|
-
class="fas fa-external-link-alt"
|
|
6524
|
-
aria-hidden="true"
|
|
6525
|
-
></i>
|
|
6526
|
-
</span>
|
|
6527
|
-
<span
|
|
6528
|
-
class="pf-v5-screen-reader"
|
|
6529
|
-
>(opens new window)</span>
|
|
6530
|
-
</a>
|
|
6531
|
-
<button
|
|
6532
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
6533
|
-
type="button"
|
|
6534
|
-
aria-label="Favorite"
|
|
6535
|
-
>
|
|
6536
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
6537
|
-
</button>
|
|
6538
|
-
</li>
|
|
6539
|
-
</ul>
|
|
6540
|
-
</section>
|
|
6541
|
-
<hr class="pf-v5-c-divider" />
|
|
6542
|
-
<section class="pf-v5-c-app-launcher__group">
|
|
6543
|
-
<h1 class="pf-v5-c-app-launcher__group-title">Group 1</h1>
|
|
6544
|
-
<ul role="list">
|
|
6545
|
-
<li
|
|
6546
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external"
|
|
6547
|
-
>
|
|
6548
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
6549
|
-
Link 1
|
|
6550
|
-
<span
|
|
6551
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
6552
|
-
>
|
|
6553
|
-
<i
|
|
6554
|
-
class="fas fa-external-link-alt"
|
|
6555
|
-
aria-hidden="true"
|
|
6556
|
-
></i>
|
|
6557
|
-
</span>
|
|
6558
|
-
<span
|
|
6559
|
-
class="pf-v5-screen-reader"
|
|
6560
|
-
>(opens new window)</span>
|
|
6561
|
-
</a>
|
|
6562
|
-
<button
|
|
6563
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
6564
|
-
type="button"
|
|
6565
|
-
aria-label="Favorite"
|
|
6566
|
-
>
|
|
6567
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
6568
|
-
</button>
|
|
6569
|
-
</li>
|
|
6570
|
-
<li
|
|
6571
|
-
class="pf-v5-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
6572
|
-
>
|
|
6573
|
-
<a class="pf-v5-c-app-launcher__menu-item">
|
|
6574
|
-
Link 2
|
|
6575
|
-
<span
|
|
6576
|
-
class="pf-v5-c-app-launcher__menu-item-external-icon"
|
|
6577
|
-
>
|
|
6578
|
-
<i
|
|
6579
|
-
class="fas fa-external-link-alt"
|
|
6580
|
-
aria-hidden="true"
|
|
6581
|
-
></i>
|
|
6582
|
-
</span>
|
|
6583
|
-
<span
|
|
6584
|
-
class="pf-v5-screen-reader"
|
|
6585
|
-
>(opens new window)</span>
|
|
6586
|
-
</a>
|
|
6587
|
-
<button
|
|
6588
|
-
class="pf-v5-c-app-launcher__menu-item pf-m-action"
|
|
6589
|
-
type="button"
|
|
6590
|
-
aria-label="Favorite"
|
|
6591
|
-
>
|
|
6592
|
-
<i class="fas fa-star" aria-hidden="true"></i>
|
|
6593
|
-
</button>
|
|
6594
|
-
</li>
|
|
6595
|
-
</ul>
|
|
6596
|
-
</section>
|
|
6597
|
-
</div>
|
|
6598
|
-
</nav>
|
|
3528
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3529
|
+
</button>
|
|
6599
3530
|
</div>
|
|
6600
3531
|
<div class="pf-v5-c-toolbar__item">
|
|
6601
|
-
<
|
|
6602
|
-
|
|
6603
|
-
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
6610
|
-
</button>
|
|
6611
|
-
<ul
|
|
6612
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
6613
|
-
aria-labelledby="drawer-expanded-with-groups-example-page-masthead-settings-button"
|
|
6614
|
-
hidden
|
|
6615
|
-
>
|
|
6616
|
-
<li>
|
|
6617
|
-
<button
|
|
6618
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
6619
|
-
type="button"
|
|
6620
|
-
>Settings</button>
|
|
6621
|
-
</li>
|
|
6622
|
-
<li>
|
|
6623
|
-
<button
|
|
6624
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
6625
|
-
type="button"
|
|
6626
|
-
>Use the beta release</button>
|
|
6627
|
-
</li>
|
|
6628
|
-
</ul>
|
|
6629
|
-
</div>
|
|
3532
|
+
<button
|
|
3533
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
3534
|
+
type="button"
|
|
3535
|
+
aria-expanded="false"
|
|
3536
|
+
aria-label="Settings"
|
|
3537
|
+
>
|
|
3538
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3539
|
+
</button>
|
|
6630
3540
|
</div>
|
|
6631
3541
|
<div class="pf-v5-c-toolbar__item">
|
|
6632
|
-
<div class="pf-v5-c-dropdown">
|
|
6633
|
-
<button
|
|
6634
|
-
class="pf-v5-c-dropdown__toggle pf-m-plain"
|
|
6635
|
-
id="drawer-expanded-with-groups-example-page-masthead-help-button"
|
|
6636
|
-
aria-expanded="false"
|
|
6637
|
-
type="button"
|
|
6638
|
-
aria-label="Help"
|
|
6639
|
-
>
|
|
6640
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
6641
|
-
</button>
|
|
6642
|
-
<ul
|
|
6643
|
-
class="pf-v5-c-dropdown__menu pf-m-align-right"
|
|
6644
|
-
aria-labelledby="drawer-expanded-with-groups-example-page-masthead-help-button"
|
|
6645
|
-
hidden
|
|
6646
|
-
>
|
|
6647
|
-
<li>
|
|
6648
|
-
<button
|
|
6649
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
6650
|
-
type="button"
|
|
6651
|
-
>Support options</button>
|
|
6652
|
-
</li>
|
|
6653
|
-
<li>
|
|
6654
|
-
<button
|
|
6655
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
6656
|
-
type="button"
|
|
6657
|
-
>Open support case</button>
|
|
6658
|
-
</li>
|
|
6659
|
-
<li>
|
|
6660
|
-
<button
|
|
6661
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
6662
|
-
type="button"
|
|
6663
|
-
>API documentation</button>
|
|
6664
|
-
</li>
|
|
6665
|
-
</ul>
|
|
6666
|
-
</div>
|
|
6667
|
-
</div>
|
|
6668
|
-
</div>
|
|
6669
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
6670
|
-
<div class="pf-v5-c-dropdown">
|
|
6671
3542
|
<button
|
|
6672
3543
|
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
6673
3544
|
type="button"
|
|
6674
3545
|
aria-expanded="false"
|
|
6675
|
-
aria-label="
|
|
3546
|
+
aria-label="Help"
|
|
6676
3547
|
>
|
|
6677
|
-
<i class="fas fa-
|
|
3548
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
6678
3549
|
</button>
|
|
6679
|
-
<div
|
|
6680
|
-
class="pf-v5-c-menu pf-m-drilldown pf-m-align-right"
|
|
6681
|
-
hidden
|
|
6682
|
-
>
|
|
6683
|
-
<div class="pf-v5-c-menu__content">
|
|
6684
|
-
<section class="pf-v5-c-menu__group pf-m-hidden-on-sm">
|
|
6685
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
6686
|
-
<li
|
|
6687
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
6688
|
-
role="none"
|
|
6689
|
-
>
|
|
6690
|
-
<button
|
|
6691
|
-
class="pf-v5-c-menu__item"
|
|
6692
|
-
type="button"
|
|
6693
|
-
disabled
|
|
6694
|
-
role="menuitem"
|
|
6695
|
-
>
|
|
6696
|
-
<span class="pf-v5-c-menu__item-description">
|
|
6697
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
6698
|
-
<div class="pf-v5-u-font-size-md">ned_username</div>
|
|
6699
|
-
</span>
|
|
6700
|
-
</button>
|
|
6701
|
-
</li>
|
|
6702
|
-
<li
|
|
6703
|
-
class="pf-v5-c-menu__list-item pf-m-disabled"
|
|
6704
|
-
role="none"
|
|
6705
|
-
>
|
|
6706
|
-
<button
|
|
6707
|
-
class="pf-v5-c-menu__item"
|
|
6708
|
-
type="button"
|
|
6709
|
-
disabled
|
|
6710
|
-
role="menuitem"
|
|
6711
|
-
>
|
|
6712
|
-
<span class="pf-v5-c-menu__item-description">
|
|
6713
|
-
<div
|
|
6714
|
-
class="pf-v5-u-font-size-sm"
|
|
6715
|
-
>Account number:</div>
|
|
6716
|
-
<div class="pf-v5-u-font-size-md">123456789</div>
|
|
6717
|
-
</span>
|
|
6718
|
-
</button>
|
|
6719
|
-
</li>
|
|
6720
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
6721
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
6722
|
-
<button
|
|
6723
|
-
class="pf-v5-c-menu__item"
|
|
6724
|
-
type="button"
|
|
6725
|
-
role="menuitem"
|
|
6726
|
-
>
|
|
6727
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6728
|
-
<span class="pf-v5-c-menu__item-text">My profile</span>
|
|
6729
|
-
</span>
|
|
6730
|
-
</button>
|
|
6731
|
-
</li>
|
|
6732
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
6733
|
-
<button
|
|
6734
|
-
class="pf-v5-c-menu__item"
|
|
6735
|
-
type="button"
|
|
6736
|
-
role="menuitem"
|
|
6737
|
-
>
|
|
6738
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6739
|
-
<span
|
|
6740
|
-
class="pf-v5-c-menu__item-text"
|
|
6741
|
-
>User management</span>
|
|
6742
|
-
</span>
|
|
6743
|
-
</button>
|
|
6744
|
-
</li>
|
|
6745
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
6746
|
-
<button
|
|
6747
|
-
class="pf-v5-c-menu__item"
|
|
6748
|
-
type="button"
|
|
6749
|
-
role="menuitem"
|
|
6750
|
-
>
|
|
6751
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6752
|
-
<span class="pf-v5-c-menu__item-text">Logout</span>
|
|
6753
|
-
</span>
|
|
6754
|
-
</button>
|
|
6755
|
-
</li>
|
|
6756
|
-
</ul>
|
|
6757
|
-
</section>
|
|
6758
|
-
<hr class="pf-v5-c-divider pf-m-hidden-on-sm" />
|
|
6759
|
-
<section class="pf-v5-c-menu__group">
|
|
6760
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
6761
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
6762
|
-
<button
|
|
6763
|
-
class="pf-v5-c-menu__item"
|
|
6764
|
-
type="button"
|
|
6765
|
-
role="menuitem"
|
|
6766
|
-
aria-expanded="false"
|
|
6767
|
-
>
|
|
6768
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6769
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
6770
|
-
<i
|
|
6771
|
-
class="fas fa-fw fa-cog"
|
|
6772
|
-
aria-hidden="true"
|
|
6773
|
-
></i>
|
|
6774
|
-
</span>
|
|
6775
|
-
<span class="pf-v5-c-menu__item-text">Settings</span>
|
|
6776
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
6777
|
-
<i class="fas fa-angle-right"></i>
|
|
6778
|
-
</span>
|
|
6779
|
-
</span>
|
|
6780
|
-
</button>
|
|
6781
|
-
<div class="pf-v5-c-menu" hidden>
|
|
6782
|
-
<div class="pf-v5-c-menu__content">
|
|
6783
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
6784
|
-
<li
|
|
6785
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
6786
|
-
role="none"
|
|
6787
|
-
>
|
|
6788
|
-
<button
|
|
6789
|
-
class="pf-v5-c-menu__item"
|
|
6790
|
-
type="button"
|
|
6791
|
-
role="menuitem"
|
|
6792
|
-
>
|
|
6793
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6794
|
-
<span
|
|
6795
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
6796
|
-
>
|
|
6797
|
-
<i class="fas fa-angle-left"></i>
|
|
6798
|
-
</span>
|
|
6799
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
6800
|
-
<i
|
|
6801
|
-
class="fas fa-fw fa-cog"
|
|
6802
|
-
aria-hidden="true"
|
|
6803
|
-
></i>
|
|
6804
|
-
</span>
|
|
6805
|
-
<span
|
|
6806
|
-
class="pf-v5-c-menu__item-text"
|
|
6807
|
-
>Settings</span>
|
|
6808
|
-
</span>
|
|
6809
|
-
</button>
|
|
6810
|
-
</li>
|
|
6811
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
6812
|
-
<li
|
|
6813
|
-
class="pf-v5-c-menu__list-item"
|
|
6814
|
-
role="none"
|
|
6815
|
-
>
|
|
6816
|
-
<a
|
|
6817
|
-
class="pf-v5-c-menu__item"
|
|
6818
|
-
href="#"
|
|
6819
|
-
role="menuitem"
|
|
6820
|
-
>
|
|
6821
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6822
|
-
<span
|
|
6823
|
-
class="pf-v5-c-menu__item-text"
|
|
6824
|
-
>Customer support</span>
|
|
6825
|
-
</span>
|
|
6826
|
-
</a>
|
|
6827
|
-
</li>
|
|
6828
|
-
<li
|
|
6829
|
-
class="pf-v5-c-menu__list-item"
|
|
6830
|
-
role="none"
|
|
6831
|
-
>
|
|
6832
|
-
<a
|
|
6833
|
-
class="pf-v5-c-menu__item"
|
|
6834
|
-
href="#"
|
|
6835
|
-
role="menuitem"
|
|
6836
|
-
>
|
|
6837
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6838
|
-
<span
|
|
6839
|
-
class="pf-v5-c-menu__item-text"
|
|
6840
|
-
>About</span>
|
|
6841
|
-
</span>
|
|
6842
|
-
</a>
|
|
6843
|
-
</li>
|
|
6844
|
-
</ul>
|
|
6845
|
-
</div>
|
|
6846
|
-
</div>
|
|
6847
|
-
</li>
|
|
6848
|
-
|
|
6849
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
6850
|
-
<button
|
|
6851
|
-
class="pf-v5-c-menu__item"
|
|
6852
|
-
type="button"
|
|
6853
|
-
role="menuitem"
|
|
6854
|
-
aria-expanded="false"
|
|
6855
|
-
>
|
|
6856
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6857
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
6858
|
-
<i
|
|
6859
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
6860
|
-
aria-hidden="true"
|
|
6861
|
-
></i>
|
|
6862
|
-
</span>
|
|
6863
|
-
<span class="pf-v5-c-menu__item-text">Help</span>
|
|
6864
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
6865
|
-
<i class="fas fa-angle-right"></i>
|
|
6866
|
-
</span>
|
|
6867
|
-
</span>
|
|
6868
|
-
</button>
|
|
6869
|
-
<div class="pf-v5-c-menu" hidden>
|
|
6870
|
-
<div class="pf-v5-c-menu__content">
|
|
6871
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
6872
|
-
<li
|
|
6873
|
-
class="pf-v5-c-menu__list-item pf-m-drill-up"
|
|
6874
|
-
role="none"
|
|
6875
|
-
>
|
|
6876
|
-
<button
|
|
6877
|
-
class="pf-v5-c-menu__item"
|
|
6878
|
-
type="button"
|
|
6879
|
-
role="menuitem"
|
|
6880
|
-
>
|
|
6881
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6882
|
-
<span
|
|
6883
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
6884
|
-
>
|
|
6885
|
-
<i class="fas fa-angle-left"></i>
|
|
6886
|
-
</span>
|
|
6887
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
6888
|
-
<i
|
|
6889
|
-
class="fas fa-fw fa-pf-v5-pficon pf-v5-pficon-help"
|
|
6890
|
-
aria-hidden="true"
|
|
6891
|
-
></i>
|
|
6892
|
-
</span>
|
|
6893
|
-
<span
|
|
6894
|
-
class="pf-v5-c-menu__item-text"
|
|
6895
|
-
>Help</span>
|
|
6896
|
-
</span>
|
|
6897
|
-
</button>
|
|
6898
|
-
</li>
|
|
6899
|
-
<li class="pf-v5-c-divider" role="separator"></li>
|
|
6900
|
-
<li
|
|
6901
|
-
class="pf-v5-c-menu__list-item"
|
|
6902
|
-
role="none"
|
|
6903
|
-
>
|
|
6904
|
-
<a
|
|
6905
|
-
class="pf-v5-c-menu__item"
|
|
6906
|
-
href="#"
|
|
6907
|
-
role="menuitem"
|
|
6908
|
-
>
|
|
6909
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6910
|
-
<span
|
|
6911
|
-
class="pf-v5-c-menu__item-text"
|
|
6912
|
-
>Support options</span>
|
|
6913
|
-
</span>
|
|
6914
|
-
</a>
|
|
6915
|
-
</li>
|
|
6916
|
-
<li
|
|
6917
|
-
class="pf-v5-c-menu__list-item"
|
|
6918
|
-
role="none"
|
|
6919
|
-
>
|
|
6920
|
-
<a
|
|
6921
|
-
class="pf-v5-c-menu__item"
|
|
6922
|
-
href="#"
|
|
6923
|
-
role="menuitem"
|
|
6924
|
-
>
|
|
6925
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6926
|
-
<span
|
|
6927
|
-
class="pf-v5-c-menu__item-text"
|
|
6928
|
-
>Open support case</span>
|
|
6929
|
-
</span>
|
|
6930
|
-
</a>
|
|
6931
|
-
</li>
|
|
6932
|
-
<li
|
|
6933
|
-
class="pf-v5-c-menu__list-item"
|
|
6934
|
-
role="none"
|
|
6935
|
-
>
|
|
6936
|
-
<a
|
|
6937
|
-
class="pf-v5-c-menu__item"
|
|
6938
|
-
href="#"
|
|
6939
|
-
role="menuitem"
|
|
6940
|
-
>
|
|
6941
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6942
|
-
<span
|
|
6943
|
-
class="pf-v5-c-menu__item-text"
|
|
6944
|
-
>API documentation</span>
|
|
6945
|
-
</span>
|
|
6946
|
-
</a>
|
|
6947
|
-
</li>
|
|
6948
|
-
</ul>
|
|
6949
|
-
</div>
|
|
6950
|
-
</div>
|
|
6951
|
-
</li>
|
|
6952
|
-
|
|
6953
|
-
<li class="pf-v5-c-menu__list-item" role="none">
|
|
6954
|
-
<button
|
|
6955
|
-
class="pf-v5-c-menu__item"
|
|
6956
|
-
type="button"
|
|
6957
|
-
role="menuitem"
|
|
6958
|
-
>
|
|
6959
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6960
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
6961
|
-
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
6962
|
-
</span>
|
|
6963
|
-
<span
|
|
6964
|
-
class="pf-v5-c-menu__item-text"
|
|
6965
|
-
>Application launcher</span>
|
|
6966
|
-
<span class="pf-v5-c-menu__item-toggle-icon">
|
|
6967
|
-
<i class="fas fa-angle-right"></i>
|
|
6968
|
-
</span>
|
|
6969
|
-
</span>
|
|
6970
|
-
</button>
|
|
6971
|
-
<div class="pf-v5-c-menu" hidden>
|
|
6972
|
-
<div class="pf-v5-c-menu__header">
|
|
6973
|
-
<button
|
|
6974
|
-
class="pf-v5-c-menu__item"
|
|
6975
|
-
type="button"
|
|
6976
|
-
role="menuitem"
|
|
6977
|
-
>
|
|
6978
|
-
<span class="pf-v5-c-menu__item-main">
|
|
6979
|
-
<span
|
|
6980
|
-
class="pf-v5-c-menu__item-toggle-icon"
|
|
6981
|
-
>
|
|
6982
|
-
<i class="fas fa-angle-left"></i>
|
|
6983
|
-
</span>
|
|
6984
|
-
<span class="pf-v5-c-menu__item-icon">
|
|
6985
|
-
<i
|
|
6986
|
-
class="fas fa-fw fa-th"
|
|
6987
|
-
aria-hidden="true"
|
|
6988
|
-
></i>
|
|
6989
|
-
</span>
|
|
6990
|
-
<span
|
|
6991
|
-
class="pf-v5-c-menu__item-text"
|
|
6992
|
-
>Application launcher</span>
|
|
6993
|
-
</span>
|
|
6994
|
-
</button>
|
|
6995
|
-
</div>
|
|
6996
|
-
<div class="pf-v5-c-menu__search">
|
|
6997
|
-
<div class="pf-v5-c-menu__search-input">
|
|
6998
|
-
<div class="pf-v5-c-text-input-group">
|
|
6999
|
-
<div
|
|
7000
|
-
class="pf-v5-c-text-input-group__main pf-m-icon"
|
|
7001
|
-
>
|
|
7002
|
-
<span
|
|
7003
|
-
class="pf-v5-c-text-input-group__text"
|
|
7004
|
-
>
|
|
7005
|
-
<span
|
|
7006
|
-
class="pf-v5-c-text-input-group__icon"
|
|
7007
|
-
>
|
|
7008
|
-
<i class="fas fa-fw fa-search"></i>
|
|
7009
|
-
</span>
|
|
7010
|
-
<input
|
|
7011
|
-
class="pf-v5-c-text-input-group__text-input"
|
|
7012
|
-
type="text"
|
|
7013
|
-
placeholder="Search"
|
|
7014
|
-
value
|
|
7015
|
-
aria-label="Search input"
|
|
7016
|
-
/>
|
|
7017
|
-
</span>
|
|
7018
|
-
</div>
|
|
7019
|
-
</div>
|
|
7020
|
-
</div>
|
|
7021
|
-
</div>
|
|
7022
|
-
<hr class="pf-v5-c-divider" />
|
|
7023
|
-
<section class="pf-v5-c-menu__group">
|
|
7024
|
-
<h1 class="pf-v5-c-menu__group-title">Favorites</h1>
|
|
7025
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
7026
|
-
<li
|
|
7027
|
-
class="pf-v5-c-menu__list-item"
|
|
7028
|
-
role="none"
|
|
7029
|
-
>
|
|
7030
|
-
<a
|
|
7031
|
-
class="pf-v5-c-menu__item"
|
|
7032
|
-
href="#"
|
|
7033
|
-
role="menuitem"
|
|
7034
|
-
>
|
|
7035
|
-
<span class="pf-v5-c-menu__item-main">
|
|
7036
|
-
<span
|
|
7037
|
-
class="pf-v5-c-menu__item-text"
|
|
7038
|
-
>Link 1</span>
|
|
7039
|
-
</span>
|
|
7040
|
-
</a>
|
|
7041
|
-
<button
|
|
7042
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
7043
|
-
type="button"
|
|
7044
|
-
aria-label="Starred"
|
|
7045
|
-
>
|
|
7046
|
-
<span
|
|
7047
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
7048
|
-
>
|
|
7049
|
-
<i
|
|
7050
|
-
class="fas fa-star"
|
|
7051
|
-
aria-hidden="true"
|
|
7052
|
-
></i>
|
|
7053
|
-
</span>
|
|
7054
|
-
</button>
|
|
7055
|
-
</li>
|
|
7056
|
-
<li
|
|
7057
|
-
class="pf-v5-c-menu__list-item"
|
|
7058
|
-
role="none"
|
|
7059
|
-
>
|
|
7060
|
-
<a
|
|
7061
|
-
class="pf-v5-c-menu__item"
|
|
7062
|
-
href="#"
|
|
7063
|
-
role="menuitem"
|
|
7064
|
-
target="_blank"
|
|
7065
|
-
>
|
|
7066
|
-
<span class="pf-v5-c-menu__item-main">
|
|
7067
|
-
<span
|
|
7068
|
-
class="pf-v5-c-menu__item-text"
|
|
7069
|
-
>Link 2</span>
|
|
7070
|
-
<span
|
|
7071
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
7072
|
-
>
|
|
7073
|
-
<i
|
|
7074
|
-
class="fas fa-external-link-alt"
|
|
7075
|
-
aria-hidden="true"
|
|
7076
|
-
></i>
|
|
7077
|
-
</span>
|
|
7078
|
-
<span
|
|
7079
|
-
class="pf-v5-screen-reader"
|
|
7080
|
-
>(opens new window)</span>
|
|
7081
|
-
</span>
|
|
7082
|
-
</a>
|
|
7083
|
-
<button
|
|
7084
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
7085
|
-
type="button"
|
|
7086
|
-
aria-label="Not starred"
|
|
7087
|
-
>
|
|
7088
|
-
<span
|
|
7089
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
7090
|
-
>
|
|
7091
|
-
<i
|
|
7092
|
-
class="fas fa-star"
|
|
7093
|
-
aria-hidden="true"
|
|
7094
|
-
></i>
|
|
7095
|
-
</span>
|
|
7096
|
-
</button>
|
|
7097
|
-
</li>
|
|
7098
|
-
</ul>
|
|
7099
|
-
</section>
|
|
7100
|
-
<hr class="pf-v5-c-divider" />
|
|
7101
|
-
<section class="pf-v5-c-menu__group">
|
|
7102
|
-
<h1 class="pf-v5-c-menu__group-title">Group 1</h1>
|
|
7103
|
-
<ul class="pf-v5-c-menu__list" role="menu">
|
|
7104
|
-
<li
|
|
7105
|
-
class="pf-v5-c-menu__list-item"
|
|
7106
|
-
role="none"
|
|
7107
|
-
>
|
|
7108
|
-
<a
|
|
7109
|
-
class="pf-v5-c-menu__item"
|
|
7110
|
-
href="#"
|
|
7111
|
-
role="menuitem"
|
|
7112
|
-
>
|
|
7113
|
-
<span class="pf-v5-c-menu__item-main">
|
|
7114
|
-
<span
|
|
7115
|
-
class="pf-v5-c-menu__item-text"
|
|
7116
|
-
>Link 1</span>
|
|
7117
|
-
</span>
|
|
7118
|
-
</a>
|
|
7119
|
-
<button
|
|
7120
|
-
class="pf-v5-c-menu__item-action pf-m-favorite"
|
|
7121
|
-
type="button"
|
|
7122
|
-
aria-label="Not starred"
|
|
7123
|
-
>
|
|
7124
|
-
<span
|
|
7125
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
7126
|
-
>
|
|
7127
|
-
<i
|
|
7128
|
-
class="fas fa-star"
|
|
7129
|
-
aria-hidden="true"
|
|
7130
|
-
></i>
|
|
7131
|
-
</span>
|
|
7132
|
-
</button>
|
|
7133
|
-
</li>
|
|
7134
|
-
<li
|
|
7135
|
-
class="pf-v5-c-menu__list-item"
|
|
7136
|
-
role="none"
|
|
7137
|
-
>
|
|
7138
|
-
<a
|
|
7139
|
-
class="pf-v5-c-menu__item"
|
|
7140
|
-
href="#"
|
|
7141
|
-
role="menuitem"
|
|
7142
|
-
target="_blank"
|
|
7143
|
-
>
|
|
7144
|
-
<span class="pf-v5-c-menu__item-main">
|
|
7145
|
-
<span
|
|
7146
|
-
class="pf-v5-c-menu__item-text"
|
|
7147
|
-
>Link 2</span>
|
|
7148
|
-
<span
|
|
7149
|
-
class="pf-v5-c-menu__item-external-icon"
|
|
7150
|
-
>
|
|
7151
|
-
<i
|
|
7152
|
-
class="fas fa-external-link-alt"
|
|
7153
|
-
aria-hidden="true"
|
|
7154
|
-
></i>
|
|
7155
|
-
</span>
|
|
7156
|
-
<span
|
|
7157
|
-
class="pf-v5-screen-reader"
|
|
7158
|
-
>(opens new window)</span>
|
|
7159
|
-
</span>
|
|
7160
|
-
</a>
|
|
7161
|
-
<button
|
|
7162
|
-
class="pf-v5-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
7163
|
-
type="button"
|
|
7164
|
-
aria-label="Starred"
|
|
7165
|
-
>
|
|
7166
|
-
<span
|
|
7167
|
-
class="pf-v5-c-menu__item-action-icon"
|
|
7168
|
-
>
|
|
7169
|
-
<i
|
|
7170
|
-
class="fas fa-star"
|
|
7171
|
-
aria-hidden="true"
|
|
7172
|
-
></i>
|
|
7173
|
-
</span>
|
|
7174
|
-
</button>
|
|
7175
|
-
</li>
|
|
7176
|
-
</ul>
|
|
7177
|
-
</section>
|
|
7178
|
-
</div>
|
|
7179
|
-
</li>
|
|
7180
|
-
</ul>
|
|
7181
|
-
</section>
|
|
7182
|
-
</div>
|
|
7183
|
-
</div>
|
|
7184
3550
|
</div>
|
|
7185
3551
|
</div>
|
|
7186
|
-
|
|
7187
|
-
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
7188
|
-
<div
|
|
7189
|
-
class="pf-v5-c-dropdown pf-m-full-height"
|
|
7190
|
-
style="--pf-v5-c-dropdown--MaxWidth: 20ch;"
|
|
7191
|
-
>
|
|
3552
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden-on-lg">
|
|
7192
3553
|
<button
|
|
7193
|
-
class="pf-v5-c-
|
|
7194
|
-
id="drawer-expanded-with-groups-example-page-masthead-profile-button"
|
|
7195
|
-
aria-expanded="false"
|
|
3554
|
+
class="pf-v5-c-menu-toggle pf-m-plain"
|
|
7196
3555
|
type="button"
|
|
3556
|
+
aria-expanded="false"
|
|
3557
|
+
aria-label="Actions"
|
|
7197
3558
|
>
|
|
7198
|
-
<
|
|
7199
|
-
<img
|
|
7200
|
-
class="pf-v5-c-avatar"
|
|
7201
|
-
alt="Avatar image"
|
|
7202
|
-
src="/assets/images/img_avatar-light.svg"
|
|
7203
|
-
/>
|
|
7204
|
-
</span>
|
|
7205
|
-
<span class="pf-v5-c-dropdown__toggle-text">Ned Username</span>
|
|
7206
|
-
<span class="pf-v5-c-dropdown__toggle-icon">
|
|
7207
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
7208
|
-
</span>
|
|
3559
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
7209
3560
|
</button>
|
|
7210
|
-
<div class="pf-v5-c-dropdown__menu" hidden>
|
|
7211
|
-
<section class="pf-v5-c-dropdown__group">
|
|
7212
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
7213
|
-
<div class="pf-v5-u-font-size-sm">Account number:</div>
|
|
7214
|
-
<div>123456789</div>
|
|
7215
|
-
</div>
|
|
7216
|
-
<div class="pf-v5-c-dropdown__menu-item pf-m-text">
|
|
7217
|
-
<div class="pf-v5-u-font-size-sm">Username:</div>
|
|
7218
|
-
<div>mshaksho@redhat.com</div>
|
|
7219
|
-
</div>
|
|
7220
|
-
</section>
|
|
7221
|
-
<hr class="pf-v5-c-divider" />
|
|
7222
|
-
<section class="pf-v5-c-dropdown__group">
|
|
7223
|
-
<ul>
|
|
7224
|
-
<li>
|
|
7225
|
-
<a
|
|
7226
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
7227
|
-
href="#"
|
|
7228
|
-
>My profile</a>
|
|
7229
|
-
</li>
|
|
7230
|
-
<li>
|
|
7231
|
-
<a
|
|
7232
|
-
class="pf-v5-c-dropdown__menu-item"
|
|
7233
|
-
href="#"
|
|
7234
|
-
>User management</a>
|
|
7235
|
-
</li>
|
|
7236
|
-
<li>
|
|
7237
|
-
<a class="pf-v5-c-dropdown__menu-item" href="#">Logout</a>
|
|
7238
|
-
</li>
|
|
7239
|
-
</ul>
|
|
7240
|
-
</section>
|
|
7241
|
-
</div>
|
|
7242
3561
|
</div>
|
|
7243
3562
|
</div>
|
|
3563
|
+
<div class="pf-v5-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
3564
|
+
<button
|
|
3565
|
+
class="pf-v5-c-menu-toggle pf-m-full-height"
|
|
3566
|
+
type="button"
|
|
3567
|
+
aria-expanded="false"
|
|
3568
|
+
>
|
|
3569
|
+
<span class="pf-v5-c-menu-toggle__icon">
|
|
3570
|
+
<img
|
|
3571
|
+
class="pf-v5-c-avatar"
|
|
3572
|
+
alt="Avatar image"
|
|
3573
|
+
src="/assets/images/img_avatar-light.svg"
|
|
3574
|
+
/>
|
|
3575
|
+
</span>
|
|
3576
|
+
<span class="pf-v5-c-menu-toggle__text">Ned Username</span>
|
|
3577
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
3578
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
3579
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
3580
|
+
</span>
|
|
3581
|
+
</span>
|
|
3582
|
+
</button>
|
|
3583
|
+
</div>
|
|
7244
3584
|
</div>
|
|
7245
3585
|
</div>
|
|
7246
3586
|
</div>
|