@patternfly/patternfly 6.0.0-alpha.103 → 6.0.0-alpha.105
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/patternfly-variables.css +22 -19
- package/base/tokens/_tokens-charts.scss +6 -6
- package/base/tokens/_tokens-dark.scss +4 -3
- package/base/tokens/_tokens-default.scss +20 -18
- package/base/tokens/_tokens-palette.scss +1 -1
- package/components/Drawer/drawer.css +5 -4
- package/components/Drawer/drawer.scss +7 -6
- package/components/FormControl/form-control.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +24 -0
- package/components/MenuToggle/menu-toggle.scss +36 -0
- package/components/Page/page.css +24 -23
- package/components/Page/page.scss +24 -23
- package/docs/components/Drawer/examples/Drawer.md +2 -1
- package/docs/components/MenuToggle/examples/MenuToggle.md +64 -0
- package/docs/components/Page/deprecated/PageHeader.md +113 -99
- package/docs/components/Page/examples/Page.md +114 -100
- package/docs/demos/AboutModal/examples/AboutModal.md +81 -79
- package/docs/demos/Alert/examples/Alert.md +551 -524
- package/docs/demos/BackToTop/examples/BackToTop.md +211 -209
- package/docs/demos/Banner/examples/Banner.md +420 -412
- package/docs/demos/CardView/examples/CardView.md +1302 -1297
- package/docs/demos/ContextSelector/examples/ContextSelector.md +536 -523
- package/docs/demos/Dashboard/examples/Dashboard.md +1344 -1314
- package/docs/demos/DataList/examples/DataList.md +3006 -2958
- package/docs/demos/DescriptionList/examples/DescriptionList.md +532 -518
- package/docs/demos/Drawer/examples/Drawer.md +544 -528
- package/docs/demos/JumpLinks/examples/JumpLinks.md +915 -897
- package/docs/demos/Masthead/examples/Masthead.md +729 -711
- package/docs/demos/Modal/examples/Modal.md +486 -474
- package/docs/demos/Nav/examples/Nav.md +528 -510
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +440 -435
- package/docs/demos/Page/examples/Page.md +1656 -1633
- package/docs/demos/Page/examples/Penta.md +632 -577
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +5222 -5080
- package/docs/demos/Skeleton/examples/Skeleton.md +177 -175
- package/docs/demos/Table/examples/Table.md +14137 -13972
- package/docs/demos/Tabs/examples/Tabs.md +2206 -2138
- package/docs/demos/Toolbar/examples/Toolbar.md +1322 -1269
- package/docs/demos/Wizard/examples/Wizard.md +1571 -1553
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +22 -19
- package/patternfly-base-no-globals.css +22 -19
- package/patternfly-base-theme-dark-unversioned.css +22 -19
- package/patternfly-base.css +22 -19
- package/patternfly-no-globals.css +75 -46
- package/patternfly-theme-dark-unversioned.css +75 -46
- package/patternfly.css +75 -46
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -306,1406 +306,1411 @@ section: patterns
|
|
|
306
306
|
</nav>
|
|
307
307
|
</div>
|
|
308
308
|
</div>
|
|
309
|
-
<
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
<
|
|
316
|
-
<
|
|
317
|
-
<
|
|
318
|
-
<
|
|
319
|
-
<
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
<
|
|
323
|
-
<
|
|
324
|
-
|
|
309
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
310
|
+
<main
|
|
311
|
+
class="pf-v6-c-page__main"
|
|
312
|
+
tabindex="-1"
|
|
313
|
+
id="main-content-card-view-basic-example"
|
|
314
|
+
>
|
|
315
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
316
|
+
<div class="pf-v6-c-page__main-body">
|
|
317
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
318
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
319
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
320
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
321
|
+
</li>
|
|
322
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
323
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
324
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
325
|
+
</span>
|
|
325
326
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
327
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
328
|
+
</li>
|
|
329
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
330
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
331
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
332
|
+
</span>
|
|
332
333
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
334
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
335
|
+
</li>
|
|
336
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
337
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
338
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
339
|
+
</span>
|
|
339
340
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
</div>
|
|
349
|
-
</section>
|
|
350
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
351
|
-
<div class="pf-v6-c-page__main-body">
|
|
352
|
-
<div class="pf-v6-c-content">
|
|
353
|
-
<h1>Main title</h1>
|
|
354
|
-
<p>This is a full page demo.</p>
|
|
341
|
+
<a
|
|
342
|
+
href="#"
|
|
343
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
344
|
+
aria-current="page"
|
|
345
|
+
>Section landing</a>
|
|
346
|
+
</li>
|
|
347
|
+
</ol>
|
|
348
|
+
</nav>
|
|
355
349
|
</div>
|
|
356
|
-
</
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
>
|
|
376
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
377
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
378
|
-
</span>
|
|
379
|
-
</button>
|
|
380
|
-
</div>
|
|
381
|
-
<div class="pf-v6-c-toolbar__item pf-m-bulk-select">
|
|
382
|
-
<div
|
|
383
|
-
class="pf-v6-c-menu-toggle pf-m-split-button"
|
|
384
|
-
id="card-view-basic-example-toolbar-check"
|
|
385
|
-
>
|
|
386
|
-
<label
|
|
387
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
388
|
-
id="card-view-basic-example-toolbar-check-check"
|
|
389
|
-
for="card-view-basic-example-toolbar-check-check-input"
|
|
390
|
-
>
|
|
391
|
-
<input
|
|
392
|
-
class="pf-v6-c-check__input"
|
|
393
|
-
type="checkbox"
|
|
394
|
-
id="card-view-basic-example-toolbar-check-check-input"
|
|
395
|
-
name="card-view-basic-example-toolbar-check-check-input"
|
|
396
|
-
aria-label="Standalone check"
|
|
397
|
-
/>
|
|
398
|
-
</label>
|
|
350
|
+
</section>
|
|
351
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
352
|
+
<div class="pf-v6-c-page__main-body">
|
|
353
|
+
<div class="pf-v6-c-content">
|
|
354
|
+
<h1>Main title</h1>
|
|
355
|
+
<p>This is a full page demo.</p>
|
|
356
|
+
</div>
|
|
357
|
+
</div>
|
|
358
|
+
</section>
|
|
359
|
+
<section class="pf-v6-c-page__main-section pf-m-light pf-m-no-padding">
|
|
360
|
+
<div
|
|
361
|
+
class="pf-v6-c-toolbar pf-m-page-insets"
|
|
362
|
+
id="card-view-basic-example-toolbar"
|
|
363
|
+
>
|
|
364
|
+
<div class="pf-v6-c-toolbar__content">
|
|
365
|
+
<div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
|
|
366
|
+
<div
|
|
367
|
+
class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
368
|
+
>
|
|
369
|
+
<div class="pf-v6-c-toolbar__toggle pf-m-show">
|
|
399
370
|
<button
|
|
400
|
-
class="pf-v6-c-menu-
|
|
371
|
+
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
401
372
|
type="button"
|
|
402
373
|
aria-expanded="false"
|
|
403
|
-
|
|
404
|
-
aria-
|
|
374
|
+
aria-label="Show filters"
|
|
375
|
+
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
405
376
|
>
|
|
406
|
-
<span class="pf-v6-c-menu-
|
|
407
|
-
<
|
|
408
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
409
|
-
</span>
|
|
377
|
+
<span class="pf-v6-c-menu-toggle__icon">
|
|
378
|
+
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
410
379
|
</span>
|
|
411
380
|
</button>
|
|
412
381
|
</div>
|
|
413
|
-
|
|
382
|
+
<div class="pf-v6-c-toolbar__item pf-m-bulk-select">
|
|
383
|
+
<div
|
|
384
|
+
class="pf-v6-c-menu-toggle pf-m-split-button"
|
|
385
|
+
id="card-view-basic-example-toolbar-check"
|
|
386
|
+
>
|
|
387
|
+
<label
|
|
388
|
+
class="pf-v6-c-check pf-m-standalone"
|
|
389
|
+
id="card-view-basic-example-toolbar-check-check"
|
|
390
|
+
for="card-view-basic-example-toolbar-check-check-input"
|
|
391
|
+
>
|
|
392
|
+
<input
|
|
393
|
+
class="pf-v6-c-check__input"
|
|
394
|
+
type="checkbox"
|
|
395
|
+
id="card-view-basic-example-toolbar-check-check-input"
|
|
396
|
+
name="card-view-basic-example-toolbar-check-check-input"
|
|
397
|
+
aria-label="Standalone check"
|
|
398
|
+
/>
|
|
399
|
+
</label>
|
|
400
|
+
<button
|
|
401
|
+
class="pf-v6-c-menu-toggle__button"
|
|
402
|
+
type="button"
|
|
403
|
+
aria-expanded="false"
|
|
404
|
+
id="card-view-basic-example-toolbar-menu-toggle-toggle-button"
|
|
405
|
+
aria-label="Menu toggle"
|
|
406
|
+
>
|
|
407
|
+
<span class="pf-v6-c-menu-toggle__controls">
|
|
408
|
+
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
409
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
410
|
+
</span>
|
|
411
|
+
</span>
|
|
412
|
+
</button>
|
|
413
|
+
</div>
|
|
414
|
+
</div>
|
|
414
415
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
416
|
+
<div class="pf-v6-c-toolbar__item">
|
|
417
|
+
<div class="pf-v6-c-select">
|
|
418
|
+
<span
|
|
419
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-label"
|
|
420
|
+
hidden
|
|
421
|
+
>Choose many</span>
|
|
421
422
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
423
|
+
<button
|
|
424
|
+
class="pf-v6-c-select__toggle"
|
|
425
|
+
type="button"
|
|
426
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-toggle"
|
|
427
|
+
aria-haspopup="true"
|
|
428
|
+
aria-expanded="false"
|
|
429
|
+
aria-labelledby="card-view-basic-example-toolbar-select-checkbox-status-label card-view-basic-example-toolbar-select-checkbox-status-toggle"
|
|
430
|
+
>
|
|
431
|
+
<div class="pf-v6-c-select__toggle-wrapper">
|
|
432
|
+
<span class="pf-v6-c-select__toggle-text">Status</span>
|
|
433
|
+
</div>
|
|
434
|
+
<span class="pf-v6-c-select__toggle-arrow">
|
|
435
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
436
|
+
</span>
|
|
437
|
+
</button>
|
|
438
|
+
|
|
439
|
+
<div class="pf-v6-c-select__menu" hidden>
|
|
440
|
+
<fieldset
|
|
441
|
+
class="pf-v6-c-select__menu-fieldset"
|
|
442
|
+
aria-label="Select input"
|
|
443
|
+
>
|
|
444
|
+
<label
|
|
445
|
+
class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
446
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active"
|
|
447
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
448
|
+
>
|
|
449
|
+
<input
|
|
450
|
+
class="pf-v6-c-check__input"
|
|
451
|
+
type="checkbox"
|
|
452
|
+
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
453
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
454
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-active-input"
|
|
455
|
+
/>
|
|
456
|
+
<span class="pf-v6-c-check__label">Active</span>
|
|
457
|
+
<span
|
|
458
|
+
class="pf-v6-c-check__description"
|
|
459
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-active-description"
|
|
460
|
+
>This is a description</span>
|
|
461
|
+
</label>
|
|
462
|
+
<label
|
|
463
|
+
class="pf-v6-c-check pf-v5-c-select__menu-item pf-m-description"
|
|
464
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled"
|
|
465
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
466
|
+
>
|
|
467
|
+
<input
|
|
468
|
+
class="pf-v6-c-check__input"
|
|
469
|
+
type="checkbox"
|
|
470
|
+
aria-describedby="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
471
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
472
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-canceled-input"
|
|
473
|
+
/>
|
|
474
|
+
<span class="pf-v6-c-check__label">Canceled</span>
|
|
475
|
+
<span
|
|
476
|
+
class="pf-v6-c-check__description"
|
|
477
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-canceled-description"
|
|
478
|
+
>This is a really long description that describes the menu item. This is a really long description that describes the menu item.</span>
|
|
479
|
+
</label>
|
|
480
|
+
<label
|
|
481
|
+
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
482
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
483
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
484
|
+
>
|
|
485
|
+
<input
|
|
486
|
+
class="pf-v6-c-check__input"
|
|
487
|
+
type="checkbox"
|
|
488
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
489
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
490
|
+
/>
|
|
491
|
+
<span class="pf-v6-c-check__label">Paused</span>
|
|
492
|
+
</label>
|
|
493
|
+
<label
|
|
494
|
+
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
495
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-warning"
|
|
496
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
497
|
+
>
|
|
498
|
+
<input
|
|
499
|
+
class="pf-v6-c-check__input"
|
|
500
|
+
type="checkbox"
|
|
501
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
502
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-warning-input"
|
|
503
|
+
/>
|
|
504
|
+
<span class="pf-v6-c-check__label">Warning</span>
|
|
505
|
+
</label>
|
|
506
|
+
<label
|
|
507
|
+
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
508
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
509
|
+
for="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
510
|
+
>
|
|
511
|
+
<input
|
|
512
|
+
class="pf-v6-c-check__input"
|
|
513
|
+
type="checkbox"
|
|
514
|
+
id="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
515
|
+
name="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
516
|
+
/>
|
|
517
|
+
<span class="pf-v6-c-check__label">Restarted</span>
|
|
518
|
+
</label>
|
|
519
|
+
</fieldset>
|
|
432
520
|
</div>
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
</button>
|
|
521
|
+
</div>
|
|
522
|
+
</div>
|
|
523
|
+
</div>
|
|
437
524
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
525
|
+
<div
|
|
526
|
+
class="pf-v6-c-overflow-menu"
|
|
527
|
+
id="card-view-basic-example-toolbar-overflow-menu"
|
|
528
|
+
>
|
|
529
|
+
<div
|
|
530
|
+
class="pf-v6-c-overflow-menu__content pf-v5-u-display-none pf-v5-u-display-flex-on-lg"
|
|
531
|
+
>
|
|
532
|
+
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
533
|
+
<div class="pf-v6-c-overflow-menu__item">
|
|
534
|
+
<button
|
|
535
|
+
class="pf-v6-c-button pf-m-primary"
|
|
536
|
+
type="button"
|
|
537
|
+
>Create instance</button>
|
|
538
|
+
</div>
|
|
539
|
+
</div>
|
|
540
|
+
</div>
|
|
541
|
+
<div class="pf-v6-c-overflow-menu__control">
|
|
542
|
+
<div class="pf-v6-c-dropdown">
|
|
543
|
+
<button
|
|
544
|
+
class="pf-v6-c-button pf-v5-c-dropdown__toggle pf-m-plain"
|
|
545
|
+
type="button"
|
|
546
|
+
id="card-view-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
547
|
+
aria-label="Dropdown with additional options"
|
|
548
|
+
aria-expanded="false"
|
|
442
549
|
>
|
|
443
|
-
<
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
550
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
551
|
+
</button>
|
|
552
|
+
<ul
|
|
553
|
+
class="pf-v6-c-dropdown__menu"
|
|
554
|
+
role="menu"
|
|
555
|
+
aria-labelledby="card-view-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
556
|
+
hidden
|
|
557
|
+
>
|
|
558
|
+
<li role="none">
|
|
559
|
+
<button
|
|
560
|
+
role="menuitem"
|
|
561
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
562
|
+
>Action 7</button>
|
|
563
|
+
</li>
|
|
564
|
+
</ul>
|
|
565
|
+
</div>
|
|
566
|
+
</div>
|
|
567
|
+
</div>
|
|
568
|
+
|
|
569
|
+
<div class="pf-v6-c-toolbar__item pf-m-pagination">
|
|
570
|
+
<div class="pf-v6-c-pagination pf-m-compact">
|
|
571
|
+
<div class="pf-v6-c-pagination__page-menu">
|
|
572
|
+
<div class="pf-v6-c-options-menu">
|
|
573
|
+
<button
|
|
574
|
+
class="pf-v6-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
575
|
+
type="button"
|
|
576
|
+
id="card-view-basic-example-toolbar-top-pagination-toggle"
|
|
577
|
+
aria-haspopup="listbox"
|
|
578
|
+
aria-expanded="false"
|
|
465
579
|
>
|
|
466
|
-
<
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
<label
|
|
480
|
-
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
481
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-paused"
|
|
482
|
-
for="card-view-basic-example-toolbar-select-checkbox-status-paused-input"
|
|
580
|
+
<span class="pf-v6-c-options-menu__toggle-text">
|
|
581
|
+
<b>1 - 10</b> of
|
|
582
|
+
<b>36</b>
|
|
583
|
+
</span>
|
|
584
|
+
<div class="pf-v6-c-options-menu__toggle-icon">
|
|
585
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
586
|
+
</div>
|
|
587
|
+
</button>
|
|
588
|
+
<ul
|
|
589
|
+
class="pf-v6-c-options-menu__menu"
|
|
590
|
+
role="menu"
|
|
591
|
+
aria-labelledby="card-view-basic-example-toolbar-top-pagination-toggle"
|
|
592
|
+
hidden
|
|
483
593
|
>
|
|
484
|
-
<
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
594
|
+
<li role="none">
|
|
595
|
+
<button
|
|
596
|
+
class="pf-v6-c-options-menu__menu-item"
|
|
597
|
+
type="button"
|
|
598
|
+
role="menuitem"
|
|
599
|
+
>5 per page</button>
|
|
600
|
+
</li>
|
|
601
|
+
<li role="none">
|
|
602
|
+
<button
|
|
603
|
+
class="pf-v6-c-options-menu__menu-item"
|
|
604
|
+
type="button"
|
|
605
|
+
role="menuitem"
|
|
606
|
+
>
|
|
607
|
+
10 per page
|
|
608
|
+
<div class="pf-v6-c-options-menu__menu-item-icon">
|
|
609
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
610
|
+
</div>
|
|
611
|
+
</button>
|
|
612
|
+
</li>
|
|
613
|
+
<li role="none">
|
|
614
|
+
<button
|
|
615
|
+
class="pf-v6-c-options-menu__menu-item"
|
|
616
|
+
type="button"
|
|
617
|
+
role="menuitem"
|
|
618
|
+
>20 per page</button>
|
|
619
|
+
</li>
|
|
620
|
+
</ul>
|
|
621
|
+
</div>
|
|
622
|
+
</div>
|
|
623
|
+
<nav
|
|
624
|
+
class="pf-v6-c-pagination__nav"
|
|
625
|
+
aria-label="Toolbar top pagination"
|
|
626
|
+
>
|
|
627
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
628
|
+
<button
|
|
629
|
+
class="pf-v6-c-button pf-m-plain"
|
|
630
|
+
type="button"
|
|
631
|
+
disabled
|
|
632
|
+
aria-label="Go to previous page"
|
|
496
633
|
>
|
|
497
|
-
<
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
<label
|
|
506
|
-
class="pf-v6-c-check pf-v5-c-select__menu-item"
|
|
507
|
-
id="card-view-basic-example-toolbar-select-checkbox-status-restarted"
|
|
508
|
-
for="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
634
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
635
|
+
</button>
|
|
636
|
+
</div>
|
|
637
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
638
|
+
<button
|
|
639
|
+
class="pf-v6-c-button pf-m-plain"
|
|
640
|
+
type="button"
|
|
641
|
+
aria-label="Go to next page"
|
|
509
642
|
>
|
|
510
|
-
<
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
name="card-view-basic-example-toolbar-select-checkbox-status-restarted-input"
|
|
515
|
-
/>
|
|
516
|
-
<span class="pf-v6-c-check__label">Restarted</span>
|
|
517
|
-
</label>
|
|
518
|
-
</fieldset>
|
|
519
|
-
</div>
|
|
643
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
644
|
+
</button>
|
|
645
|
+
</div>
|
|
646
|
+
</nav>
|
|
520
647
|
</div>
|
|
521
648
|
</div>
|
|
522
649
|
</div>
|
|
523
650
|
|
|
524
651
|
<div
|
|
525
|
-
class="pf-v6-c-
|
|
526
|
-
id="card-view-basic-example-toolbar-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
652
|
+
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
653
|
+
id="card-view-basic-example-toolbar-expandable-content"
|
|
654
|
+
hidden
|
|
655
|
+
></div>
|
|
656
|
+
</div>
|
|
657
|
+
</div>
|
|
658
|
+
</section>
|
|
659
|
+
<section class="pf-v6-c-page__main-section pf-m-fill">
|
|
660
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
661
|
+
<div
|
|
662
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
663
|
+
id="card-view-basic-example-gallery-card-empty-state"
|
|
664
|
+
>
|
|
665
|
+
<div class="pf-v6-l-bullseye">
|
|
666
|
+
<div class="pf-v6-c-empty-state pf-m-xs">
|
|
667
|
+
<div class="pf-v6-c-empty-state__content">
|
|
668
|
+
<i class="fas fa-plus-circle pf-v6-c-empty-state__icon"></i>
|
|
669
|
+
<div class="pf-v6-c-card__title">
|
|
670
|
+
<h2
|
|
671
|
+
class="pf-v6-c-card__title-text pf-m-md"
|
|
672
|
+
>Add a new card to your page</h2>
|
|
537
673
|
</div>
|
|
674
|
+
<button
|
|
675
|
+
class="pf-v6-c-button pf-m-link"
|
|
676
|
+
type="button"
|
|
677
|
+
>Add card</button>
|
|
538
678
|
</div>
|
|
539
679
|
</div>
|
|
540
|
-
|
|
680
|
+
</div>
|
|
681
|
+
</div>
|
|
682
|
+
<div
|
|
683
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
684
|
+
id="card-view-basic-example-gallery-card-1"
|
|
685
|
+
>
|
|
686
|
+
<div class="pf-v6-c-card__header">
|
|
687
|
+
<img src="/assets/images/pf-logo-small.svg" alt="PatternFly logo" />
|
|
688
|
+
<div class="pf-v6-c-card__actions">
|
|
541
689
|
<div class="pf-v6-c-dropdown">
|
|
542
690
|
<button
|
|
543
|
-
class="pf-v6-c-
|
|
544
|
-
|
|
545
|
-
id="card-view-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
546
|
-
aria-label="Dropdown with additional options"
|
|
691
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
692
|
+
id="card-view-basic-example-gallery-card-1-dropdown-kebab-button"
|
|
547
693
|
aria-expanded="false"
|
|
694
|
+
type="button"
|
|
695
|
+
aria-label="Actions"
|
|
548
696
|
>
|
|
549
697
|
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
550
698
|
</button>
|
|
551
699
|
<ul
|
|
552
|
-
class="pf-v6-c-dropdown__menu"
|
|
553
|
-
|
|
554
|
-
aria-labelledby="card-view-basic-example-toolbar-overflow-menu-dropdown-toggle"
|
|
700
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
701
|
+
aria-labelledby="card-view-basic-example-gallery-card-1-dropdown-kebab-button"
|
|
555
702
|
hidden
|
|
703
|
+
role="menu"
|
|
556
704
|
>
|
|
705
|
+
<li role="none">
|
|
706
|
+
<a
|
|
707
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
708
|
+
role="menuitem"
|
|
709
|
+
href="#"
|
|
710
|
+
>Link</a>
|
|
711
|
+
</li>
|
|
712
|
+
<li role="none">
|
|
713
|
+
<button
|
|
714
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
715
|
+
role="menuitem"
|
|
716
|
+
type="button"
|
|
717
|
+
>Action</button>
|
|
718
|
+
</li>
|
|
719
|
+
<li role="none">
|
|
720
|
+
<a
|
|
721
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
722
|
+
role="menuitem"
|
|
723
|
+
href="#"
|
|
724
|
+
aria-disabled="true"
|
|
725
|
+
tabindex="-1"
|
|
726
|
+
>Disabled link</a>
|
|
727
|
+
</li>
|
|
557
728
|
<li role="none">
|
|
558
729
|
<button
|
|
730
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
559
731
|
role="menuitem"
|
|
732
|
+
type="button"
|
|
733
|
+
disabled
|
|
734
|
+
>Disabled action</button>
|
|
735
|
+
</li>
|
|
736
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
737
|
+
<li role="none">
|
|
738
|
+
<a
|
|
560
739
|
class="pf-v6-c-dropdown__menu-item"
|
|
561
|
-
|
|
740
|
+
role="menuitem"
|
|
741
|
+
href="#"
|
|
742
|
+
>Separated link</a>
|
|
562
743
|
</li>
|
|
563
744
|
</ul>
|
|
564
745
|
</div>
|
|
746
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
747
|
+
<input
|
|
748
|
+
class="pf-v6-c-check__input"
|
|
749
|
+
type="checkbox"
|
|
750
|
+
id="card-view-basic-example-gallery-card-1-check"
|
|
751
|
+
name="card-view-basic-example-gallery-card-1-check"
|
|
752
|
+
aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
|
|
753
|
+
/>
|
|
754
|
+
</div>
|
|
565
755
|
</div>
|
|
566
756
|
</div>
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
type="button"
|
|
575
|
-
id="card-view-basic-example-toolbar-top-pagination-toggle"
|
|
576
|
-
aria-haspopup="listbox"
|
|
577
|
-
aria-expanded="false"
|
|
578
|
-
>
|
|
579
|
-
<span class="pf-v6-c-options-menu__toggle-text">
|
|
580
|
-
<b>1 - 10</b> of
|
|
581
|
-
<b>36</b>
|
|
582
|
-
</span>
|
|
583
|
-
<div class="pf-v6-c-options-menu__toggle-icon">
|
|
584
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
585
|
-
</div>
|
|
586
|
-
</button>
|
|
587
|
-
<ul
|
|
588
|
-
class="pf-v6-c-options-menu__menu"
|
|
589
|
-
role="menu"
|
|
590
|
-
aria-labelledby="card-view-basic-example-toolbar-top-pagination-toggle"
|
|
591
|
-
hidden
|
|
592
|
-
>
|
|
593
|
-
<li role="none">
|
|
594
|
-
<button
|
|
595
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
596
|
-
type="button"
|
|
597
|
-
role="menuitem"
|
|
598
|
-
>5 per page</button>
|
|
599
|
-
</li>
|
|
600
|
-
<li role="none">
|
|
601
|
-
<button
|
|
602
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
603
|
-
type="button"
|
|
604
|
-
role="menuitem"
|
|
605
|
-
>
|
|
606
|
-
10 per page
|
|
607
|
-
<div class="pf-v6-c-options-menu__menu-item-icon">
|
|
608
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
609
|
-
</div>
|
|
610
|
-
</button>
|
|
611
|
-
</li>
|
|
612
|
-
<li role="none">
|
|
613
|
-
<button
|
|
614
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
615
|
-
type="button"
|
|
616
|
-
role="menuitem"
|
|
617
|
-
>20 per page</button>
|
|
618
|
-
</li>
|
|
619
|
-
</ul>
|
|
620
|
-
</div>
|
|
621
|
-
</div>
|
|
622
|
-
<nav
|
|
623
|
-
class="pf-v6-c-pagination__nav"
|
|
624
|
-
aria-label="Toolbar top pagination"
|
|
625
|
-
>
|
|
626
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
627
|
-
<button
|
|
628
|
-
class="pf-v6-c-button pf-m-plain"
|
|
629
|
-
type="button"
|
|
630
|
-
disabled
|
|
631
|
-
aria-label="Go to previous page"
|
|
632
|
-
>
|
|
633
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
634
|
-
</button>
|
|
635
|
-
</div>
|
|
636
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
637
|
-
<button
|
|
638
|
-
class="pf-v6-c-button pf-m-plain"
|
|
639
|
-
type="button"
|
|
640
|
-
aria-label="Go to next page"
|
|
641
|
-
>
|
|
642
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
643
|
-
</button>
|
|
644
|
-
</div>
|
|
645
|
-
</nav>
|
|
757
|
+
<div class="pf-v6-c-card__title">
|
|
758
|
+
<h2
|
|
759
|
+
class="pf-v6-c-card__title-text"
|
|
760
|
+
id="card-view-basic-example-gallery-card-1-check-label"
|
|
761
|
+
>Patternfly</h2>
|
|
762
|
+
<div class="pf-v6-c-content">
|
|
763
|
+
<small>Provided by Red Hat</small>
|
|
646
764
|
</div>
|
|
647
765
|
</div>
|
|
766
|
+
<div
|
|
767
|
+
class="pf-v6-c-card__body"
|
|
768
|
+
>PatternFly is a community project that promotes design commonality and improves user experience.</div>
|
|
648
769
|
</div>
|
|
649
|
-
|
|
650
770
|
<div
|
|
651
|
-
class="pf-v6-c-
|
|
652
|
-
id="card-view-basic-example-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
771
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
772
|
+
id="card-view-basic-example-gallery-card-2"
|
|
773
|
+
>
|
|
774
|
+
<div class="pf-v6-c-card__header">
|
|
775
|
+
<img
|
|
776
|
+
src="/assets/images/activemq-core_200x150.png"
|
|
777
|
+
width="60px"
|
|
778
|
+
alt="Logo"
|
|
779
|
+
/>
|
|
780
|
+
<div class="pf-v6-c-card__actions">
|
|
781
|
+
<div class="pf-v6-c-dropdown">
|
|
782
|
+
<button
|
|
783
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
784
|
+
id="card-view-basic-example-gallery-card-2-dropdown-kebab-button"
|
|
785
|
+
aria-expanded="false"
|
|
786
|
+
type="button"
|
|
787
|
+
aria-label="Actions"
|
|
788
|
+
>
|
|
789
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
790
|
+
</button>
|
|
791
|
+
<ul
|
|
792
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
793
|
+
aria-labelledby="card-view-basic-example-gallery-card-2-dropdown-kebab-button"
|
|
794
|
+
hidden
|
|
795
|
+
role="menu"
|
|
796
|
+
>
|
|
797
|
+
<li role="none">
|
|
798
|
+
<a
|
|
799
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
800
|
+
role="menuitem"
|
|
801
|
+
href="#"
|
|
802
|
+
>Link</a>
|
|
803
|
+
</li>
|
|
804
|
+
<li role="none">
|
|
805
|
+
<button
|
|
806
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
807
|
+
role="menuitem"
|
|
808
|
+
type="button"
|
|
809
|
+
>Action</button>
|
|
810
|
+
</li>
|
|
811
|
+
<li role="none">
|
|
812
|
+
<a
|
|
813
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
814
|
+
role="menuitem"
|
|
815
|
+
href="#"
|
|
816
|
+
aria-disabled="true"
|
|
817
|
+
tabindex="-1"
|
|
818
|
+
>Disabled link</a>
|
|
819
|
+
</li>
|
|
820
|
+
<li role="none">
|
|
821
|
+
<button
|
|
822
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
823
|
+
role="menuitem"
|
|
824
|
+
type="button"
|
|
825
|
+
disabled
|
|
826
|
+
>Disabled action</button>
|
|
827
|
+
</li>
|
|
828
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
829
|
+
<li role="none">
|
|
830
|
+
<a
|
|
831
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
832
|
+
role="menuitem"
|
|
833
|
+
href="#"
|
|
834
|
+
>Separated link</a>
|
|
835
|
+
</li>
|
|
836
|
+
</ul>
|
|
837
|
+
</div>
|
|
838
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
839
|
+
<input
|
|
840
|
+
class="pf-v6-c-check__input"
|
|
841
|
+
type="checkbox"
|
|
842
|
+
id="card-view-basic-example-gallery-card-2-check"
|
|
843
|
+
name="card-view-basic-example-gallery-card-2-check"
|
|
844
|
+
aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
|
|
845
|
+
/>
|
|
672
846
|
</div>
|
|
673
|
-
<button class="pf-v6-c-button pf-m-link" type="button">Add card</button>
|
|
674
847
|
</div>
|
|
675
848
|
</div>
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
<img src="/assets/images/pf-logo-small.svg" alt="PatternFly logo" />
|
|
684
|
-
<div class="pf-v6-c-card__actions">
|
|
685
|
-
<div class="pf-v6-c-dropdown">
|
|
686
|
-
<button
|
|
687
|
-
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
688
|
-
id="card-view-basic-example-gallery-card-1-dropdown-kebab-button"
|
|
689
|
-
aria-expanded="false"
|
|
690
|
-
type="button"
|
|
691
|
-
aria-label="Actions"
|
|
692
|
-
>
|
|
693
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
694
|
-
</button>
|
|
695
|
-
<ul
|
|
696
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
697
|
-
aria-labelledby="card-view-basic-example-gallery-card-1-dropdown-kebab-button"
|
|
698
|
-
hidden
|
|
699
|
-
role="menu"
|
|
700
|
-
>
|
|
701
|
-
<li role="none">
|
|
702
|
-
<a
|
|
703
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
704
|
-
role="menuitem"
|
|
705
|
-
href="#"
|
|
706
|
-
>Link</a>
|
|
707
|
-
</li>
|
|
708
|
-
<li role="none">
|
|
709
|
-
<button
|
|
710
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
711
|
-
role="menuitem"
|
|
712
|
-
type="button"
|
|
713
|
-
>Action</button>
|
|
714
|
-
</li>
|
|
715
|
-
<li role="none">
|
|
716
|
-
<a
|
|
717
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
718
|
-
role="menuitem"
|
|
719
|
-
href="#"
|
|
720
|
-
aria-disabled="true"
|
|
721
|
-
tabindex="-1"
|
|
722
|
-
>Disabled link</a>
|
|
723
|
-
</li>
|
|
724
|
-
<li role="none">
|
|
725
|
-
<button
|
|
726
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
727
|
-
role="menuitem"
|
|
728
|
-
type="button"
|
|
729
|
-
disabled
|
|
730
|
-
>Disabled action</button>
|
|
731
|
-
</li>
|
|
732
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
733
|
-
<li role="none">
|
|
734
|
-
<a
|
|
735
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
736
|
-
role="menuitem"
|
|
737
|
-
href="#"
|
|
738
|
-
>Separated link</a>
|
|
739
|
-
</li>
|
|
740
|
-
</ul>
|
|
741
|
-
</div>
|
|
742
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
743
|
-
<input
|
|
744
|
-
class="pf-v6-c-check__input"
|
|
745
|
-
type="checkbox"
|
|
746
|
-
id="card-view-basic-example-gallery-card-1-check"
|
|
747
|
-
name="card-view-basic-example-gallery-card-1-check"
|
|
748
|
-
aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
|
|
749
|
-
/>
|
|
849
|
+
<div class="pf-v6-c-card__title">
|
|
850
|
+
<h2
|
|
851
|
+
class="pf-v6-c-card__title-text"
|
|
852
|
+
id="card-view-basic-example-gallery-card-2-check-label"
|
|
853
|
+
>ActiveMq</h2>
|
|
854
|
+
<div class="pf-v6-c-content">
|
|
855
|
+
<small>Provided by Red Hat</small>
|
|
750
856
|
</div>
|
|
751
857
|
</div>
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
class="pf-v6-c-card__title-text"
|
|
756
|
-
id="card-view-basic-example-gallery-card-1-check-label"
|
|
757
|
-
>Patternfly</h2>
|
|
758
|
-
<div class="pf-v6-c-content">
|
|
759
|
-
<small>Provided by Red Hat</small>
|
|
760
|
-
</div>
|
|
858
|
+
<div
|
|
859
|
+
class="pf-v6-c-card__body"
|
|
860
|
+
>The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
|
|
761
861
|
</div>
|
|
762
862
|
<div
|
|
763
|
-
class="pf-v6-c-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
name="card-view-basic-example-gallery-card-2-check"
|
|
840
|
-
aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
|
|
841
|
-
/>
|
|
863
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
864
|
+
id="card-view-basic-example-gallery-card-3"
|
|
865
|
+
>
|
|
866
|
+
<div class="pf-v6-c-card__header">
|
|
867
|
+
<img
|
|
868
|
+
src="/assets/images/camel-spark_200x150.png"
|
|
869
|
+
width="60px"
|
|
870
|
+
alt="Logo"
|
|
871
|
+
/>
|
|
872
|
+
<div class="pf-v6-c-card__actions">
|
|
873
|
+
<div class="pf-v6-c-dropdown">
|
|
874
|
+
<button
|
|
875
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
876
|
+
id="card-view-basic-example-gallery-card-3-dropdown-kebab-button"
|
|
877
|
+
aria-expanded="false"
|
|
878
|
+
type="button"
|
|
879
|
+
aria-label="Actions"
|
|
880
|
+
>
|
|
881
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
882
|
+
</button>
|
|
883
|
+
<ul
|
|
884
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
885
|
+
aria-labelledby="card-view-basic-example-gallery-card-3-dropdown-kebab-button"
|
|
886
|
+
hidden
|
|
887
|
+
role="menu"
|
|
888
|
+
>
|
|
889
|
+
<li role="none">
|
|
890
|
+
<a
|
|
891
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
892
|
+
role="menuitem"
|
|
893
|
+
href="#"
|
|
894
|
+
>Link</a>
|
|
895
|
+
</li>
|
|
896
|
+
<li role="none">
|
|
897
|
+
<button
|
|
898
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
899
|
+
role="menuitem"
|
|
900
|
+
type="button"
|
|
901
|
+
>Action</button>
|
|
902
|
+
</li>
|
|
903
|
+
<li role="none">
|
|
904
|
+
<a
|
|
905
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
906
|
+
role="menuitem"
|
|
907
|
+
href="#"
|
|
908
|
+
aria-disabled="true"
|
|
909
|
+
tabindex="-1"
|
|
910
|
+
>Disabled link</a>
|
|
911
|
+
</li>
|
|
912
|
+
<li role="none">
|
|
913
|
+
<button
|
|
914
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
915
|
+
role="menuitem"
|
|
916
|
+
type="button"
|
|
917
|
+
disabled
|
|
918
|
+
>Disabled action</button>
|
|
919
|
+
</li>
|
|
920
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
921
|
+
<li role="none">
|
|
922
|
+
<a
|
|
923
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
924
|
+
role="menuitem"
|
|
925
|
+
href="#"
|
|
926
|
+
>Separated link</a>
|
|
927
|
+
</li>
|
|
928
|
+
</ul>
|
|
929
|
+
</div>
|
|
930
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
931
|
+
<input
|
|
932
|
+
class="pf-v6-c-check__input"
|
|
933
|
+
type="checkbox"
|
|
934
|
+
id="card-view-basic-example-gallery-card-3-check"
|
|
935
|
+
name="card-view-basic-example-gallery-card-3-check"
|
|
936
|
+
aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
|
|
937
|
+
/>
|
|
938
|
+
</div>
|
|
842
939
|
</div>
|
|
843
940
|
</div>
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
941
|
+
<div class="pf-v6-c-card__title">
|
|
942
|
+
<h2
|
|
943
|
+
class="pf-v6-c-card__title-text"
|
|
944
|
+
id="card-view-basic-example-gallery-card-3-check-label"
|
|
945
|
+
>Apache Spark</h2>
|
|
946
|
+
<div class="pf-v6-c-content">
|
|
947
|
+
<small>Provided by Red Hat</small>
|
|
948
|
+
</div>
|
|
852
949
|
</div>
|
|
950
|
+
<div
|
|
951
|
+
class="pf-v6-c-card__body"
|
|
952
|
+
>This documentation page covers the Apache Spark component for the Apache Camel.</div>
|
|
853
953
|
</div>
|
|
854
954
|
<div
|
|
855
|
-
class="pf-v6-c-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
name="card-view-basic-example-gallery-card-3-check"
|
|
932
|
-
aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
|
|
933
|
-
/>
|
|
955
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
956
|
+
id="card-view-basic-example-gallery-card-4"
|
|
957
|
+
>
|
|
958
|
+
<div class="pf-v6-c-card__header">
|
|
959
|
+
<img
|
|
960
|
+
src="/assets/images/camel-avro_200x150.png"
|
|
961
|
+
width="60px"
|
|
962
|
+
alt="Logo"
|
|
963
|
+
/>
|
|
964
|
+
<div class="pf-v6-c-card__actions">
|
|
965
|
+
<div class="pf-v6-c-dropdown">
|
|
966
|
+
<button
|
|
967
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
968
|
+
id="card-view-basic-example-gallery-card-4-dropdown-kebab-button"
|
|
969
|
+
aria-expanded="false"
|
|
970
|
+
type="button"
|
|
971
|
+
aria-label="Actions"
|
|
972
|
+
>
|
|
973
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
974
|
+
</button>
|
|
975
|
+
<ul
|
|
976
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
977
|
+
aria-labelledby="card-view-basic-example-gallery-card-4-dropdown-kebab-button"
|
|
978
|
+
hidden
|
|
979
|
+
role="menu"
|
|
980
|
+
>
|
|
981
|
+
<li role="none">
|
|
982
|
+
<a
|
|
983
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
984
|
+
role="menuitem"
|
|
985
|
+
href="#"
|
|
986
|
+
>Link</a>
|
|
987
|
+
</li>
|
|
988
|
+
<li role="none">
|
|
989
|
+
<button
|
|
990
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
991
|
+
role="menuitem"
|
|
992
|
+
type="button"
|
|
993
|
+
>Action</button>
|
|
994
|
+
</li>
|
|
995
|
+
<li role="none">
|
|
996
|
+
<a
|
|
997
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
998
|
+
role="menuitem"
|
|
999
|
+
href="#"
|
|
1000
|
+
aria-disabled="true"
|
|
1001
|
+
tabindex="-1"
|
|
1002
|
+
>Disabled link</a>
|
|
1003
|
+
</li>
|
|
1004
|
+
<li role="none">
|
|
1005
|
+
<button
|
|
1006
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1007
|
+
role="menuitem"
|
|
1008
|
+
type="button"
|
|
1009
|
+
disabled
|
|
1010
|
+
>Disabled action</button>
|
|
1011
|
+
</li>
|
|
1012
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1013
|
+
<li role="none">
|
|
1014
|
+
<a
|
|
1015
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1016
|
+
role="menuitem"
|
|
1017
|
+
href="#"
|
|
1018
|
+
>Separated link</a>
|
|
1019
|
+
</li>
|
|
1020
|
+
</ul>
|
|
1021
|
+
</div>
|
|
1022
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1023
|
+
<input
|
|
1024
|
+
class="pf-v6-c-check__input"
|
|
1025
|
+
type="checkbox"
|
|
1026
|
+
id="card-view-basic-example-gallery-card-4-check"
|
|
1027
|
+
name="card-view-basic-example-gallery-card-4-check"
|
|
1028
|
+
aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
|
|
1029
|
+
/>
|
|
1030
|
+
</div>
|
|
934
1031
|
</div>
|
|
935
1032
|
</div>
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
1033
|
+
<div class="pf-v6-c-card__title">
|
|
1034
|
+
<h2
|
|
1035
|
+
class="pf-v6-c-card__title-text"
|
|
1036
|
+
id="card-view-basic-example-gallery-card-4-check-label"
|
|
1037
|
+
>Avro</h2>
|
|
1038
|
+
<div class="pf-v6-c-content">
|
|
1039
|
+
<small>Provided by Red Hat</small>
|
|
1040
|
+
</div>
|
|
944
1041
|
</div>
|
|
1042
|
+
<div
|
|
1043
|
+
class="pf-v6-c-card__body"
|
|
1044
|
+
>This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
|
|
945
1045
|
</div>
|
|
946
1046
|
<div
|
|
947
|
-
class="pf-v6-c-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
name="card-view-basic-example-gallery-card-4-check"
|
|
1024
|
-
aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
|
|
1025
|
-
/>
|
|
1047
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
|
|
1048
|
+
id="card-view-basic-example-gallery-card-5"
|
|
1049
|
+
>
|
|
1050
|
+
<div class="pf-v6-c-card__header">
|
|
1051
|
+
<img
|
|
1052
|
+
src="/assets/images/FuseConnector_Icons_AzureServices.png"
|
|
1053
|
+
width="60px"
|
|
1054
|
+
alt="Logo"
|
|
1055
|
+
/>
|
|
1056
|
+
<div class="pf-v6-c-card__actions">
|
|
1057
|
+
<div class="pf-v6-c-dropdown">
|
|
1058
|
+
<button
|
|
1059
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1060
|
+
id="card-view-basic-example-gallery-card-5-dropdown-kebab-button"
|
|
1061
|
+
aria-expanded="false"
|
|
1062
|
+
type="button"
|
|
1063
|
+
aria-label="Actions"
|
|
1064
|
+
>
|
|
1065
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1066
|
+
</button>
|
|
1067
|
+
<ul
|
|
1068
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1069
|
+
aria-labelledby="card-view-basic-example-gallery-card-5-dropdown-kebab-button"
|
|
1070
|
+
hidden
|
|
1071
|
+
role="menu"
|
|
1072
|
+
>
|
|
1073
|
+
<li role="none">
|
|
1074
|
+
<a
|
|
1075
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1076
|
+
role="menuitem"
|
|
1077
|
+
href="#"
|
|
1078
|
+
>Link</a>
|
|
1079
|
+
</li>
|
|
1080
|
+
<li role="none">
|
|
1081
|
+
<button
|
|
1082
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1083
|
+
role="menuitem"
|
|
1084
|
+
type="button"
|
|
1085
|
+
>Action</button>
|
|
1086
|
+
</li>
|
|
1087
|
+
<li role="none">
|
|
1088
|
+
<a
|
|
1089
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1090
|
+
role="menuitem"
|
|
1091
|
+
href="#"
|
|
1092
|
+
aria-disabled="true"
|
|
1093
|
+
tabindex="-1"
|
|
1094
|
+
>Disabled link</a>
|
|
1095
|
+
</li>
|
|
1096
|
+
<li role="none">
|
|
1097
|
+
<button
|
|
1098
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1099
|
+
role="menuitem"
|
|
1100
|
+
type="button"
|
|
1101
|
+
disabled
|
|
1102
|
+
>Disabled action</button>
|
|
1103
|
+
</li>
|
|
1104
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1105
|
+
<li role="none">
|
|
1106
|
+
<a
|
|
1107
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1108
|
+
role="menuitem"
|
|
1109
|
+
href="#"
|
|
1110
|
+
>Separated link</a>
|
|
1111
|
+
</li>
|
|
1112
|
+
</ul>
|
|
1113
|
+
</div>
|
|
1114
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1115
|
+
<input
|
|
1116
|
+
class="pf-v6-c-check__input"
|
|
1117
|
+
type="checkbox"
|
|
1118
|
+
id="card-view-basic-example-gallery-card-5-check"
|
|
1119
|
+
name="card-view-basic-example-gallery-card-5-check"
|
|
1120
|
+
aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
|
|
1121
|
+
/>
|
|
1122
|
+
</div>
|
|
1026
1123
|
</div>
|
|
1027
1124
|
</div>
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1125
|
+
<div class="pf-v6-c-card__title">
|
|
1126
|
+
<h2
|
|
1127
|
+
class="pf-v6-c-card__title-text"
|
|
1128
|
+
id="card-view-basic-example-gallery-card-5-check-label"
|
|
1129
|
+
>Azure Services</h2>
|
|
1130
|
+
<div class="pf-v6-c-content">
|
|
1131
|
+
<small>Provided by Red Hat</small>
|
|
1132
|
+
</div>
|
|
1036
1133
|
</div>
|
|
1134
|
+
<div
|
|
1135
|
+
class="pf-v6-c-card__body"
|
|
1136
|
+
>The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
|
|
1037
1137
|
</div>
|
|
1038
1138
|
<div
|
|
1039
|
-
class="pf-v6-c-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1139
|
+
class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
|
|
1140
|
+
id="card-view-basic-example-gallery-card-6"
|
|
1141
|
+
>
|
|
1142
|
+
<div class="pf-v6-c-card__header">
|
|
1143
|
+
<img
|
|
1144
|
+
src="/assets/images/camel-saxon_200x150.png"
|
|
1145
|
+
width="60px"
|
|
1146
|
+
alt="Logo"
|
|
1147
|
+
/>
|
|
1148
|
+
<div class="pf-v6-c-card__actions">
|
|
1149
|
+
<div class="pf-v6-c-dropdown">
|
|
1150
|
+
<button
|
|
1151
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1152
|
+
id="card-view-basic-example-gallery-card-6-dropdown-kebab-button"
|
|
1153
|
+
aria-expanded="false"
|
|
1154
|
+
type="button"
|
|
1155
|
+
aria-label="Actions"
|
|
1156
|
+
>
|
|
1157
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1158
|
+
</button>
|
|
1159
|
+
<ul
|
|
1160
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1161
|
+
aria-labelledby="card-view-basic-example-gallery-card-6-dropdown-kebab-button"
|
|
1162
|
+
hidden
|
|
1163
|
+
role="menu"
|
|
1164
|
+
>
|
|
1165
|
+
<li role="none">
|
|
1166
|
+
<a
|
|
1167
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1168
|
+
role="menuitem"
|
|
1169
|
+
href="#"
|
|
1170
|
+
>Link</a>
|
|
1171
|
+
</li>
|
|
1172
|
+
<li role="none">
|
|
1173
|
+
<button
|
|
1174
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1175
|
+
role="menuitem"
|
|
1176
|
+
type="button"
|
|
1177
|
+
>Action</button>
|
|
1178
|
+
</li>
|
|
1179
|
+
<li role="none">
|
|
1180
|
+
<a
|
|
1181
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1182
|
+
role="menuitem"
|
|
1183
|
+
href="#"
|
|
1184
|
+
aria-disabled="true"
|
|
1185
|
+
tabindex="-1"
|
|
1186
|
+
>Disabled link</a>
|
|
1187
|
+
</li>
|
|
1188
|
+
<li role="none">
|
|
1189
|
+
<button
|
|
1190
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1191
|
+
role="menuitem"
|
|
1192
|
+
type="button"
|
|
1193
|
+
disabled
|
|
1194
|
+
>Disabled action</button>
|
|
1195
|
+
</li>
|
|
1196
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1197
|
+
<li role="none">
|
|
1198
|
+
<a
|
|
1199
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1200
|
+
role="menuitem"
|
|
1201
|
+
href="#"
|
|
1202
|
+
>Separated link</a>
|
|
1203
|
+
</li>
|
|
1204
|
+
</ul>
|
|
1205
|
+
</div>
|
|
1206
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1207
|
+
<input
|
|
1208
|
+
class="pf-v6-c-check__input"
|
|
1209
|
+
type="checkbox"
|
|
1210
|
+
id="card-view-basic-example-gallery-card-6-check"
|
|
1211
|
+
name="card-view-basic-example-gallery-card-6-check"
|
|
1212
|
+
disabled
|
|
1213
|
+
aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
|
|
1214
|
+
/>
|
|
1215
|
+
</div>
|
|
1109
1216
|
</div>
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1217
|
+
</div>
|
|
1218
|
+
<div class="pf-v6-c-card__title">
|
|
1219
|
+
<h2
|
|
1220
|
+
class="pf-v6-c-card__title-text"
|
|
1221
|
+
id="card-view-basic-example-gallery-card-6-check-label"
|
|
1222
|
+
>Crypto</h2>
|
|
1223
|
+
<div class="pf-v6-c-content">
|
|
1224
|
+
<small>Provided by Red Hat</small>
|
|
1118
1225
|
</div>
|
|
1119
1226
|
</div>
|
|
1227
|
+
<div
|
|
1228
|
+
class="pf-v6-c-card__body"
|
|
1229
|
+
>For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
|
|
1120
1230
|
</div>
|
|
1121
|
-
<div
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1231
|
+
<div
|
|
1232
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
1233
|
+
id="card-view-basic-example-gallery-card-7"
|
|
1234
|
+
>
|
|
1235
|
+
<div class="pf-v6-c-card__header">
|
|
1236
|
+
<img
|
|
1237
|
+
src="/assets/images/camel-dropbox_200x150.png"
|
|
1238
|
+
width="60px"
|
|
1239
|
+
alt="Logo"
|
|
1240
|
+
/>
|
|
1241
|
+
<div class="pf-v6-c-card__actions">
|
|
1242
|
+
<div class="pf-v6-c-dropdown">
|
|
1243
|
+
<button
|
|
1244
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1245
|
+
id="card-view-basic-example-gallery-card-7-dropdown-kebab-button"
|
|
1246
|
+
aria-expanded="false"
|
|
1247
|
+
type="button"
|
|
1248
|
+
aria-label="Actions"
|
|
1249
|
+
>
|
|
1250
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1251
|
+
</button>
|
|
1252
|
+
<ul
|
|
1253
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1254
|
+
aria-labelledby="card-view-basic-example-gallery-card-7-dropdown-kebab-button"
|
|
1255
|
+
hidden
|
|
1256
|
+
role="menu"
|
|
1257
|
+
>
|
|
1258
|
+
<li role="none">
|
|
1259
|
+
<a
|
|
1260
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1261
|
+
role="menuitem"
|
|
1262
|
+
href="#"
|
|
1263
|
+
>Link</a>
|
|
1264
|
+
</li>
|
|
1265
|
+
<li role="none">
|
|
1266
|
+
<button
|
|
1267
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1268
|
+
role="menuitem"
|
|
1269
|
+
type="button"
|
|
1270
|
+
>Action</button>
|
|
1271
|
+
</li>
|
|
1272
|
+
<li role="none">
|
|
1273
|
+
<a
|
|
1274
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1275
|
+
role="menuitem"
|
|
1276
|
+
href="#"
|
|
1277
|
+
aria-disabled="true"
|
|
1278
|
+
tabindex="-1"
|
|
1279
|
+
>Disabled link</a>
|
|
1280
|
+
</li>
|
|
1281
|
+
<li role="none">
|
|
1282
|
+
<button
|
|
1283
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1284
|
+
role="menuitem"
|
|
1285
|
+
type="button"
|
|
1286
|
+
disabled
|
|
1287
|
+
>Disabled action</button>
|
|
1288
|
+
</li>
|
|
1289
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1290
|
+
<li role="none">
|
|
1291
|
+
<a
|
|
1292
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1293
|
+
role="menuitem"
|
|
1294
|
+
href="#"
|
|
1295
|
+
>Separated link</a>
|
|
1296
|
+
</li>
|
|
1297
|
+
</ul>
|
|
1298
|
+
</div>
|
|
1299
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1300
|
+
<input
|
|
1301
|
+
class="pf-v6-c-check__input"
|
|
1302
|
+
type="checkbox"
|
|
1303
|
+
id="card-view-basic-example-gallery-card-7-check"
|
|
1304
|
+
name="card-view-basic-example-gallery-card-7-check"
|
|
1305
|
+
aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
|
|
1306
|
+
/>
|
|
1307
|
+
</div>
|
|
1308
|
+
</div>
|
|
1309
|
+
</div>
|
|
1310
|
+
<div class="pf-v6-c-card__title">
|
|
1311
|
+
<h2
|
|
1312
|
+
class="pf-v6-c-card__title-text"
|
|
1313
|
+
id="card-view-basic-example-gallery-card-7-check-label"
|
|
1314
|
+
>DropBox</h2>
|
|
1315
|
+
<div class="pf-v6-c-content">
|
|
1316
|
+
<small>Provided by Red Hat</small>
|
|
1317
|
+
</div>
|
|
1128
1318
|
</div>
|
|
1319
|
+
<div
|
|
1320
|
+
class="pf-v6-c-card__body"
|
|
1321
|
+
>The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
|
|
1129
1322
|
</div>
|
|
1130
1323
|
<div
|
|
1131
|
-
class="pf-v6-c-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
name="card-view-basic-example-gallery-card-6-check"
|
|
1208
|
-
disabled
|
|
1209
|
-
aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
|
|
1210
|
-
/>
|
|
1324
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
1325
|
+
id="card-view-basic-example-gallery-card-8"
|
|
1326
|
+
>
|
|
1327
|
+
<div class="pf-v6-c-card__header">
|
|
1328
|
+
<img
|
|
1329
|
+
src="/assets/images/camel-infinispan_200x150.png"
|
|
1330
|
+
width="60px"
|
|
1331
|
+
alt="Logo"
|
|
1332
|
+
/>
|
|
1333
|
+
<div class="pf-v6-c-card__actions">
|
|
1334
|
+
<div class="pf-v6-c-dropdown">
|
|
1335
|
+
<button
|
|
1336
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1337
|
+
id="card-view-basic-example-gallery-card-8-dropdown-kebab-button"
|
|
1338
|
+
aria-expanded="false"
|
|
1339
|
+
type="button"
|
|
1340
|
+
aria-label="Actions"
|
|
1341
|
+
>
|
|
1342
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1343
|
+
</button>
|
|
1344
|
+
<ul
|
|
1345
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1346
|
+
aria-labelledby="card-view-basic-example-gallery-card-8-dropdown-kebab-button"
|
|
1347
|
+
hidden
|
|
1348
|
+
role="menu"
|
|
1349
|
+
>
|
|
1350
|
+
<li role="none">
|
|
1351
|
+
<a
|
|
1352
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1353
|
+
role="menuitem"
|
|
1354
|
+
href="#"
|
|
1355
|
+
>Link</a>
|
|
1356
|
+
</li>
|
|
1357
|
+
<li role="none">
|
|
1358
|
+
<button
|
|
1359
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1360
|
+
role="menuitem"
|
|
1361
|
+
type="button"
|
|
1362
|
+
>Action</button>
|
|
1363
|
+
</li>
|
|
1364
|
+
<li role="none">
|
|
1365
|
+
<a
|
|
1366
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1367
|
+
role="menuitem"
|
|
1368
|
+
href="#"
|
|
1369
|
+
aria-disabled="true"
|
|
1370
|
+
tabindex="-1"
|
|
1371
|
+
>Disabled link</a>
|
|
1372
|
+
</li>
|
|
1373
|
+
<li role="none">
|
|
1374
|
+
<button
|
|
1375
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1376
|
+
role="menuitem"
|
|
1377
|
+
type="button"
|
|
1378
|
+
disabled
|
|
1379
|
+
>Disabled action</button>
|
|
1380
|
+
</li>
|
|
1381
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1382
|
+
<li role="none">
|
|
1383
|
+
<a
|
|
1384
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1385
|
+
role="menuitem"
|
|
1386
|
+
href="#"
|
|
1387
|
+
>Separated link</a>
|
|
1388
|
+
</li>
|
|
1389
|
+
</ul>
|
|
1390
|
+
</div>
|
|
1391
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1392
|
+
<input
|
|
1393
|
+
class="pf-v6-c-check__input"
|
|
1394
|
+
type="checkbox"
|
|
1395
|
+
id="card-view-basic-example-gallery-card-8-check"
|
|
1396
|
+
name="card-view-basic-example-gallery-card-8-check"
|
|
1397
|
+
aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
|
|
1398
|
+
/>
|
|
1399
|
+
</div>
|
|
1211
1400
|
</div>
|
|
1212
1401
|
</div>
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1402
|
+
<div class="pf-v6-c-card__title">
|
|
1403
|
+
<h2
|
|
1404
|
+
class="pf-v6-c-card__title-text"
|
|
1405
|
+
id="card-view-basic-example-gallery-card-8-check-label"
|
|
1406
|
+
>JBoss Data Grid</h2>
|
|
1407
|
+
<div class="pf-v6-c-content">
|
|
1408
|
+
<small>Provided by Red Hat</small>
|
|
1409
|
+
</div>
|
|
1221
1410
|
</div>
|
|
1411
|
+
<div
|
|
1412
|
+
class="pf-v6-c-card__body"
|
|
1413
|
+
>Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
|
|
1222
1414
|
</div>
|
|
1223
1415
|
<div
|
|
1224
|
-
class="pf-v6-c-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1416
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
1417
|
+
id="card-view-basic-example-gallery-card-9"
|
|
1418
|
+
>
|
|
1419
|
+
<div class="pf-v6-c-card__header">
|
|
1420
|
+
<img
|
|
1421
|
+
src="/assets/images/FuseConnector_Icons_REST.png"
|
|
1422
|
+
width="60px"
|
|
1423
|
+
alt="Logo"
|
|
1424
|
+
/>
|
|
1425
|
+
<div class="pf-v6-c-card__actions">
|
|
1426
|
+
<div class="pf-v6-c-dropdown">
|
|
1427
|
+
<button
|
|
1428
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1429
|
+
id="card-view-basic-example-gallery-card-9-dropdown-kebab-button"
|
|
1430
|
+
aria-expanded="false"
|
|
1431
|
+
type="button"
|
|
1432
|
+
aria-label="Actions"
|
|
1433
|
+
>
|
|
1434
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1435
|
+
</button>
|
|
1436
|
+
<ul
|
|
1437
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1438
|
+
aria-labelledby="card-view-basic-example-gallery-card-9-dropdown-kebab-button"
|
|
1439
|
+
hidden
|
|
1440
|
+
role="menu"
|
|
1441
|
+
>
|
|
1442
|
+
<li role="none">
|
|
1443
|
+
<a
|
|
1444
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1445
|
+
role="menuitem"
|
|
1446
|
+
href="#"
|
|
1447
|
+
>Link</a>
|
|
1448
|
+
</li>
|
|
1449
|
+
<li role="none">
|
|
1450
|
+
<button
|
|
1451
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1452
|
+
role="menuitem"
|
|
1453
|
+
type="button"
|
|
1454
|
+
>Action</button>
|
|
1455
|
+
</li>
|
|
1456
|
+
<li role="none">
|
|
1457
|
+
<a
|
|
1458
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1459
|
+
role="menuitem"
|
|
1460
|
+
href="#"
|
|
1461
|
+
aria-disabled="true"
|
|
1462
|
+
tabindex="-1"
|
|
1463
|
+
>Disabled link</a>
|
|
1464
|
+
</li>
|
|
1465
|
+
<li role="none">
|
|
1466
|
+
<button
|
|
1467
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1468
|
+
role="menuitem"
|
|
1469
|
+
type="button"
|
|
1470
|
+
disabled
|
|
1471
|
+
>Disabled action</button>
|
|
1472
|
+
</li>
|
|
1473
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1474
|
+
<li role="none">
|
|
1475
|
+
<a
|
|
1476
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1477
|
+
role="menuitem"
|
|
1478
|
+
href="#"
|
|
1479
|
+
>Separated link</a>
|
|
1480
|
+
</li>
|
|
1481
|
+
</ul>
|
|
1482
|
+
</div>
|
|
1483
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1484
|
+
<input
|
|
1485
|
+
class="pf-v6-c-check__input"
|
|
1486
|
+
type="checkbox"
|
|
1487
|
+
id="card-view-basic-example-gallery-card-9-check"
|
|
1488
|
+
name="card-view-basic-example-gallery-card-9-check"
|
|
1489
|
+
aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
|
|
1490
|
+
/>
|
|
1491
|
+
</div>
|
|
1294
1492
|
</div>
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1493
|
+
</div>
|
|
1494
|
+
<div class="pf-v6-c-card__title">
|
|
1495
|
+
<h2
|
|
1496
|
+
class="pf-v6-c-card__title-text"
|
|
1497
|
+
id="card-view-basic-example-gallery-card-9-check-label"
|
|
1498
|
+
>Rest</h2>
|
|
1499
|
+
<div class="pf-v6-c-content">
|
|
1500
|
+
<small>Provided by Red Hat</small>
|
|
1303
1501
|
</div>
|
|
1304
1502
|
</div>
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
class="pf-v6-c-card__title-text"
|
|
1309
|
-
id="card-view-basic-example-gallery-card-7-check-label"
|
|
1310
|
-
>DropBox</h2>
|
|
1311
|
-
<div class="pf-v6-c-content">
|
|
1312
|
-
<small>Provided by Red Hat</small>
|
|
1503
|
+
<div class="pf-v6-c-card__body">
|
|
1504
|
+
The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
|
|
1505
|
+
From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
|
|
1313
1506
|
</div>
|
|
1314
1507
|
</div>
|
|
1315
1508
|
<div
|
|
1316
|
-
class="pf-v6-c-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
name="card-view-basic-example-gallery-card-8-check"
|
|
1393
|
-
aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
|
|
1394
|
-
/>
|
|
1509
|
+
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
1510
|
+
id="card-view-basic-example-gallery-card-10"
|
|
1511
|
+
>
|
|
1512
|
+
<div class="pf-v6-c-card__header">
|
|
1513
|
+
<img
|
|
1514
|
+
src="/assets/images/camel-swagger-java_200x150.png"
|
|
1515
|
+
width="60px"
|
|
1516
|
+
alt="Logo"
|
|
1517
|
+
/>
|
|
1518
|
+
<div class="pf-v6-c-card__actions">
|
|
1519
|
+
<div class="pf-v6-c-dropdown">
|
|
1520
|
+
<button
|
|
1521
|
+
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1522
|
+
id="card-view-basic-example-gallery-card-10-dropdown-kebab-button"
|
|
1523
|
+
aria-expanded="false"
|
|
1524
|
+
type="button"
|
|
1525
|
+
aria-label="Actions"
|
|
1526
|
+
>
|
|
1527
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1528
|
+
</button>
|
|
1529
|
+
<ul
|
|
1530
|
+
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1531
|
+
aria-labelledby="card-view-basic-example-gallery-card-10-dropdown-kebab-button"
|
|
1532
|
+
hidden
|
|
1533
|
+
role="menu"
|
|
1534
|
+
>
|
|
1535
|
+
<li role="none">
|
|
1536
|
+
<a
|
|
1537
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1538
|
+
role="menuitem"
|
|
1539
|
+
href="#"
|
|
1540
|
+
>Link</a>
|
|
1541
|
+
</li>
|
|
1542
|
+
<li role="none">
|
|
1543
|
+
<button
|
|
1544
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1545
|
+
role="menuitem"
|
|
1546
|
+
type="button"
|
|
1547
|
+
>Action</button>
|
|
1548
|
+
</li>
|
|
1549
|
+
<li role="none">
|
|
1550
|
+
<a
|
|
1551
|
+
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1552
|
+
role="menuitem"
|
|
1553
|
+
href="#"
|
|
1554
|
+
aria-disabled="true"
|
|
1555
|
+
tabindex="-1"
|
|
1556
|
+
>Disabled link</a>
|
|
1557
|
+
</li>
|
|
1558
|
+
<li role="none">
|
|
1559
|
+
<button
|
|
1560
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1561
|
+
role="menuitem"
|
|
1562
|
+
type="button"
|
|
1563
|
+
disabled
|
|
1564
|
+
>Disabled action</button>
|
|
1565
|
+
</li>
|
|
1566
|
+
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1567
|
+
<li role="none">
|
|
1568
|
+
<a
|
|
1569
|
+
class="pf-v6-c-dropdown__menu-item"
|
|
1570
|
+
role="menuitem"
|
|
1571
|
+
href="#"
|
|
1572
|
+
>Separated link</a>
|
|
1573
|
+
</li>
|
|
1574
|
+
</ul>
|
|
1575
|
+
</div>
|
|
1576
|
+
<div class="pf-v6-c-check pf-m-standalone">
|
|
1577
|
+
<input
|
|
1578
|
+
class="pf-v6-c-check__input"
|
|
1579
|
+
type="checkbox"
|
|
1580
|
+
id="card-view-basic-example-gallery-card-10-check"
|
|
1581
|
+
name="card-view-basic-example-gallery-card-10-check"
|
|
1582
|
+
aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
|
|
1583
|
+
/>
|
|
1584
|
+
</div>
|
|
1395
1585
|
</div>
|
|
1396
1586
|
</div>
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1587
|
+
<div class="pf-v6-c-card__title">
|
|
1588
|
+
<h2
|
|
1589
|
+
class="pf-v6-c-card__title-text"
|
|
1590
|
+
id="card-view-basic-example-gallery-card-10-check-label"
|
|
1591
|
+
>SWAGGER</h2>
|
|
1592
|
+
<div class="pf-v6-c-content">
|
|
1593
|
+
<small>Provided by Red Hat</small>
|
|
1594
|
+
</div>
|
|
1405
1595
|
</div>
|
|
1596
|
+
<div
|
|
1597
|
+
class="pf-v6-c-card__body"
|
|
1598
|
+
>Expose REST services and their APIs using Swagger specification.</div>
|
|
1406
1599
|
</div>
|
|
1407
|
-
<div
|
|
1408
|
-
class="pf-v6-c-card__body"
|
|
1409
|
-
>Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
|
|
1410
1600
|
</div>
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
>
|
|
1430
|
-
<i class="fas fa-
|
|
1431
|
-
</
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
</
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
<
|
|
1454
|
-
class="
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
disabled
|
|
1467
|
-
>Disabled action</button>
|
|
1468
|
-
</li>
|
|
1469
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1470
|
-
<li role="none">
|
|
1471
|
-
<a
|
|
1472
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1473
|
-
role="menuitem"
|
|
1474
|
-
href="#"
|
|
1475
|
-
>Separated link</a>
|
|
1476
|
-
</li>
|
|
1477
|
-
</ul>
|
|
1478
|
-
</div>
|
|
1479
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
1480
|
-
<input
|
|
1481
|
-
class="pf-v6-c-check__input"
|
|
1482
|
-
type="checkbox"
|
|
1483
|
-
id="card-view-basic-example-gallery-card-9-check"
|
|
1484
|
-
name="card-view-basic-example-gallery-card-9-check"
|
|
1485
|
-
aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
|
|
1486
|
-
/>
|
|
1487
|
-
</div>
|
|
1601
|
+
</section>
|
|
1602
|
+
<section
|
|
1603
|
+
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-light pf-m-sticky-bottom pf-m-no-fill"
|
|
1604
|
+
>
|
|
1605
|
+
<div class="pf-v6-c-pagination pf-m-bottom">
|
|
1606
|
+
<div class="pf-v6-c-pagination__page-menu">
|
|
1607
|
+
<div class="pf-v6-c-options-menu pf-m-top">
|
|
1608
|
+
<button
|
|
1609
|
+
class="pf-v6-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1610
|
+
type="button"
|
|
1611
|
+
id="pagination-options-menu-bottom-example-toggle"
|
|
1612
|
+
aria-haspopup="listbox"
|
|
1613
|
+
aria-expanded="false"
|
|
1614
|
+
>
|
|
1615
|
+
<span class="pf-v6-c-options-menu__toggle-text">
|
|
1616
|
+
<b>1 - 10</b> of
|
|
1617
|
+
<b>36</b>
|
|
1618
|
+
</span>
|
|
1619
|
+
<div class="pf-v6-c-options-menu__toggle-icon">
|
|
1620
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1621
|
+
</div>
|
|
1622
|
+
</button>
|
|
1623
|
+
<ul
|
|
1624
|
+
class="pf-v6-c-options-menu__menu pf-m-top"
|
|
1625
|
+
role="menu"
|
|
1626
|
+
aria-labelledby="pagination-options-menu-bottom-example-toggle"
|
|
1627
|
+
hidden
|
|
1628
|
+
>
|
|
1629
|
+
<li role="none">
|
|
1630
|
+
<button
|
|
1631
|
+
class="pf-v6-c-options-menu__menu-item"
|
|
1632
|
+
type="button"
|
|
1633
|
+
role="menuitem"
|
|
1634
|
+
>5 per page</button>
|
|
1635
|
+
</li>
|
|
1636
|
+
<li role="none">
|
|
1637
|
+
<button
|
|
1638
|
+
class="pf-v6-c-options-menu__menu-item"
|
|
1639
|
+
type="button"
|
|
1640
|
+
role="menuitem"
|
|
1641
|
+
>
|
|
1642
|
+
10 per page
|
|
1643
|
+
<div class="pf-v6-c-options-menu__menu-item-icon">
|
|
1644
|
+
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1645
|
+
</div>
|
|
1646
|
+
</button>
|
|
1647
|
+
</li>
|
|
1648
|
+
<li role="none">
|
|
1649
|
+
<button
|
|
1650
|
+
class="pf-v6-c-options-menu__menu-item"
|
|
1651
|
+
type="button"
|
|
1652
|
+
role="menuitem"
|
|
1653
|
+
>20 per page</button>
|
|
1654
|
+
</li>
|
|
1655
|
+
</ul>
|
|
1488
1656
|
</div>
|
|
1489
1657
|
</div>
|
|
1490
|
-
<
|
|
1491
|
-
<
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1658
|
+
<nav class="pf-v6-c-pagination__nav" aria-label="Pagination">
|
|
1659
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-first">
|
|
1660
|
+
<button
|
|
1661
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1662
|
+
type="button"
|
|
1663
|
+
disabled
|
|
1664
|
+
aria-label="Go to first page"
|
|
1665
|
+
>
|
|
1666
|
+
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1667
|
+
</button>
|
|
1497
1668
|
</div>
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
src="/assets/images/camel-swagger-java_200x150.png"
|
|
1511
|
-
width="60px"
|
|
1512
|
-
alt="Logo"
|
|
1513
|
-
/>
|
|
1514
|
-
<div class="pf-v6-c-card__actions">
|
|
1515
|
-
<div class="pf-v6-c-dropdown">
|
|
1516
|
-
<button
|
|
1517
|
-
class="pf-v6-c-dropdown__toggle pf-m-plain"
|
|
1518
|
-
id="card-view-basic-example-gallery-card-10-dropdown-kebab-button"
|
|
1519
|
-
aria-expanded="false"
|
|
1520
|
-
type="button"
|
|
1521
|
-
aria-label="Actions"
|
|
1522
|
-
>
|
|
1523
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1524
|
-
</button>
|
|
1525
|
-
<ul
|
|
1526
|
-
class="pf-v6-c-dropdown__menu pf-m-align-right"
|
|
1527
|
-
aria-labelledby="card-view-basic-example-gallery-card-10-dropdown-kebab-button"
|
|
1528
|
-
hidden
|
|
1529
|
-
role="menu"
|
|
1530
|
-
>
|
|
1531
|
-
<li role="none">
|
|
1532
|
-
<a
|
|
1533
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1534
|
-
role="menuitem"
|
|
1535
|
-
href="#"
|
|
1536
|
-
>Link</a>
|
|
1537
|
-
</li>
|
|
1538
|
-
<li role="none">
|
|
1539
|
-
<button
|
|
1540
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1541
|
-
role="menuitem"
|
|
1542
|
-
type="button"
|
|
1543
|
-
>Action</button>
|
|
1544
|
-
</li>
|
|
1545
|
-
<li role="none">
|
|
1546
|
-
<a
|
|
1547
|
-
class="pf-v6-c-dropdown__menu-item pf-m-disabled"
|
|
1548
|
-
role="menuitem"
|
|
1549
|
-
href="#"
|
|
1550
|
-
aria-disabled="true"
|
|
1551
|
-
tabindex="-1"
|
|
1552
|
-
>Disabled link</a>
|
|
1553
|
-
</li>
|
|
1554
|
-
<li role="none">
|
|
1555
|
-
<button
|
|
1556
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1557
|
-
role="menuitem"
|
|
1558
|
-
type="button"
|
|
1559
|
-
disabled
|
|
1560
|
-
>Disabled action</button>
|
|
1561
|
-
</li>
|
|
1562
|
-
<li class="pf-v6-c-divider" role="separator"></li>
|
|
1563
|
-
<li role="none">
|
|
1564
|
-
<a
|
|
1565
|
-
class="pf-v6-c-dropdown__menu-item"
|
|
1566
|
-
role="menuitem"
|
|
1567
|
-
href="#"
|
|
1568
|
-
>Separated link</a>
|
|
1569
|
-
</li>
|
|
1570
|
-
</ul>
|
|
1571
|
-
</div>
|
|
1572
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
1669
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
1670
|
+
<button
|
|
1671
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1672
|
+
type="button"
|
|
1673
|
+
disabled
|
|
1674
|
+
aria-label="Go to previous page"
|
|
1675
|
+
>
|
|
1676
|
+
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1677
|
+
</button>
|
|
1678
|
+
</div>
|
|
1679
|
+
<div class="pf-v6-c-pagination__nav-page-select">
|
|
1680
|
+
<span class="pf-v6-c-form-control">
|
|
1573
1681
|
<input
|
|
1574
|
-
|
|
1575
|
-
type="
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1682
|
+
aria-label="Current page"
|
|
1683
|
+
type="number"
|
|
1684
|
+
min="1"
|
|
1685
|
+
max="4"
|
|
1686
|
+
value="1"
|
|
1579
1687
|
/>
|
|
1580
|
-
</
|
|
1688
|
+
</span>
|
|
1689
|
+
<span aria-hidden="true">of 4</span>
|
|
1581
1690
|
</div>
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1691
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
1692
|
+
<button
|
|
1693
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1694
|
+
type="button"
|
|
1695
|
+
aria-label="Go to next page"
|
|
1696
|
+
>
|
|
1697
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1698
|
+
</button>
|
|
1590
1699
|
</div>
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
<div class="pf-v6-c-pagination pf-m-bottom">
|
|
1602
|
-
<div class="pf-v6-c-pagination__page-menu">
|
|
1603
|
-
<div class="pf-v6-c-options-menu pf-m-top">
|
|
1604
|
-
<button
|
|
1605
|
-
class="pf-v6-c-options-menu__toggle pf-m-text pf-m-plain"
|
|
1606
|
-
type="button"
|
|
1607
|
-
id="pagination-options-menu-bottom-example-toggle"
|
|
1608
|
-
aria-haspopup="listbox"
|
|
1609
|
-
aria-expanded="false"
|
|
1610
|
-
>
|
|
1611
|
-
<span class="pf-v6-c-options-menu__toggle-text">
|
|
1612
|
-
<b>1 - 10</b> of
|
|
1613
|
-
<b>36</b>
|
|
1614
|
-
</span>
|
|
1615
|
-
<div class="pf-v6-c-options-menu__toggle-icon">
|
|
1616
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1617
|
-
</div>
|
|
1618
|
-
</button>
|
|
1619
|
-
<ul
|
|
1620
|
-
class="pf-v6-c-options-menu__menu pf-m-top"
|
|
1621
|
-
role="menu"
|
|
1622
|
-
aria-labelledby="pagination-options-menu-bottom-example-toggle"
|
|
1623
|
-
hidden
|
|
1624
|
-
>
|
|
1625
|
-
<li role="none">
|
|
1626
|
-
<button
|
|
1627
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
1628
|
-
type="button"
|
|
1629
|
-
role="menuitem"
|
|
1630
|
-
>5 per page</button>
|
|
1631
|
-
</li>
|
|
1632
|
-
<li role="none">
|
|
1633
|
-
<button
|
|
1634
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
1635
|
-
type="button"
|
|
1636
|
-
role="menuitem"
|
|
1637
|
-
>
|
|
1638
|
-
10 per page
|
|
1639
|
-
<div class="pf-v6-c-options-menu__menu-item-icon">
|
|
1640
|
-
<i class="fas fa-check" aria-hidden="true"></i>
|
|
1641
|
-
</div>
|
|
1642
|
-
</button>
|
|
1643
|
-
</li>
|
|
1644
|
-
<li role="none">
|
|
1645
|
-
<button
|
|
1646
|
-
class="pf-v6-c-options-menu__menu-item"
|
|
1647
|
-
type="button"
|
|
1648
|
-
role="menuitem"
|
|
1649
|
-
>20 per page</button>
|
|
1650
|
-
</li>
|
|
1651
|
-
</ul>
|
|
1652
|
-
</div>
|
|
1700
|
+
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1701
|
+
<button
|
|
1702
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1703
|
+
type="button"
|
|
1704
|
+
aria-label="Go to last page"
|
|
1705
|
+
>
|
|
1706
|
+
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1707
|
+
</button>
|
|
1708
|
+
</div>
|
|
1709
|
+
</nav>
|
|
1653
1710
|
</div>
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1658
|
-
type="button"
|
|
1659
|
-
disabled
|
|
1660
|
-
aria-label="Go to first page"
|
|
1661
|
-
>
|
|
1662
|
-
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1663
|
-
</button>
|
|
1664
|
-
</div>
|
|
1665
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
1666
|
-
<button
|
|
1667
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1668
|
-
type="button"
|
|
1669
|
-
disabled
|
|
1670
|
-
aria-label="Go to previous page"
|
|
1671
|
-
>
|
|
1672
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1673
|
-
</button>
|
|
1674
|
-
</div>
|
|
1675
|
-
<div class="pf-v6-c-pagination__nav-page-select">
|
|
1676
|
-
<span class="pf-v6-c-form-control">
|
|
1677
|
-
<input
|
|
1678
|
-
aria-label="Current page"
|
|
1679
|
-
type="number"
|
|
1680
|
-
min="1"
|
|
1681
|
-
max="4"
|
|
1682
|
-
value="1"
|
|
1683
|
-
/>
|
|
1684
|
-
</span>
|
|
1685
|
-
<span aria-hidden="true">of 4</span>
|
|
1686
|
-
</div>
|
|
1687
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
1688
|
-
<button
|
|
1689
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1690
|
-
type="button"
|
|
1691
|
-
aria-label="Go to next page"
|
|
1692
|
-
>
|
|
1693
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1694
|
-
</button>
|
|
1695
|
-
</div>
|
|
1696
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1697
|
-
<button
|
|
1698
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1699
|
-
type="button"
|
|
1700
|
-
aria-label="Go to last page"
|
|
1701
|
-
>
|
|
1702
|
-
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1703
|
-
</button>
|
|
1704
|
-
</div>
|
|
1705
|
-
</nav>
|
|
1706
|
-
</div>
|
|
1707
|
-
</section>
|
|
1708
|
-
</main>
|
|
1711
|
+
</section>
|
|
1712
|
+
</main>
|
|
1713
|
+
</div>
|
|
1709
1714
|
</div>
|
|
1710
1715
|
|
|
1711
1716
|
```
|