@patternfly/patternfly 6.0.0-alpha.102 → 6.0.0-alpha.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Check/check.css +2 -2
- package/components/Check/check.scss +2 -2
- package/components/Drawer/drawer.css +5 -4
- package/components/Drawer/drawer.scss +7 -6
- package/components/Page/page.css +24 -23
- package/components/Page/page.scss +24 -23
- package/components/Table/table.css +0 -37
- package/components/Table/table.scss +0 -49
- package/docs/components/Drawer/examples/Drawer.md +2 -1
- 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-no-globals.css +31 -66
- package/patternfly-theme-dark-unversioned.css +31 -66
- package/patternfly.css +31 -66
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -227,152 +227,156 @@ cssPrefix: pf-d-description-list
|
|
|
227
227
|
</nav>
|
|
228
228
|
</div>
|
|
229
229
|
</div>
|
|
230
|
-
<
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
<
|
|
237
|
-
<
|
|
238
|
-
<
|
|
239
|
-
<
|
|
240
|
-
<
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
<
|
|
244
|
-
<
|
|
245
|
-
|
|
230
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
231
|
+
<main
|
|
232
|
+
class="pf-v6-c-page__main"
|
|
233
|
+
tabindex="-1"
|
|
234
|
+
id="main-content-description-list-basic-example"
|
|
235
|
+
>
|
|
236
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
237
|
+
<div class="pf-v6-c-page__main-body">
|
|
238
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
239
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
240
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
241
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
242
|
+
</li>
|
|
243
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
244
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
245
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
246
|
+
</span>
|
|
246
247
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
248
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
249
|
+
</li>
|
|
250
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
251
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
252
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
253
|
+
</span>
|
|
253
254
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
255
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
256
|
+
</li>
|
|
257
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
258
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
259
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
260
|
+
</span>
|
|
260
261
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
</div>
|
|
270
|
-
</section>
|
|
271
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
272
|
-
<div class="pf-v6-c-page__main-body">
|
|
273
|
-
<div class="pf-v6-c-content">
|
|
274
|
-
<h1>Main title</h1>
|
|
275
|
-
<p>This is a full page demo.</p>
|
|
262
|
+
<a
|
|
263
|
+
href="#"
|
|
264
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
265
|
+
aria-current="page"
|
|
266
|
+
>Section landing</a>
|
|
267
|
+
</li>
|
|
268
|
+
</ol>
|
|
269
|
+
</nav>
|
|
276
270
|
</div>
|
|
277
|
-
</
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
<h2 class="pf-v6-c-title pf-m-lg">Details</h2>
|
|
271
|
+
</section>
|
|
272
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
273
|
+
<div class="pf-v6-c-page__main-body">
|
|
274
|
+
<div class="pf-v6-c-content">
|
|
275
|
+
<h1>Main title</h1>
|
|
276
|
+
<p>This is a full page demo.</p>
|
|
284
277
|
</div>
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
278
|
+
</div>
|
|
279
|
+
</section>
|
|
280
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
281
|
+
<div class="pf-v6-c-page__main-body">
|
|
282
|
+
<div class="pf-v6-c-card">
|
|
283
|
+
<div class="pf-v6-c-card__header">
|
|
284
|
+
<h2 class="pf-v6-c-title pf-m-lg">Details</h2>
|
|
285
|
+
</div>
|
|
286
|
+
<hr class="pf-v6-c-divider" />
|
|
287
|
+
<div class="pf-v6-c-card__body">
|
|
288
|
+
<dl class="pf-v6-c-description-list pf-m-auto-fit">
|
|
289
|
+
<div class="pf-v6-c-description-list__group">
|
|
290
|
+
<dt class="pf-v6-c-description-list__term">
|
|
291
|
+
<span class="pf-v6-c-description-list__text">Name</span>
|
|
292
|
+
</dt>
|
|
293
|
+
<dd class="pf-v6-c-description-list__description">
|
|
294
|
+
<div class="pf-v6-c-description-list__text">mary-test</div>
|
|
295
|
+
</dd>
|
|
296
|
+
</div>
|
|
297
|
+
<div class="pf-v6-c-description-list__group">
|
|
298
|
+
<dt class="pf-v6-c-description-list__term">
|
|
299
|
+
<span class="pf-v6-c-description-list__text">Status</span>
|
|
300
|
+
</dt>
|
|
301
|
+
<dd class="pf-v6-c-description-list__description">
|
|
302
|
+
<div class="pf-v6-c-description-list__text">
|
|
303
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
304
|
+
<div class="pf-v6-l-flex__item">
|
|
305
|
+
<i
|
|
306
|
+
class="fas fa-check-circle pf-v6-u-success-color-100"
|
|
307
|
+
aria-hidden="true"
|
|
308
|
+
></i>
|
|
309
|
+
</div>
|
|
310
|
+
<div class="pf-v6-l-flex__item">
|
|
311
|
+
<span>Active</span>
|
|
312
|
+
</div>
|
|
311
313
|
</div>
|
|
312
314
|
</div>
|
|
313
|
-
</
|
|
314
|
-
</
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
</
|
|
326
|
-
</
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
</
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
<
|
|
342
|
-
<
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
<
|
|
348
|
-
<
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
<
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
<
|
|
356
|
-
<
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
<
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
<
|
|
364
|
-
<
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
<
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
315
|
+
</dd>
|
|
316
|
+
</div>
|
|
317
|
+
<div class="pf-v6-c-description-list__group">
|
|
318
|
+
<dt class="pf-v6-c-description-list__term">
|
|
319
|
+
<span
|
|
320
|
+
class="pf-v6-c-description-list__text"
|
|
321
|
+
>Default pull secret</span>
|
|
322
|
+
</dt>
|
|
323
|
+
<dd class="pf-v6-c-description-list__description">
|
|
324
|
+
<div class="pf-v6-c-description-list__text">
|
|
325
|
+
<span class="pf-v6-u-color-300">Not configured</span>
|
|
326
|
+
</div>
|
|
327
|
+
</dd>
|
|
328
|
+
</div>
|
|
329
|
+
<div class="pf-v6-c-description-list__group">
|
|
330
|
+
<dt class="pf-v6-c-description-list__term">
|
|
331
|
+
<span class="pf-v6-c-description-list__text">Tolerations</span>
|
|
332
|
+
</dt>
|
|
333
|
+
<dd class="pf-v6-c-description-list__description">
|
|
334
|
+
<div class="pf-v6-c-description-list__text">6 Tolerations</div>
|
|
335
|
+
</dd>
|
|
336
|
+
</div>
|
|
337
|
+
<div class="pf-v6-c-description-list__group">
|
|
338
|
+
<dt class="pf-v6-c-description-list__term">
|
|
339
|
+
<span
|
|
340
|
+
class="pf-v6-c-description-list__text"
|
|
341
|
+
>Network Policies</span>
|
|
342
|
+
</dt>
|
|
343
|
+
<dd class="pf-v6-c-description-list__description">
|
|
344
|
+
<div class="pf-v6-c-description-list__text">
|
|
345
|
+
<a href="#">Network Policies</a>
|
|
346
|
+
</div>
|
|
347
|
+
</dd>
|
|
348
|
+
</div>
|
|
349
|
+
<div class="pf-v6-c-description-list__group">
|
|
350
|
+
<dt class="pf-v6-c-description-list__term">
|
|
351
|
+
<span class="pf-v6-c-description-list__text">Display name</span>
|
|
352
|
+
</dt>
|
|
353
|
+
<dd class="pf-v6-c-description-list__description">
|
|
354
|
+
<div class="pf-v6-c-description-list__text">mary</div>
|
|
355
|
+
</dd>
|
|
356
|
+
</div>
|
|
357
|
+
<div class="pf-v6-c-description-list__group">
|
|
358
|
+
<dt class="pf-v6-c-description-list__term">
|
|
359
|
+
<span class="pf-v6-c-description-list__text">Requester</span>
|
|
360
|
+
</dt>
|
|
361
|
+
<dd class="pf-v6-c-description-list__description">
|
|
362
|
+
<div class="pf-v6-c-description-list__text">kube:admin</div>
|
|
363
|
+
</dd>
|
|
364
|
+
</div>
|
|
365
|
+
<div class="pf-v6-c-description-list__group">
|
|
366
|
+
<dt class="pf-v6-c-description-list__term">
|
|
367
|
+
<span class="pf-v6-c-description-list__text">Created at:</span>
|
|
368
|
+
</dt>
|
|
369
|
+
<dd class="pf-v6-c-description-list__description">
|
|
370
|
+
<div class="pf-v6-c-description-list__text">3 minutes ago</div>
|
|
371
|
+
</dd>
|
|
372
|
+
</div>
|
|
373
|
+
</dl>
|
|
374
|
+
</div>
|
|
371
375
|
</div>
|
|
372
376
|
</div>
|
|
373
|
-
</
|
|
374
|
-
</
|
|
375
|
-
</
|
|
377
|
+
</section>
|
|
378
|
+
</main>
|
|
379
|
+
</div>
|
|
376
380
|
</div>
|
|
377
381
|
|
|
378
382
|
```
|
|
@@ -608,103 +612,105 @@ cssPrefix: pf-d-description-list
|
|
|
608
612
|
<div class="pf-v6-c-drawer__main">
|
|
609
613
|
<div class="pf-v6-c-drawer__content">
|
|
610
614
|
<div class="pf-v6-c-drawer__body">
|
|
611
|
-
<
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
<
|
|
618
|
-
<
|
|
619
|
-
<
|
|
620
|
-
<
|
|
621
|
-
<
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
<
|
|
628
|
-
<
|
|
629
|
-
|
|
615
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
616
|
+
<main
|
|
617
|
+
class="pf-v6-c-page__main"
|
|
618
|
+
tabindex="-1"
|
|
619
|
+
id="main-content-description-list-in-drawer-example"
|
|
620
|
+
>
|
|
621
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
622
|
+
<div class="pf-v6-c-page__main-body">
|
|
623
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
624
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
625
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
626
|
+
<a
|
|
627
|
+
href="#"
|
|
628
|
+
class="pf-v6-c-breadcrumb__link"
|
|
629
|
+
>Section home</a>
|
|
630
|
+
</li>
|
|
631
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
632
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
633
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
634
|
+
</span>
|
|
630
635
|
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
636
|
+
<a
|
|
637
|
+
href="#"
|
|
638
|
+
class="pf-v6-c-breadcrumb__link"
|
|
639
|
+
>Section title</a>
|
|
640
|
+
</li>
|
|
641
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
642
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
643
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
644
|
+
</span>
|
|
640
645
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
646
|
+
<a
|
|
647
|
+
href="#"
|
|
648
|
+
class="pf-v6-c-breadcrumb__link"
|
|
649
|
+
>Section title</a>
|
|
650
|
+
</li>
|
|
651
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
652
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
653
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
654
|
+
</span>
|
|
650
655
|
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
</div>
|
|
660
|
-
</section>
|
|
661
|
-
<section
|
|
662
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
663
|
-
>
|
|
664
|
-
<div class="pf-v6-c-page__main-body">
|
|
665
|
-
<div class="pf-v6-c-content">
|
|
666
|
-
<h1>Main title</h1>
|
|
667
|
-
<p>This is a full page demo.</p>
|
|
656
|
+
<a
|
|
657
|
+
href="#"
|
|
658
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
659
|
+
aria-current="page"
|
|
660
|
+
>Section landing</a>
|
|
661
|
+
</li>
|
|
662
|
+
</ol>
|
|
663
|
+
</nav>
|
|
668
664
|
</div>
|
|
669
|
-
</
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
<div class="pf-v6-
|
|
674
|
-
<div class="pf-v6-c-
|
|
675
|
-
<
|
|
676
|
-
|
|
677
|
-
<div class="pf-v6-c-card">
|
|
678
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
679
|
-
</div>
|
|
680
|
-
<div class="pf-v6-c-card">
|
|
681
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
682
|
-
</div>
|
|
683
|
-
<div class="pf-v6-c-card">
|
|
684
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
685
|
-
</div>
|
|
686
|
-
<div class="pf-v6-c-card">
|
|
687
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
688
|
-
</div>
|
|
689
|
-
<div class="pf-v6-c-card">
|
|
690
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
691
|
-
</div>
|
|
692
|
-
<div class="pf-v6-c-card">
|
|
693
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
694
|
-
</div>
|
|
695
|
-
<div class="pf-v6-c-card">
|
|
696
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
697
|
-
</div>
|
|
698
|
-
<div class="pf-v6-c-card">
|
|
699
|
-
<div class="pf-v6-c-card__body">This is a card</div>
|
|
665
|
+
</section>
|
|
666
|
+
<section
|
|
667
|
+
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light"
|
|
668
|
+
>
|
|
669
|
+
<div class="pf-v6-c-page__main-body">
|
|
670
|
+
<div class="pf-v6-c-content">
|
|
671
|
+
<h1>Main title</h1>
|
|
672
|
+
<p>This is a full page demo.</p>
|
|
700
673
|
</div>
|
|
701
|
-
|
|
702
|
-
|
|
674
|
+
</div>
|
|
675
|
+
</section>
|
|
676
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
677
|
+
<div class="pf-v6-c-page__main-body">
|
|
678
|
+
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
679
|
+
<div class="pf-v6-c-card">
|
|
680
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
681
|
+
</div>
|
|
682
|
+
<div class="pf-v6-c-card">
|
|
683
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
684
|
+
</div>
|
|
685
|
+
<div class="pf-v6-c-card">
|
|
686
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
687
|
+
</div>
|
|
688
|
+
<div class="pf-v6-c-card">
|
|
689
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
690
|
+
</div>
|
|
691
|
+
<div class="pf-v6-c-card">
|
|
692
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
693
|
+
</div>
|
|
694
|
+
<div class="pf-v6-c-card">
|
|
695
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
696
|
+
</div>
|
|
697
|
+
<div class="pf-v6-c-card">
|
|
698
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
699
|
+
</div>
|
|
700
|
+
<div class="pf-v6-c-card">
|
|
701
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
702
|
+
</div>
|
|
703
|
+
<div class="pf-v6-c-card">
|
|
704
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
705
|
+
</div>
|
|
706
|
+
<div class="pf-v6-c-card">
|
|
707
|
+
<div class="pf-v6-c-card__body">This is a card</div>
|
|
708
|
+
</div>
|
|
703
709
|
</div>
|
|
704
710
|
</div>
|
|
705
|
-
</
|
|
706
|
-
</
|
|
707
|
-
</
|
|
711
|
+
</section>
|
|
712
|
+
</main>
|
|
713
|
+
</div>
|
|
708
714
|
</div>
|
|
709
715
|
</div>
|
|
710
716
|
<div class="pf-v6-c-drawer__panel pf-m-width-33-on-lg">
|
|
@@ -1294,323 +1300,331 @@ cssPrefix: pf-d-description-list
|
|
|
1294
1300
|
</nav>
|
|
1295
1301
|
</div>
|
|
1296
1302
|
</div>
|
|
1297
|
-
<
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
<
|
|
1304
|
-
<
|
|
1305
|
-
<
|
|
1306
|
-
<
|
|
1307
|
-
<
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
<
|
|
1311
|
-
<
|
|
1312
|
-
|
|
1303
|
+
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1304
|
+
<main
|
|
1305
|
+
class="pf-v6-c-page__main"
|
|
1306
|
+
tabindex="-1"
|
|
1307
|
+
id="main-content-description-list-complex-content-example"
|
|
1308
|
+
>
|
|
1309
|
+
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1310
|
+
<div class="pf-v6-c-page__main-body">
|
|
1311
|
+
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1312
|
+
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1313
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1314
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1315
|
+
</li>
|
|
1316
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1317
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1318
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1319
|
+
</span>
|
|
1313
1320
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1321
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1322
|
+
</li>
|
|
1323
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1324
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1325
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1326
|
+
</span>
|
|
1320
1327
|
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1328
|
+
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1329
|
+
</li>
|
|
1330
|
+
<li class="pf-v6-c-breadcrumb__item">
|
|
1331
|
+
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1332
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1333
|
+
</span>
|
|
1327
1334
|
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
</div>
|
|
1337
|
-
</section>
|
|
1338
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1339
|
-
<div class="pf-v6-c-page__main-body">
|
|
1340
|
-
<div class="pf-v6-c-content">
|
|
1341
|
-
<h1>Main title</h1>
|
|
1342
|
-
<p>This is a full page demo.</p>
|
|
1335
|
+
<a
|
|
1336
|
+
href="#"
|
|
1337
|
+
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1338
|
+
aria-current="page"
|
|
1339
|
+
>Section landing</a>
|
|
1340
|
+
</li>
|
|
1341
|
+
</ol>
|
|
1342
|
+
</nav>
|
|
1343
1343
|
</div>
|
|
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
|
-
</div>
|
|
1379
|
-
<div class="pf-v6-l-flex__item">
|
|
1380
|
-
<a href="#">mary-test</a>
|
|
1381
|
-
</div>
|
|
1382
|
-
</div>
|
|
1383
|
-
</div>
|
|
1384
|
-
</dd>
|
|
1385
|
-
</div>
|
|
1386
|
-
<div class="pf-v6-c-description-list__group">
|
|
1387
|
-
<dt class="pf-v6-c-description-list__term">
|
|
1388
|
-
<span class="pf-v6-c-description-list__text">Labels</span>
|
|
1389
|
-
</dt>
|
|
1390
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1391
|
-
<div class="pf-v6-c-description-list__text">No labels</div>
|
|
1392
|
-
</dd>
|
|
1393
|
-
</div>
|
|
1394
|
-
<div class="pf-v6-c-description-list__group">
|
|
1395
|
-
<dt class="pf-v6-c-description-list__term">
|
|
1396
|
-
<span class="pf-v6-c-description-list__text">Pod selector</span>
|
|
1397
|
-
</dt>
|
|
1398
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1399
|
-
<div class="pf-v6-c-description-list__text">
|
|
1400
|
-
<a href="#">
|
|
1344
|
+
</section>
|
|
1345
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1346
|
+
<div class="pf-v6-c-page__main-body">
|
|
1347
|
+
<div class="pf-v6-c-content">
|
|
1348
|
+
<h1>Main title</h1>
|
|
1349
|
+
<p>This is a full page demo.</p>
|
|
1350
|
+
</div>
|
|
1351
|
+
</div>
|
|
1352
|
+
</section>
|
|
1353
|
+
<hr class="pf-v6-c-divider" />
|
|
1354
|
+
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1355
|
+
<div class="pf-v6-c-page__main-body">
|
|
1356
|
+
<div class="pf-v6-l-grid pf-m-gutter">
|
|
1357
|
+
<div class="pf-v6-l-grid__item pf-m-5-col-on-lg pf-m-4-col-on-xl">
|
|
1358
|
+
<div class="pf-v6-l-grid pf-m-gutter">
|
|
1359
|
+
<div class="pf-v6-l-grid__item">
|
|
1360
|
+
<h2 class="pf-v6-c-title pf-m-lg">Service overview</h2>
|
|
1361
|
+
</div>
|
|
1362
|
+
<div class="pf-v6-l-grid__item">
|
|
1363
|
+
<dl class="pf-v6-c-description-list pf-m-2-col-on-xl">
|
|
1364
|
+
<div class="pf-v6-c-description-list__group">
|
|
1365
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1366
|
+
<span class="pf-v6-c-description-list__text">Name</span>
|
|
1367
|
+
</dt>
|
|
1368
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1369
|
+
<div class="pf-v6-c-description-list__text">mary-test</div>
|
|
1370
|
+
</dd>
|
|
1371
|
+
</div>
|
|
1372
|
+
<div class="pf-v6-c-description-list__group">
|
|
1373
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1374
|
+
<span class="pf-v6-c-description-list__text">Namespace</span>
|
|
1375
|
+
</dt>
|
|
1376
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1377
|
+
<div class="pf-v6-c-description-list__text">
|
|
1401
1378
|
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
1402
1379
|
<div class="pf-v6-l-flex__item">
|
|
1403
|
-
<
|
|
1380
|
+
<span class="pf-v6-c-label pf-m-green">
|
|
1381
|
+
<span class="pf-v6-c-label__content">
|
|
1382
|
+
<span class="pf-v6-c-label__text">NS</span>
|
|
1383
|
+
</span>
|
|
1384
|
+
</span>
|
|
1404
1385
|
</div>
|
|
1405
1386
|
<div class="pf-v6-l-flex__item">
|
|
1406
|
-
<
|
|
1387
|
+
<a href="#">mary-test</a>
|
|
1407
1388
|
</div>
|
|
1408
1389
|
</div>
|
|
1409
|
-
</
|
|
1410
|
-
</
|
|
1411
|
-
</
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
</
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1390
|
+
</div>
|
|
1391
|
+
</dd>
|
|
1392
|
+
</div>
|
|
1393
|
+
<div class="pf-v6-c-description-list__group">
|
|
1394
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1395
|
+
<span class="pf-v6-c-description-list__text">Labels</span>
|
|
1396
|
+
</dt>
|
|
1397
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1398
|
+
<div class="pf-v6-c-description-list__text">No labels</div>
|
|
1399
|
+
</dd>
|
|
1400
|
+
</div>
|
|
1401
|
+
<div class="pf-v6-c-description-list__group">
|
|
1402
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1403
|
+
<span
|
|
1404
|
+
class="pf-v6-c-description-list__text"
|
|
1405
|
+
>Pod selector</span>
|
|
1406
|
+
</dt>
|
|
1407
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1408
|
+
<div class="pf-v6-c-description-list__text">
|
|
1409
|
+
<a href="#">
|
|
1410
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
1411
|
+
<div class="pf-v6-l-flex__item">
|
|
1412
|
+
<i class="fas fa-search" aria-hidden="true"></i>
|
|
1413
|
+
</div>
|
|
1414
|
+
<div class="pf-v6-l-flex__item">
|
|
1415
|
+
<span>app=MyApp</span>
|
|
1416
|
+
</div>
|
|
1417
|
+
</div>
|
|
1418
|
+
</a>
|
|
1419
|
+
</div>
|
|
1420
|
+
</dd>
|
|
1421
|
+
</div>
|
|
1422
|
+
<div class="pf-v6-c-description-list__group">
|
|
1423
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1424
|
+
<span class="pf-v6-c-description-list__text">Annotations</span>
|
|
1425
|
+
</dt>
|
|
1426
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1427
|
+
<div
|
|
1428
|
+
class="pf-v6-c-description-list__text"
|
|
1429
|
+
>2 Annotations</div>
|
|
1430
|
+
</dd>
|
|
1431
|
+
</div>
|
|
1432
|
+
<div class="pf-v6-c-description-list__group">
|
|
1433
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1434
|
+
<span
|
|
1435
|
+
class="pf-v6-c-description-list__text"
|
|
1436
|
+
>Session affinity</span>
|
|
1437
|
+
</dt>
|
|
1438
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1439
|
+
<div class="pf-v6-c-description-list__text">None</div>
|
|
1440
|
+
</dd>
|
|
1441
|
+
</div>
|
|
1442
|
+
<div class="pf-v6-c-description-list__group">
|
|
1443
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1444
|
+
<span class="pf-v6-c-description-list__text">Created at:</span>
|
|
1445
|
+
</dt>
|
|
1446
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1447
|
+
<div
|
|
1448
|
+
class="pf-v6-c-description-list__text"
|
|
1449
|
+
>3 minutes ago</div>
|
|
1450
|
+
</dd>
|
|
1451
|
+
</div>
|
|
1452
|
+
</dl>
|
|
1453
|
+
</div>
|
|
1440
1454
|
</div>
|
|
1441
1455
|
</div>
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
>Type</th>
|
|
1456
|
+
<div class="pf-v6-l-grid__item pf-m-6-col-on-lg pf-m-4-col-on-xl">
|
|
1457
|
+
<div class="pf-v6-l-grid pf-m-gutter">
|
|
1458
|
+
<div class="pf-v6-l-grid__item">
|
|
1459
|
+
<h2 class="pf-v6-c-title pf-m-lg">Service routing</h2>
|
|
1460
|
+
</div>
|
|
1461
|
+
<div class="pf-v6-l-grid__item">
|
|
1462
|
+
<dl class="pf-v6-c-description-list">
|
|
1463
|
+
<div class="pf-v6-c-description-list__group">
|
|
1464
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1465
|
+
<span
|
|
1466
|
+
class="pf-v6-c-description-list__text"
|
|
1467
|
+
>Service address</span>
|
|
1468
|
+
</dt>
|
|
1469
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1470
|
+
<div class="pf-v6-c-description-list__text">
|
|
1471
|
+
<table
|
|
1472
|
+
class="pf-v6-c-table pf-m-grid-md pf-m-compact"
|
|
1473
|
+
role="grid"
|
|
1474
|
+
aria-label="Service address"
|
|
1475
|
+
id="service-address"
|
|
1476
|
+
>
|
|
1477
|
+
<thead class="pf-v6-c-table__thead">
|
|
1478
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1479
|
+
<th
|
|
1480
|
+
class="pf-v6-c-table__th"
|
|
1481
|
+
role="columnheader"
|
|
1482
|
+
scope="col"
|
|
1483
|
+
>Type</th>
|
|
1471
1484
|
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1485
|
+
<th
|
|
1486
|
+
class="pf-v6-c-table__th"
|
|
1487
|
+
role="columnheader"
|
|
1488
|
+
scope="col"
|
|
1489
|
+
>Location</th>
|
|
1490
|
+
</tr>
|
|
1491
|
+
</thead>
|
|
1479
1492
|
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1493
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1494
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1495
|
+
<td
|
|
1496
|
+
class="pf-v6-c-table__td"
|
|
1497
|
+
role="cell"
|
|
1498
|
+
data-label="Type"
|
|
1499
|
+
>Cluster IP</td>
|
|
1500
|
+
<td
|
|
1501
|
+
class="pf-v6-c-table__td"
|
|
1502
|
+
role="cell"
|
|
1503
|
+
data-label="Location"
|
|
1504
|
+
>172.30.126.106</td>
|
|
1505
|
+
</tr>
|
|
1506
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1507
|
+
<td
|
|
1508
|
+
class="pf-v6-c-table__td"
|
|
1509
|
+
role="cell"
|
|
1510
|
+
data-label="Type"
|
|
1511
|
+
>Accessible within the cluster only</td>
|
|
1512
|
+
<td
|
|
1513
|
+
class="pf-v6-c-table__td"
|
|
1514
|
+
role="cell"
|
|
1515
|
+
data-label="Location"
|
|
1516
|
+
>n/a</td>
|
|
1517
|
+
</tr>
|
|
1518
|
+
</tbody>
|
|
1519
|
+
</table>
|
|
1520
|
+
</div>
|
|
1521
|
+
</dd>
|
|
1522
|
+
</div>
|
|
1523
|
+
<div class="pf-v6-c-description-list__group">
|
|
1524
|
+
<dt class="pf-v6-c-description-list__term">
|
|
1525
|
+
<span
|
|
1526
|
+
class="pf-v6-c-description-list__text"
|
|
1527
|
+
>Service port mapping</span>
|
|
1528
|
+
</dt>
|
|
1529
|
+
<dd class="pf-v6-c-description-list__description">
|
|
1530
|
+
<div class="pf-v6-c-description-list__text">
|
|
1531
|
+
<table
|
|
1532
|
+
class="pf-v6-c-table pf-m-grid-md pf-m-compact"
|
|
1533
|
+
role="grid"
|
|
1534
|
+
aria-label="Service address"
|
|
1535
|
+
id="service-port"
|
|
1536
|
+
>
|
|
1537
|
+
<thead class="pf-v6-c-table__thead">
|
|
1538
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1539
|
+
<th
|
|
1540
|
+
class="pf-v6-c-table__th"
|
|
1541
|
+
role="columnheader"
|
|
1542
|
+
scope="col"
|
|
1543
|
+
>Name</th>
|
|
1531
1544
|
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1545
|
+
<th
|
|
1546
|
+
class="pf-v6-c-table__th"
|
|
1547
|
+
role="columnheader"
|
|
1548
|
+
scope="col"
|
|
1549
|
+
>Port</th>
|
|
1537
1550
|
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1551
|
+
<th
|
|
1552
|
+
class="pf-v6-c-table__th"
|
|
1553
|
+
role="columnheader"
|
|
1554
|
+
scope="col"
|
|
1555
|
+
>Protocol</th>
|
|
1543
1556
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1557
|
+
<th
|
|
1558
|
+
class="pf-v6-c-table__th"
|
|
1559
|
+
role="columnheader"
|
|
1560
|
+
scope="col"
|
|
1561
|
+
>Pod port or name</th>
|
|
1562
|
+
</tr>
|
|
1563
|
+
</thead>
|
|
1551
1564
|
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1565
|
+
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
1566
|
+
<tr class="pf-v6-c-table__tr" role="row">
|
|
1567
|
+
<td
|
|
1568
|
+
class="pf-v6-c-table__td"
|
|
1569
|
+
role="cell"
|
|
1570
|
+
data-label="Name"
|
|
1571
|
+
>--</td>
|
|
1572
|
+
<td
|
|
1573
|
+
class="pf-v6-c-table__td"
|
|
1574
|
+
role="cell"
|
|
1575
|
+
data-label="Port"
|
|
1576
|
+
>
|
|
1577
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
1578
|
+
<div class="pf-v6-l-flex__item">
|
|
1579
|
+
<span
|
|
1580
|
+
class="pf-v6-c-label pf-m-compact pf-m-green"
|
|
1581
|
+
>
|
|
1582
|
+
<span class="pf-v6-c-label__content">
|
|
1583
|
+
<span class="pf-v6-c-label__text">S</span>
|
|
1584
|
+
</span>
|
|
1571
1585
|
</span>
|
|
1572
|
-
</
|
|
1586
|
+
</div>
|
|
1587
|
+
<div class="pf-v6-l-flex__item">80</div>
|
|
1573
1588
|
</div>
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
<span class="pf-v6-c-label__text">P</span>
|
|
1589
|
+
</td>
|
|
1590
|
+
<td
|
|
1591
|
+
class="pf-v6-c-table__td"
|
|
1592
|
+
role="cell"
|
|
1593
|
+
data-label="Protocol"
|
|
1594
|
+
>TCP</td>
|
|
1595
|
+
<td
|
|
1596
|
+
class="pf-v6-c-table__td"
|
|
1597
|
+
role="cell"
|
|
1598
|
+
data-label="Pod port or name"
|
|
1599
|
+
>
|
|
1600
|
+
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
1601
|
+
<div class="pf-v6-l-flex__item">
|
|
1602
|
+
<span
|
|
1603
|
+
class="pf-v6-c-label pf-m-compact pf-m-cyan"
|
|
1604
|
+
>
|
|
1605
|
+
<span class="pf-v6-c-label__content">
|
|
1606
|
+
<span class="pf-v6-c-label__text">P</span>
|
|
1607
|
+
</span>
|
|
1594
1608
|
</span>
|
|
1595
|
-
</
|
|
1609
|
+
</div>
|
|
1610
|
+
<div class="pf-v6-l-flex__item">80</div>
|
|
1596
1611
|
</div>
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
</dl>
|
|
1612
|
+
</td>
|
|
1613
|
+
</tr>
|
|
1614
|
+
</tbody>
|
|
1615
|
+
</table>
|
|
1616
|
+
</div>
|
|
1617
|
+
</dd>
|
|
1618
|
+
</div>
|
|
1619
|
+
</dl>
|
|
1620
|
+
</div>
|
|
1607
1621
|
</div>
|
|
1608
1622
|
</div>
|
|
1609
1623
|
</div>
|
|
1610
1624
|
</div>
|
|
1611
|
-
</
|
|
1612
|
-
</
|
|
1613
|
-
</
|
|
1625
|
+
</section>
|
|
1626
|
+
</main>
|
|
1627
|
+
</div>
|
|
1614
1628
|
</div>
|
|
1615
1629
|
|
|
1616
1630
|
```
|