@patternfly/patternfly 6.0.0-alpha.196 → 6.0.0-alpha.197
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/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Toolbar/toolbar.css +4 -3
- package/components/Toolbar/toolbar.scss +4 -3
- package/components/_index.css +5 -4
- package/docs/demos/AboutModal/examples/AboutModal.md +3 -358
- package/docs/demos/Alert/examples/Alert.md +64 -1351
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -426
- package/docs/demos/Banner/examples/Banner.md +14 -895
- package/docs/demos/CardView/examples/CardView.md +23 -1095
- package/docs/demos/Dashboard/examples/Dashboard.md +32 -1597
- package/docs/demos/DataList/examples/DataList.md +64 -4031
- package/docs/demos/DescriptionList/examples/DescriptionList.md +471 -1523
- package/docs/demos/Drawer/examples/Drawer.md +35 -1849
- package/docs/demos/JumpLinks/examples/JumpLinks.md +86 -2326
- package/docs/demos/Masthead/examples/Masthead.md +11 -611
- package/docs/demos/Modal/examples/Modal.md +196 -2126
- package/docs/demos/Nav/examples/Nav.md +22 -1988
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +35 -4415
- package/docs/demos/Page/examples/Page.md +104 -4112
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +269 -6297
- package/docs/demos/Skeleton/examples/Skeleton.md +15 -412
- package/docs/demos/Table/examples/Table.md +416 -15861
- package/docs/demos/Tabs/examples/Tabs.md +518 -3638
- package/docs/demos/Toolbar/examples/Toolbar.md +92 -1812
- package/docs/demos/Wizard/examples/Wizard.md +666 -5289
- package/package.json +1 -1
- package/patternfly-no-globals.css +5 -4
- package/patternfly.css +5 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -5,3662 +5,542 @@ section: components
|
|
|
5
5
|
|
|
6
6
|
### Open tabs
|
|
7
7
|
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
</div>
|
|
154
|
-
|
|
155
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
156
|
-
<button
|
|
157
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
158
|
-
type="button"
|
|
159
|
-
aria-expanded="false"
|
|
160
|
-
aria-label="Actions"
|
|
161
|
-
>
|
|
162
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
163
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
164
|
-
</span>
|
|
165
|
-
</button>
|
|
166
|
-
</div>
|
|
167
|
-
</div>
|
|
168
|
-
</div>
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
</div>
|
|
172
|
-
</header>
|
|
173
|
-
<div class="pf-v6-c-page__sidebar">
|
|
174
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
175
|
-
<nav
|
|
176
|
-
class="pf-v6-c-nav"
|
|
177
|
-
id="tabs-tables-and-tabs-example-primary-nav"
|
|
178
|
-
aria-label="Global"
|
|
179
|
-
>
|
|
180
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
181
|
-
<li class="pf-v6-c-nav__item">
|
|
182
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
183
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
184
|
-
</a>
|
|
185
|
-
</li>
|
|
186
|
-
<li class="pf-v6-c-nav__item">
|
|
187
|
-
<a
|
|
188
|
-
href="#"
|
|
189
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
190
|
-
aria-current="page"
|
|
191
|
-
>
|
|
192
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
193
|
-
</a>
|
|
194
|
-
</li>
|
|
195
|
-
<li class="pf-v6-c-nav__item">
|
|
196
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
197
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
198
|
-
</a>
|
|
199
|
-
</li>
|
|
200
|
-
<li class="pf-v6-c-nav__item">
|
|
201
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
202
|
-
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
203
|
-
</a>
|
|
204
|
-
</li>
|
|
205
|
-
<li class="pf-v6-c-nav__item">
|
|
206
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
207
|
-
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
208
|
-
</a>
|
|
209
|
-
</li>
|
|
210
|
-
</ul>
|
|
211
|
-
</nav>
|
|
212
|
-
</div>
|
|
213
|
-
</div>
|
|
214
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
215
|
-
<main
|
|
216
|
-
class="pf-v6-c-page__main"
|
|
217
|
-
tabindex="-1"
|
|
218
|
-
id="main-content-tabs-tables-and-tabs-example"
|
|
219
|
-
>
|
|
220
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
221
|
-
<div class="pf-v6-c-page__main-body">
|
|
222
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
223
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
224
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
225
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
226
|
-
</li>
|
|
227
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
228
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
229
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
230
|
-
</span>
|
|
231
|
-
|
|
232
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
233
|
-
</li>
|
|
234
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
235
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
236
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
237
|
-
</span>
|
|
238
|
-
|
|
239
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
240
|
-
</li>
|
|
241
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
242
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
243
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
244
|
-
</span>
|
|
245
|
-
|
|
246
|
-
<a
|
|
247
|
-
href="#"
|
|
248
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
249
|
-
aria-current="page"
|
|
250
|
-
>Section landing</a>
|
|
251
|
-
</li>
|
|
252
|
-
</ol>
|
|
253
|
-
</nav>
|
|
254
|
-
</div>
|
|
255
|
-
</section>
|
|
256
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
257
|
-
<div class="pf-v6-c-page__main-body">
|
|
258
|
-
<div class="pf-v6-c-content">
|
|
259
|
-
<h1>Main title</h1>
|
|
260
|
-
<p>This is a full page demo.</p>
|
|
261
|
-
</div>
|
|
262
|
-
</div>
|
|
263
|
-
</section>
|
|
264
|
-
|
|
265
|
-
<section class="pf-v6-c-page__main-tabs pf-m-limit-width">
|
|
266
|
-
<div class="pf-v6-c-page__main-body">
|
|
267
|
-
<div
|
|
268
|
-
class="pf-v6-c-tabs pf-m-page-insets"
|
|
269
|
-
role="region"
|
|
270
|
-
id="tabs-tables-and-tabs-example-tabs"
|
|
271
|
-
>
|
|
272
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
273
|
-
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
274
|
-
<button
|
|
275
|
-
type="button"
|
|
276
|
-
class="pf-v6-c-tabs__link"
|
|
277
|
-
role="tab"
|
|
278
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
279
|
-
id="tabs-tables-and-tabs-example-tabs-details-link"
|
|
280
|
-
>
|
|
281
|
-
<span class="pf-v6-c-tabs__item-text">Details</span>
|
|
282
|
-
</button>
|
|
283
|
-
</li>
|
|
284
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
285
|
-
<button
|
|
286
|
-
type="button"
|
|
287
|
-
class="pf-v6-c-tabs__link"
|
|
288
|
-
role="tab"
|
|
289
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
290
|
-
id="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
291
|
-
>
|
|
292
|
-
<span class="pf-v6-c-tabs__item-text">YAML</span>
|
|
293
|
-
</button>
|
|
294
|
-
</li>
|
|
295
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
296
|
-
<button
|
|
297
|
-
type="button"
|
|
298
|
-
class="pf-v6-c-tabs__link"
|
|
299
|
-
role="tab"
|
|
300
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
301
|
-
id="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
302
|
-
>
|
|
303
|
-
<span class="pf-v6-c-tabs__item-text">Environment</span>
|
|
304
|
-
</button>
|
|
305
|
-
</li>
|
|
306
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
307
|
-
<button
|
|
308
|
-
type="button"
|
|
309
|
-
class="pf-v6-c-tabs__link"
|
|
310
|
-
role="tab"
|
|
311
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
312
|
-
id="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
313
|
-
>
|
|
314
|
-
<span class="pf-v6-c-tabs__item-text">Logs</span>
|
|
315
|
-
</button>
|
|
316
|
-
</li>
|
|
317
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
318
|
-
<button
|
|
319
|
-
type="button"
|
|
320
|
-
class="pf-v6-c-tabs__link"
|
|
321
|
-
role="tab"
|
|
322
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
323
|
-
id="tabs-tables-and-tabs-example-tabs-events-link"
|
|
324
|
-
>
|
|
325
|
-
<span class="pf-v6-c-tabs__item-text">Events</span>
|
|
326
|
-
</button>
|
|
327
|
-
</li>
|
|
328
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
329
|
-
<button
|
|
330
|
-
type="button"
|
|
331
|
-
class="pf-v6-c-tabs__link"
|
|
332
|
-
role="tab"
|
|
333
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
334
|
-
id="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
335
|
-
>
|
|
336
|
-
<span class="pf-v6-c-tabs__item-text">Terminal</span>
|
|
337
|
-
</button>
|
|
338
|
-
</li>
|
|
339
|
-
</ul>
|
|
340
|
-
</div>
|
|
341
|
-
</div>
|
|
342
|
-
</section>
|
|
343
|
-
|
|
344
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
345
|
-
<div class="pf-v6-c-page__main-body">
|
|
346
|
-
<section
|
|
347
|
-
class="pf-v6-c-tab-content"
|
|
348
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-details-link"
|
|
349
|
-
id="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
350
|
-
role="tabpanel"
|
|
351
|
-
tabindex="0"
|
|
352
|
-
>
|
|
353
|
-
<div class="pf-v6-c-tab-content__body">
|
|
354
|
-
<div class="pf-v6-l-flex pf-m-column">
|
|
355
|
-
<div class="pf-v6-l-flex__item pf-m-spacer-lg">
|
|
356
|
-
<h2
|
|
357
|
-
class="pf-v6-c-title pf-m-lg pf-v6-u-mt-sm"
|
|
358
|
-
id="-details-title"
|
|
359
|
-
>Pod details</h2>
|
|
360
|
-
</div>
|
|
361
|
-
<div class="pf-v6-l-flex__item">
|
|
362
|
-
<dl
|
|
363
|
-
class="pf-v6-c-description-list pf-m-2-col-on-lg"
|
|
364
|
-
aria-labelledby="-details-title"
|
|
365
|
-
>
|
|
366
|
-
<div class="pf-v6-c-description-list__group">
|
|
367
|
-
<dt class="pf-v6-c-description-list__term">Name</dt>
|
|
368
|
-
<dd class="pf-v6-c-description-list__description">
|
|
369
|
-
<div
|
|
370
|
-
class="pf-v6-c-description-list__text"
|
|
371
|
-
>3scale-control-fccb6ddb9-phyqv9</div>
|
|
372
|
-
</dd>
|
|
373
|
-
</div>
|
|
374
|
-
<div class="pf-v6-c-description-list__group">
|
|
375
|
-
<dt class="pf-v6-c-description-list__term">Status</dt>
|
|
376
|
-
<dd class="pf-v6-c-description-list__description">
|
|
377
|
-
<div class="pf-v6-c-description-list__text">
|
|
378
|
-
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
379
|
-
<div class="pf-v6-l-flex__item">
|
|
380
|
-
<i
|
|
381
|
-
class="fas fa-fw fa-check-circle"
|
|
382
|
-
aria-hidden="true"
|
|
383
|
-
></i>
|
|
384
|
-
</div>
|
|
385
|
-
<div class="pf-v6-l-flex__item">Running</div>
|
|
386
|
-
</div>
|
|
387
|
-
</div>
|
|
388
|
-
</dd>
|
|
389
|
-
</div>
|
|
390
|
-
<div class="pf-v6-c-description-list__group">
|
|
391
|
-
<dt class="pf-v6-c-description-list__term">Namespace</dt>
|
|
392
|
-
<dd class="pf-v6-c-description-list__description">
|
|
393
|
-
<div class="pf-v6-c-description-list__text">
|
|
394
|
-
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
395
|
-
<div class="pf-v6-l-flex__item">
|
|
396
|
-
<span class="pf-v6-c-label pf-m-teal">
|
|
397
|
-
<span class="pf-v6-c-label__content">
|
|
398
|
-
<span class="pf-v6-c-label__text">NS</span>
|
|
399
|
-
</span>
|
|
400
|
-
</span>
|
|
401
|
-
</div>
|
|
402
|
-
<div class="pf-v6-l-flex__item">
|
|
403
|
-
<a href="#">knative-serving-ingress</a>
|
|
404
|
-
</div>
|
|
405
|
-
</div>
|
|
406
|
-
</div>
|
|
407
|
-
</dd>
|
|
408
|
-
</div>
|
|
409
|
-
<div class="pf-v6-c-description-list__group">
|
|
410
|
-
<dt class="pf-v6-c-description-list__term">Restart policy</dt>
|
|
411
|
-
<dd class="pf-v6-c-description-list__description">
|
|
412
|
-
<div
|
|
413
|
-
class="pf-v6-c-description-list__text"
|
|
414
|
-
>Always restart</div>
|
|
415
|
-
</dd>
|
|
416
|
-
</div>
|
|
417
|
-
<div class="pf-v6-c-description-list__group">
|
|
418
|
-
<dt class="pf-v6-c-description-list__term">Labels</dt>
|
|
419
|
-
<dd class="pf-v6-c-description-list__description">
|
|
420
|
-
<div class="pf-v6-c-description-list__text">
|
|
421
|
-
<div class="pf-v6-c-label-group">
|
|
422
|
-
<div class="pf-v6-c-label-group__main">
|
|
423
|
-
<ul
|
|
424
|
-
class="pf-v6-c-label-group__list"
|
|
425
|
-
role="list"
|
|
426
|
-
aria-label="Group of labels"
|
|
427
|
-
>
|
|
428
|
-
<li class="pf-v6-c-label-group__list-item">
|
|
429
|
-
<span class="pf-v6-c-label pf-m-outline">
|
|
430
|
-
<span class="pf-v6-c-label__content">
|
|
431
|
-
<span
|
|
432
|
-
class="pf-v6-c-label__text"
|
|
433
|
-
>app=3scale-gateway</span>
|
|
434
|
-
</span>
|
|
435
|
-
</span>
|
|
436
|
-
</li>
|
|
437
|
-
<li class="pf-v6-c-label-group__list-item">
|
|
438
|
-
<span class="pf-v6-c-label pf-m-outline">
|
|
439
|
-
<span class="pf-v6-c-label__content">
|
|
440
|
-
<span
|
|
441
|
-
class="pf-v6-c-label__text"
|
|
442
|
-
>pod-template-has=6747686899</span>
|
|
443
|
-
</span>
|
|
444
|
-
</span>
|
|
445
|
-
</li>
|
|
446
|
-
</ul>
|
|
447
|
-
</div>
|
|
448
|
-
</div>
|
|
449
|
-
</div>
|
|
450
|
-
</dd>
|
|
451
|
-
</div>
|
|
452
|
-
<div class="pf-v6-c-description-list__group">
|
|
453
|
-
<dt
|
|
454
|
-
class="pf-v6-c-description-list__term"
|
|
455
|
-
>Active deadline seconds</dt>
|
|
456
|
-
<dd class="pf-v6-c-description-list__description">
|
|
457
|
-
<div
|
|
458
|
-
class="pf-v6-c-description-list__text"
|
|
459
|
-
>Not configured</div>
|
|
460
|
-
</dd>
|
|
461
|
-
</div>
|
|
462
|
-
<div class="pf-v6-c-description-list__group">
|
|
463
|
-
<dt class="pf-v6-c-description-list__term">Tolerations</dt>
|
|
464
|
-
<dd class="pf-v6-c-description-list__description">
|
|
465
|
-
<div class="pf-v6-c-description-list__text">stuff</div>
|
|
466
|
-
</dd>
|
|
467
|
-
</div>
|
|
468
|
-
<div class="pf-v6-c-description-list__group">
|
|
469
|
-
<dt class="pf-v6-c-description-list__term">Pod IP</dt>
|
|
470
|
-
<dd class="pf-v6-c-description-list__description">
|
|
471
|
-
<div class="pf-v6-c-description-list__text">10.345.2.197</div>
|
|
472
|
-
</dd>
|
|
473
|
-
</div>
|
|
474
|
-
<div class="pf-v6-c-description-list__group">
|
|
475
|
-
<dt class="pf-v6-c-description-list__term">Annotations</dt>
|
|
476
|
-
<dd class="pf-v6-c-description-list__description">
|
|
477
|
-
<div class="pf-v6-c-description-list__text">stuff</div>
|
|
478
|
-
</dd>
|
|
479
|
-
</div>
|
|
480
|
-
<div class="pf-v6-c-description-list__group">
|
|
481
|
-
<dt class="pf-v6-c-description-list__term">Node</dt>
|
|
482
|
-
<dd class="pf-v6-c-description-list__description">
|
|
483
|
-
<div class="pf-v6-c-description-list__text">
|
|
484
|
-
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
485
|
-
<div class="pf-v6-l-flex__item">
|
|
486
|
-
<span class="pf-v6-c-label pf-m-purple">
|
|
487
|
-
<span class="pf-v6-c-label__content">
|
|
488
|
-
<span class="pf-v6-c-label__text">N</span>
|
|
489
|
-
</span>
|
|
490
|
-
</span>
|
|
491
|
-
</div>
|
|
492
|
-
<div
|
|
493
|
-
class="pf-v6-l-flex__item"
|
|
494
|
-
>ip-10-0-233-118.us-east-2.computer.external</div>
|
|
495
|
-
</div>
|
|
496
|
-
</div>
|
|
497
|
-
</dd>
|
|
498
|
-
</div>
|
|
499
|
-
<div class="pf-v6-c-description-list__group">
|
|
500
|
-
<dt class="pf-v6-c-description-list__term">Created at</dt>
|
|
501
|
-
<dd class="pf-v6-c-description-list__description">
|
|
502
|
-
<div class="pf-v6-c-description-list__text">
|
|
503
|
-
<time>Oct 15, 1:51 pm</time>
|
|
504
|
-
</div>
|
|
505
|
-
</dd>
|
|
506
|
-
</div>
|
|
507
|
-
</dl>
|
|
508
|
-
</div>
|
|
509
|
-
</div>
|
|
510
|
-
</div>
|
|
511
|
-
</section>
|
|
512
|
-
<section
|
|
513
|
-
class="pf-v6-c-tab-content"
|
|
514
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
515
|
-
id="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
516
|
-
role="tabpanel"
|
|
517
|
-
tabindex="0"
|
|
518
|
-
hidden
|
|
519
|
-
>
|
|
520
|
-
<div class="pf-v6-c-tab-content__body">YAML panel</div>
|
|
521
|
-
</section>
|
|
522
|
-
<section
|
|
523
|
-
class="pf-v6-c-tab-content"
|
|
524
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
525
|
-
id="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
526
|
-
role="tabpanel"
|
|
527
|
-
tabindex="0"
|
|
528
|
-
hidden
|
|
529
|
-
>
|
|
530
|
-
<div class="pf-v6-c-tab-content__body">Environment panel</div>
|
|
531
|
-
</section>
|
|
532
|
-
<section
|
|
533
|
-
class="pf-v6-c-tab-content"
|
|
534
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
535
|
-
id="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
536
|
-
role="tabpanel"
|
|
537
|
-
tabindex="0"
|
|
538
|
-
hidden
|
|
539
|
-
>
|
|
540
|
-
<div class="pf-v6-c-tab-content__body">Logs panel</div>
|
|
541
|
-
</section>
|
|
542
|
-
<section
|
|
543
|
-
class="pf-v6-c-tab-content"
|
|
544
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-events-link"
|
|
545
|
-
id="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
546
|
-
role="tabpanel"
|
|
547
|
-
tabindex="0"
|
|
548
|
-
hidden
|
|
549
|
-
>
|
|
550
|
-
<div class="pf-v6-c-tab-content__body">Events panel</div>
|
|
551
|
-
</section>
|
|
552
|
-
<section
|
|
553
|
-
class="pf-v6-c-tab-content"
|
|
554
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
555
|
-
id="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
556
|
-
role="tabpanel"
|
|
557
|
-
tabindex="0"
|
|
558
|
-
hidden
|
|
559
|
-
>
|
|
560
|
-
<div class="pf-v6-c-tab-content__body">Terminal panel</div>
|
|
561
|
-
</section>
|
|
562
|
-
</div>
|
|
563
|
-
</section>
|
|
564
|
-
</main>
|
|
565
|
-
</div>
|
|
566
|
-
</div>
|
|
567
|
-
|
|
8
|
+
```hbs isFullscreen
|
|
9
|
+
{{> page-template page-template--id="tabs-tables-and-tabs-example"}}
|
|
10
|
+
|
|
11
|
+
{{#* inline "page-template-section"}}
|
|
12
|
+
{{#> tabs-template tabs-template--id=(concat page-template--id "-tabs")}}
|
|
13
|
+
|
|
14
|
+
{{#> page-main-tabs page-main-tabs--IsLimitWidth="true"}}
|
|
15
|
+
{{> tabs-template-pod-tab-list tabs-template-pod-tab-list--modifier="pf-m-page-insets"}}
|
|
16
|
+
{{/page-main-tabs}}
|
|
17
|
+
|
|
18
|
+
{{#> page-main-section page-main-section--IsLimitWidth="true" page-main-section--modifier="pf-m-light"}}
|
|
19
|
+
{{#> tabs-template-pod-tab-content}}
|
|
20
|
+
{{#> l-flex l-flex--modifier="pf-m-column"}}
|
|
21
|
+
{{#> l-flex-item l-flex-item--modifier="pf-m-spacer-lg"}}
|
|
22
|
+
{{> title titleType="h2" title--modifier="pf-m-lg pf-v6-u-mt-sm" title--text="Pod details" title--attribute=(concat 'id="' tabs-template-pod-tab-content--id '-details-title"')}}
|
|
23
|
+
{{/l-flex-item}}
|
|
24
|
+
{{#> l-flex-item}}
|
|
25
|
+
{{#> description-list description-list--modifier="pf-m-2-col-on-lg" description-list--attribute=(concat 'aria-labelledby="' tabs-template-pod-tab-content--id '-details-title"')}}
|
|
26
|
+
{{#> description-list-group}}
|
|
27
|
+
{{#> description-list-term}}
|
|
28
|
+
Name
|
|
29
|
+
{{/description-list-term}}
|
|
30
|
+
{{#> description-list-description}}
|
|
31
|
+
3scale-control-fccb6ddb9-phyqv9
|
|
32
|
+
{{/description-list-description}}
|
|
33
|
+
{{/description-list-group}}
|
|
34
|
+
{{#> description-list-group}}
|
|
35
|
+
{{#> description-list-term}}
|
|
36
|
+
Status
|
|
37
|
+
{{/description-list-term}}
|
|
38
|
+
{{#> description-list-description}}
|
|
39
|
+
{{#> l-flex l-flex--modifier="pf-m-space-items-sm"}}
|
|
40
|
+
{{#> l-flex-item}}
|
|
41
|
+
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
42
|
+
{{/l-flex-item}}
|
|
43
|
+
{{#> l-flex-item}}
|
|
44
|
+
Running
|
|
45
|
+
{{/l-flex-item}}
|
|
46
|
+
{{/l-flex}}
|
|
47
|
+
{{/description-list-description}}
|
|
48
|
+
{{/description-list-group}}
|
|
49
|
+
{{#> description-list-group}}
|
|
50
|
+
{{#> description-list-term}}
|
|
51
|
+
Namespace
|
|
52
|
+
{{/description-list-term}}
|
|
53
|
+
{{#> description-list-description}}
|
|
54
|
+
{{#> l-flex l-flex--modifier="pf-m-space-items-sm"}}
|
|
55
|
+
{{#> l-flex-item}}
|
|
56
|
+
{{> label label--id="teal-icon" label--color="teal" label-text--value="NS"}}
|
|
57
|
+
{{/l-flex-item}}
|
|
58
|
+
{{#> l-flex-item}}
|
|
59
|
+
<a href="#">knative-serving-ingress</a>
|
|
60
|
+
{{/l-flex-item}}
|
|
61
|
+
{{/l-flex}}
|
|
62
|
+
{{/description-list-description}}
|
|
63
|
+
{{/description-list-group}}
|
|
64
|
+
{{#> description-list-group}}
|
|
65
|
+
{{#> description-list-term}}
|
|
66
|
+
Restart policy
|
|
67
|
+
{{/description-list-term}}
|
|
68
|
+
{{#> description-list-description}}
|
|
69
|
+
Always restart
|
|
70
|
+
{{/description-list-description}}
|
|
71
|
+
{{/description-list-group}}
|
|
72
|
+
{{#> description-list-group}}
|
|
73
|
+
{{#> description-list-term}}
|
|
74
|
+
Labels
|
|
75
|
+
{{/description-list-term}}
|
|
76
|
+
{{#> description-list-description}}
|
|
77
|
+
{{#> label-group label-group--id="label-group-basic"}}
|
|
78
|
+
{{#> label-group-main}}
|
|
79
|
+
{{#> label-group-list label-group-list--attribute='aria-label="Group of labels"'}}
|
|
80
|
+
{{#> label-group-list-item}}
|
|
81
|
+
{{> label label--IsOutlined=true label-text--value="app=3scale-gateway"}}
|
|
82
|
+
{{/label-group-list-item}}
|
|
83
|
+
{{#> label-group-list-item}}
|
|
84
|
+
{{> label label--IsOutlined=true label-text--value="pod-template-has=6747686899"}}
|
|
85
|
+
{{/label-group-list-item}}
|
|
86
|
+
{{/label-group-list}}
|
|
87
|
+
{{/label-group-main}}
|
|
88
|
+
{{/label-group}}
|
|
89
|
+
{{/description-list-description}}
|
|
90
|
+
{{/description-list-group}}
|
|
91
|
+
{{#> description-list-group}}
|
|
92
|
+
{{#> description-list-term}}
|
|
93
|
+
Active deadline seconds
|
|
94
|
+
{{/description-list-term}}
|
|
95
|
+
{{#> description-list-description}}
|
|
96
|
+
Not configured
|
|
97
|
+
{{/description-list-description}}
|
|
98
|
+
{{/description-list-group}}
|
|
99
|
+
{{#> description-list-group}}
|
|
100
|
+
{{#> description-list-term}}
|
|
101
|
+
Tolerations
|
|
102
|
+
{{/description-list-term}}
|
|
103
|
+
{{#> description-list-description}}
|
|
104
|
+
stuff
|
|
105
|
+
{{/description-list-description}}
|
|
106
|
+
{{/description-list-group}}
|
|
107
|
+
{{#> description-list-group}}
|
|
108
|
+
{{#> description-list-term}}
|
|
109
|
+
Pod IP
|
|
110
|
+
{{/description-list-term}}
|
|
111
|
+
{{#> description-list-description}}
|
|
112
|
+
10.345.2.197
|
|
113
|
+
{{/description-list-description}}
|
|
114
|
+
{{/description-list-group}}
|
|
115
|
+
{{#> description-list-group}}
|
|
116
|
+
{{#> description-list-term}}
|
|
117
|
+
Annotations
|
|
118
|
+
{{/description-list-term}}
|
|
119
|
+
{{#> description-list-description}}
|
|
120
|
+
stuff
|
|
121
|
+
{{/description-list-description}}
|
|
122
|
+
{{/description-list-group}}
|
|
123
|
+
{{#> description-list-group}}
|
|
124
|
+
{{#> description-list-term}}
|
|
125
|
+
Node
|
|
126
|
+
{{/description-list-term}}
|
|
127
|
+
{{#> description-list-description}}
|
|
128
|
+
{{#> l-flex l-flex--modifier="pf-m-space-items-sm"}}
|
|
129
|
+
{{#> l-flex-item}}
|
|
130
|
+
{{> label label--id="purple-icon" label--color="purple" label-text--value="N"}}
|
|
131
|
+
{{/l-flex-item}}
|
|
132
|
+
{{#> l-flex-item}}
|
|
133
|
+
ip-10-0-233-118.us-east-2.computer.external
|
|
134
|
+
{{/l-flex-item}}
|
|
135
|
+
{{/l-flex}}
|
|
136
|
+
{{/description-list-description}}
|
|
137
|
+
{{/description-list-group}}
|
|
138
|
+
{{#> description-list-group}}
|
|
139
|
+
{{#> description-list-term}}
|
|
140
|
+
Created at
|
|
141
|
+
{{/description-list-term}}
|
|
142
|
+
{{#> description-list-description}}
|
|
143
|
+
<time>Oct 15, 1:51 pm</time>
|
|
144
|
+
{{/description-list-description}}
|
|
145
|
+
{{/description-list-group}}
|
|
146
|
+
{{/description-list}}
|
|
147
|
+
{{/l-flex-item}}
|
|
148
|
+
{{/l-flex}}
|
|
149
|
+
{{/tabs-template-pod-tab-content}}
|
|
150
|
+
{{/page-main-section}}
|
|
151
|
+
{{/tabs-template}}
|
|
152
|
+
{{/inline}}
|
|
568
153
|
```
|
|
569
154
|
|
|
570
155
|
### Open tabs with secondary tabs
|
|
571
156
|
|
|
572
|
-
```
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
>
|
|
681
|
-
<div class="pf-v6-c-toolbar__item">
|
|
682
|
-
<button
|
|
683
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
684
|
-
type="button"
|
|
685
|
-
aria-expanded="false"
|
|
686
|
-
aria-label="Application launcher"
|
|
687
|
-
>
|
|
688
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
689
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
690
|
-
</span>
|
|
691
|
-
</button>
|
|
692
|
-
</div>
|
|
693
|
-
<div class="pf-v6-c-toolbar__item">
|
|
694
|
-
<button
|
|
695
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
696
|
-
type="button"
|
|
697
|
-
aria-expanded="false"
|
|
698
|
-
aria-label="Settings"
|
|
699
|
-
>
|
|
700
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
701
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
702
|
-
</span>
|
|
703
|
-
</button>
|
|
704
|
-
</div>
|
|
705
|
-
<div class="pf-v6-c-toolbar__item">
|
|
706
|
-
<button
|
|
707
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
708
|
-
type="button"
|
|
709
|
-
aria-expanded="false"
|
|
710
|
-
aria-label="Help"
|
|
711
|
-
>
|
|
712
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
713
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
714
|
-
</span>
|
|
715
|
-
</button>
|
|
716
|
-
</div>
|
|
717
|
-
</div>
|
|
718
|
-
|
|
719
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
720
|
-
<button
|
|
721
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
722
|
-
type="button"
|
|
723
|
-
aria-expanded="false"
|
|
724
|
-
aria-label="Actions"
|
|
725
|
-
>
|
|
726
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
727
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
728
|
-
</span>
|
|
729
|
-
</button>
|
|
730
|
-
</div>
|
|
731
|
-
</div>
|
|
732
|
-
</div>
|
|
733
|
-
</div>
|
|
734
|
-
</div>
|
|
735
|
-
</div>
|
|
736
|
-
</header>
|
|
737
|
-
<div class="pf-v6-c-page__sidebar">
|
|
738
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
739
|
-
<nav
|
|
740
|
-
class="pf-v6-c-nav"
|
|
741
|
-
id="tabs-tables-and-tabs-example-primary-nav"
|
|
742
|
-
aria-label="Global"
|
|
743
|
-
>
|
|
744
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
745
|
-
<li class="pf-v6-c-nav__item">
|
|
746
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
747
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
748
|
-
</a>
|
|
749
|
-
</li>
|
|
750
|
-
<li class="pf-v6-c-nav__item">
|
|
751
|
-
<a
|
|
752
|
-
href="#"
|
|
753
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
754
|
-
aria-current="page"
|
|
755
|
-
>
|
|
756
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
757
|
-
</a>
|
|
758
|
-
</li>
|
|
759
|
-
<li class="pf-v6-c-nav__item">
|
|
760
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
761
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
762
|
-
</a>
|
|
763
|
-
</li>
|
|
764
|
-
<li class="pf-v6-c-nav__item">
|
|
765
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
766
|
-
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
767
|
-
</a>
|
|
768
|
-
</li>
|
|
769
|
-
<li class="pf-v6-c-nav__item">
|
|
770
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
771
|
-
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
772
|
-
</a>
|
|
773
|
-
</li>
|
|
774
|
-
</ul>
|
|
775
|
-
</nav>
|
|
776
|
-
</div>
|
|
777
|
-
</div>
|
|
778
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
779
|
-
<main
|
|
780
|
-
class="pf-v6-c-page__main"
|
|
781
|
-
tabindex="-1"
|
|
782
|
-
id="main-content-tabs-tables-and-tabs-example"
|
|
783
|
-
>
|
|
784
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
785
|
-
<div class="pf-v6-c-page__main-body">
|
|
786
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
787
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
788
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
789
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
790
|
-
</li>
|
|
791
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
792
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
793
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
794
|
-
</span>
|
|
795
|
-
|
|
796
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
797
|
-
</li>
|
|
798
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
799
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
800
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
801
|
-
</span>
|
|
802
|
-
|
|
803
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
804
|
-
</li>
|
|
805
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
806
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
807
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
808
|
-
</span>
|
|
809
|
-
|
|
810
|
-
<a
|
|
811
|
-
href="#"
|
|
812
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
813
|
-
aria-current="page"
|
|
814
|
-
>Section landing</a>
|
|
815
|
-
</li>
|
|
816
|
-
</ol>
|
|
817
|
-
</nav>
|
|
818
|
-
</div>
|
|
819
|
-
</section>
|
|
820
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
821
|
-
<div class="pf-v6-c-page__main-body">
|
|
822
|
-
<div class="pf-v6-c-content">
|
|
823
|
-
<h1>Main title</h1>
|
|
824
|
-
<p>This is a full page demo.</p>
|
|
825
|
-
</div>
|
|
826
|
-
</div>
|
|
827
|
-
</section>
|
|
828
|
-
<section class="pf-v6-c-page__main-tabs pf-m-limit-width">
|
|
829
|
-
<div class="pf-v6-c-page__main-body">
|
|
830
|
-
<div
|
|
831
|
-
class="pf-v6-c-tabs pf-m-page-insets"
|
|
832
|
-
role="region"
|
|
833
|
-
id="tabs-tables-and-tabs-example-tabs"
|
|
834
|
-
>
|
|
835
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
836
|
-
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
837
|
-
<button
|
|
838
|
-
type="button"
|
|
839
|
-
class="pf-v6-c-tabs__link"
|
|
840
|
-
role="tab"
|
|
841
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
842
|
-
id="tabs-tables-and-tabs-example-tabs-details-link"
|
|
843
|
-
>
|
|
844
|
-
<span class="pf-v6-c-tabs__item-text">Details</span>
|
|
845
|
-
</button>
|
|
846
|
-
</li>
|
|
847
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
848
|
-
<button
|
|
849
|
-
type="button"
|
|
850
|
-
class="pf-v6-c-tabs__link"
|
|
851
|
-
role="tab"
|
|
852
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
853
|
-
id="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
854
|
-
>
|
|
855
|
-
<span class="pf-v6-c-tabs__item-text">YAML</span>
|
|
856
|
-
</button>
|
|
857
|
-
</li>
|
|
858
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
859
|
-
<button
|
|
860
|
-
type="button"
|
|
861
|
-
class="pf-v6-c-tabs__link"
|
|
862
|
-
role="tab"
|
|
863
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
864
|
-
id="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
865
|
-
>
|
|
866
|
-
<span class="pf-v6-c-tabs__item-text">Environment</span>
|
|
867
|
-
</button>
|
|
868
|
-
</li>
|
|
869
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
870
|
-
<button
|
|
871
|
-
type="button"
|
|
872
|
-
class="pf-v6-c-tabs__link"
|
|
873
|
-
role="tab"
|
|
874
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
875
|
-
id="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
876
|
-
>
|
|
877
|
-
<span class="pf-v6-c-tabs__item-text">Logs</span>
|
|
878
|
-
</button>
|
|
879
|
-
</li>
|
|
880
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
881
|
-
<button
|
|
882
|
-
type="button"
|
|
883
|
-
class="pf-v6-c-tabs__link"
|
|
884
|
-
role="tab"
|
|
885
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
886
|
-
id="tabs-tables-and-tabs-example-tabs-events-link"
|
|
887
|
-
>
|
|
888
|
-
<span class="pf-v6-c-tabs__item-text">Events</span>
|
|
889
|
-
</button>
|
|
890
|
-
</li>
|
|
891
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
892
|
-
<button
|
|
893
|
-
type="button"
|
|
894
|
-
class="pf-v6-c-tabs__link"
|
|
895
|
-
role="tab"
|
|
896
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
897
|
-
id="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
898
|
-
>
|
|
899
|
-
<span class="pf-v6-c-tabs__item-text">Terminal</span>
|
|
900
|
-
</button>
|
|
901
|
-
</li>
|
|
902
|
-
</ul>
|
|
903
|
-
</div>
|
|
904
|
-
</div>
|
|
905
|
-
</section>
|
|
906
|
-
<section
|
|
907
|
-
class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light pf-m-no-padding"
|
|
908
|
-
>
|
|
909
|
-
<div class="pf-v6-c-page__main-body">
|
|
910
|
-
<div
|
|
911
|
-
class="pf-v6-c-tabs pf-m-secondary pf-m-page-insets"
|
|
912
|
-
role="region"
|
|
913
|
-
id="tabs-tables-and-tabs-example-tabs-secondary"
|
|
914
|
-
>
|
|
915
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
916
|
-
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
917
|
-
<button
|
|
918
|
-
type="button"
|
|
919
|
-
class="pf-v6-c-tabs__link"
|
|
920
|
-
role="tab"
|
|
921
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
|
|
922
|
-
id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
|
|
923
|
-
>
|
|
924
|
-
<span class="pf-v6-c-tabs__item-text">Pod information</span>
|
|
925
|
-
</button>
|
|
926
|
-
</li>
|
|
927
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
928
|
-
<button
|
|
929
|
-
type="button"
|
|
930
|
-
class="pf-v6-c-tabs__link"
|
|
931
|
-
role="tab"
|
|
932
|
-
aria-controls="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
933
|
-
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
934
|
-
>
|
|
935
|
-
<span class="pf-v6-c-tabs__item-text">Editable Aspects</span>
|
|
936
|
-
</button>
|
|
937
|
-
</li>
|
|
938
|
-
</ul>
|
|
939
|
-
</div>
|
|
940
|
-
<section
|
|
941
|
-
class="pf-v6-c-tab-content"
|
|
942
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-details-link"
|
|
943
|
-
id="tabs-tables-and-tabs-example-tabs-details-panel"
|
|
944
|
-
role="tabpanel"
|
|
945
|
-
tabindex="0"
|
|
946
|
-
>
|
|
947
|
-
<div class="pf-v6-c-tab-content__body pf-m-padding">
|
|
948
|
-
<section
|
|
949
|
-
class="pf-v6-c-tab-content"
|
|
950
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-pod-info-link"
|
|
951
|
-
id="tabs-tables-and-tabs-example-tabs-secondary-pod-info-panel"
|
|
952
|
-
role="tabpanel"
|
|
953
|
-
tabindex="0"
|
|
954
|
-
>
|
|
955
|
-
<div class="pf-v6-c-tab-content__body">
|
|
956
|
-
<div class="pf-v6-l-flex pf-m-column">
|
|
957
|
-
<div class="pf-v6-l-flex__item">
|
|
958
|
-
<dl
|
|
959
|
-
class="pf-v6-c-description-list pf-m-2-col-on-lg"
|
|
960
|
-
aria-label="Pod information list"
|
|
961
|
-
>
|
|
962
|
-
<div class="pf-v6-c-description-list__group">
|
|
963
|
-
<dt class="pf-v6-c-description-list__term">Name</dt>
|
|
964
|
-
<dd class="pf-v6-c-description-list__description">
|
|
965
|
-
<div
|
|
966
|
-
class="pf-v6-c-description-list__text"
|
|
967
|
-
>3scale-control-fccb6ddb9-phyqv9</div>
|
|
968
|
-
</dd>
|
|
969
|
-
</div>
|
|
970
|
-
<div class="pf-v6-c-description-list__group">
|
|
971
|
-
<dt class="pf-v6-c-description-list__term">Status</dt>
|
|
972
|
-
<dd class="pf-v6-c-description-list__description">
|
|
973
|
-
<div class="pf-v6-c-description-list__text">
|
|
974
|
-
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
975
|
-
<div class="pf-v6-l-flex__item">
|
|
976
|
-
<i
|
|
977
|
-
class="fas fa-fw fa-check-circle"
|
|
978
|
-
aria-hidden="true"
|
|
979
|
-
></i>
|
|
980
|
-
</div>
|
|
981
|
-
<div class="pf-v6-l-flex__item">Running</div>
|
|
982
|
-
</div>
|
|
983
|
-
</div>
|
|
984
|
-
</dd>
|
|
985
|
-
</div>
|
|
986
|
-
<div class="pf-v6-c-description-list__group">
|
|
987
|
-
<dt class="pf-v6-c-description-list__term">Namespace</dt>
|
|
988
|
-
<dd class="pf-v6-c-description-list__description">
|
|
989
|
-
<div class="pf-v6-c-description-list__text">
|
|
990
|
-
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
991
|
-
<div class="pf-v6-l-flex__item">
|
|
992
|
-
<span class="pf-v6-c-label pf-m-teal">
|
|
993
|
-
<span class="pf-v6-c-label__content">
|
|
994
|
-
<span class="pf-v6-c-label__text">NS</span>
|
|
995
|
-
</span>
|
|
996
|
-
</span>
|
|
997
|
-
</div>
|
|
998
|
-
<div class="pf-v6-l-flex__item">
|
|
999
|
-
<a href="#">knative-serving-ingress</a>
|
|
1000
|
-
</div>
|
|
1001
|
-
</div>
|
|
1002
|
-
</div>
|
|
1003
|
-
</dd>
|
|
1004
|
-
</div>
|
|
1005
|
-
<div class="pf-v6-c-description-list__group">
|
|
1006
|
-
<dt
|
|
1007
|
-
class="pf-v6-c-description-list__term"
|
|
1008
|
-
>Restart policy</dt>
|
|
1009
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1010
|
-
<div
|
|
1011
|
-
class="pf-v6-c-description-list__text"
|
|
1012
|
-
>Always restart</div>
|
|
1013
|
-
</dd>
|
|
1014
|
-
</div>
|
|
1015
|
-
<div class="pf-v6-c-description-list__group">
|
|
1016
|
-
<dt class="pf-v6-c-description-list__term">Pod IP</dt>
|
|
1017
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1018
|
-
<div
|
|
1019
|
-
class="pf-v6-c-description-list__text"
|
|
1020
|
-
>10.345.2.197</div>
|
|
1021
|
-
</dd>
|
|
1022
|
-
</div>
|
|
1023
|
-
<div class="pf-v6-c-description-list__group">
|
|
1024
|
-
<dt
|
|
1025
|
-
class="pf-v6-c-description-list__term"
|
|
1026
|
-
>Active deadline seconds</dt>
|
|
1027
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1028
|
-
<div
|
|
1029
|
-
class="pf-v6-c-description-list__text"
|
|
1030
|
-
>Not configured</div>
|
|
1031
|
-
</dd>
|
|
1032
|
-
</div>
|
|
1033
|
-
<div class="pf-v6-c-description-list__group">
|
|
1034
|
-
<dt class="pf-v6-c-description-list__term">Created at</dt>
|
|
1035
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1036
|
-
<div class="pf-v6-c-description-list__text">
|
|
1037
|
-
<time>Oct 15, 1:51 pm</time>
|
|
1038
|
-
</div>
|
|
1039
|
-
</dd>
|
|
1040
|
-
</div>
|
|
1041
|
-
<div class="pf-v6-c-description-list__group">
|
|
1042
|
-
<dt class="pf-v6-c-description-list__term">Node</dt>
|
|
1043
|
-
<dd class="pf-v6-c-description-list__description">
|
|
1044
|
-
<div class="pf-v6-c-description-list__text">
|
|
1045
|
-
<div class="pf-v6-l-flex pf-m-space-items-sm">
|
|
1046
|
-
<div class="pf-v6-l-flex__item">
|
|
1047
|
-
<span class="pf-v6-c-label pf-m-purple">
|
|
1048
|
-
<span class="pf-v6-c-label__content">
|
|
1049
|
-
<span class="pf-v6-c-label__text">N</span>
|
|
1050
|
-
</span>
|
|
1051
|
-
</span>
|
|
1052
|
-
</div>
|
|
1053
|
-
<div
|
|
1054
|
-
class="pf-v6-l-flex__item"
|
|
1055
|
-
>ip-10-0-233-118.us-east-2.computer.external</div>
|
|
1056
|
-
</div>
|
|
1057
|
-
</div>
|
|
1058
|
-
</dd>
|
|
1059
|
-
</div>
|
|
1060
|
-
</dl>
|
|
1061
|
-
</div>
|
|
1062
|
-
</div>
|
|
1063
|
-
</div>
|
|
1064
|
-
</section>
|
|
1065
|
-
<section
|
|
1066
|
-
class="pf-v6-c-tab-content"
|
|
1067
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-link"
|
|
1068
|
-
id="tabs-tables-and-tabs-example-tabs-secondary-editable-aspects-panel"
|
|
1069
|
-
role="tabpanel"
|
|
1070
|
-
tabindex="0"
|
|
1071
|
-
hidden
|
|
1072
|
-
>
|
|
1073
|
-
<div class="pf-v6-c-tab-content__body">Editable aspects panel</div>
|
|
1074
|
-
</section>
|
|
1075
|
-
</div>
|
|
1076
|
-
</section>
|
|
1077
|
-
<section
|
|
1078
|
-
class="pf-v6-c-tab-content"
|
|
1079
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-yaml-link"
|
|
1080
|
-
id="tabs-tables-and-tabs-example-tabs-yaml-panel"
|
|
1081
|
-
role="tabpanel"
|
|
1082
|
-
tabindex="0"
|
|
1083
|
-
hidden
|
|
1084
|
-
>
|
|
1085
|
-
<div class="pf-v6-c-tab-content__body pf-m-padding">YAML panel</div>
|
|
1086
|
-
</section>
|
|
1087
|
-
<section
|
|
1088
|
-
class="pf-v6-c-tab-content"
|
|
1089
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-environment-link"
|
|
1090
|
-
id="tabs-tables-and-tabs-example-tabs-environment-panel"
|
|
1091
|
-
role="tabpanel"
|
|
1092
|
-
tabindex="0"
|
|
1093
|
-
hidden
|
|
1094
|
-
>
|
|
1095
|
-
<div
|
|
1096
|
-
class="pf-v6-c-tab-content__body pf-m-padding"
|
|
1097
|
-
>Environment panel</div>
|
|
1098
|
-
</section>
|
|
1099
|
-
<section
|
|
1100
|
-
class="pf-v6-c-tab-content"
|
|
1101
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-logs-link"
|
|
1102
|
-
id="tabs-tables-and-tabs-example-tabs-logs-panel"
|
|
1103
|
-
role="tabpanel"
|
|
1104
|
-
tabindex="0"
|
|
1105
|
-
hidden
|
|
1106
|
-
>
|
|
1107
|
-
<div class="pf-v6-c-tab-content__body pf-m-padding">Logs panel</div>
|
|
1108
|
-
</section>
|
|
1109
|
-
<section
|
|
1110
|
-
class="pf-v6-c-tab-content"
|
|
1111
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-events-link"
|
|
1112
|
-
id="tabs-tables-and-tabs-example-tabs-events-panel"
|
|
1113
|
-
role="tabpanel"
|
|
1114
|
-
tabindex="0"
|
|
1115
|
-
hidden
|
|
1116
|
-
>
|
|
1117
|
-
<div class="pf-v6-c-tab-content__body pf-m-padding">Events panel</div>
|
|
1118
|
-
</section>
|
|
1119
|
-
<section
|
|
1120
|
-
class="pf-v6-c-tab-content"
|
|
1121
|
-
aria-labelledby="tabs-tables-and-tabs-example-tabs-terminal-link"
|
|
1122
|
-
id="tabs-tables-and-tabs-example-tabs-terminal-panel"
|
|
1123
|
-
role="tabpanel"
|
|
1124
|
-
tabindex="0"
|
|
1125
|
-
hidden
|
|
1126
|
-
>
|
|
1127
|
-
<div class="pf-v6-c-tab-content__body pf-m-padding">Terminal panel</div>
|
|
1128
|
-
</section>
|
|
1129
|
-
</div>
|
|
1130
|
-
</section>
|
|
1131
|
-
</main>
|
|
1132
|
-
</div>
|
|
1133
|
-
</div>
|
|
1134
|
-
|
|
157
|
+
```hbs isFullscreen
|
|
158
|
+
{{> page-template page-template--id="tabs-tables-and-tabs-example"}}
|
|
159
|
+
|
|
160
|
+
{{#* inline "page-template-section"}}
|
|
161
|
+
{{#> tabs-template tabs-template--id=(concat page-template--id "-tabs")}}
|
|
162
|
+
{{#> page-main-tabs page-main-tabs--IsLimitWidth="true"}}
|
|
163
|
+
{{> tabs-template-pod-tab-list tabs-template-pod-tab-list--modifier="pf-m-page-insets"}}
|
|
164
|
+
{{/page-main-tabs}}
|
|
165
|
+
{{#> page-main-section page-main-section--IsLimitWidth="true" page-main-section--modifier="pf-m-light pf-m-no-padding"}}
|
|
166
|
+
{{> tabs-template-pod-tab-list tabs-template-pod-tab-list--IsSecondary="true" tabs-template-pod-tab-list--modifier="pf-m-page-insets" tabs--id=(concat tabs-template--id '-secondary') tabs-template-pod-tab-list--modifier=reset}}
|
|
167
|
+
{{#> tabs-template-pod-tab-content tab-content-body--modifier="pf-m-padding"}}
|
|
168
|
+
{{#> tabs-template-pod-tab-content tab-content-body--modifier=reset tabs--id=(concat tabs-template--id '-secondary') tabs-template-pod-tab-content--IsSecondary="true"}}
|
|
169
|
+
{{#> l-flex l-flex--modifier="pf-m-column"}}
|
|
170
|
+
{{#> l-flex-item}}
|
|
171
|
+
{{#> description-list description-list--modifier="pf-m-2-col-on-lg" description-list--attribute='aria-label="Pod information list"'}}
|
|
172
|
+
{{#> description-list-group}}
|
|
173
|
+
{{#> description-list-term}}
|
|
174
|
+
Name
|
|
175
|
+
{{/description-list-term}}
|
|
176
|
+
{{#> description-list-description}}
|
|
177
|
+
3scale-control-fccb6ddb9-phyqv9
|
|
178
|
+
{{/description-list-description}}
|
|
179
|
+
{{/description-list-group}}
|
|
180
|
+
{{#> description-list-group}}
|
|
181
|
+
{{#> description-list-term}}
|
|
182
|
+
Status
|
|
183
|
+
{{/description-list-term}}
|
|
184
|
+
{{#> description-list-description}}
|
|
185
|
+
{{#> l-flex l-flex--modifier="pf-m-space-items-sm"}}
|
|
186
|
+
{{#> l-flex-item}}
|
|
187
|
+
<i class="fas fa-fw fa-check-circle" aria-hidden="true"></i>
|
|
188
|
+
{{/l-flex-item}}
|
|
189
|
+
{{#> l-flex-item}}
|
|
190
|
+
Running
|
|
191
|
+
{{/l-flex-item}}
|
|
192
|
+
{{/l-flex}}
|
|
193
|
+
{{/description-list-description}}
|
|
194
|
+
{{/description-list-group}}
|
|
195
|
+
{{#> description-list-group}}
|
|
196
|
+
{{#> description-list-term}}
|
|
197
|
+
Namespace
|
|
198
|
+
{{/description-list-term}}
|
|
199
|
+
{{#> description-list-description}}
|
|
200
|
+
{{#> l-flex l-flex--modifier="pf-m-space-items-sm"}}
|
|
201
|
+
{{#> l-flex-item}}
|
|
202
|
+
{{> label label--id="teal-icon" label--color="teal" label-text--value="NS"}}
|
|
203
|
+
{{/l-flex-item}}
|
|
204
|
+
{{#> l-flex-item}}
|
|
205
|
+
<a href="#">knative-serving-ingress</a>
|
|
206
|
+
{{/l-flex-item}}
|
|
207
|
+
{{/l-flex}}
|
|
208
|
+
{{/description-list-description}}
|
|
209
|
+
{{/description-list-group}}
|
|
210
|
+
{{#> description-list-group}}
|
|
211
|
+
{{#> description-list-term}}
|
|
212
|
+
Restart policy
|
|
213
|
+
{{/description-list-term}}
|
|
214
|
+
{{#> description-list-description}}
|
|
215
|
+
Always restart
|
|
216
|
+
{{/description-list-description}}
|
|
217
|
+
{{/description-list-group}}
|
|
218
|
+
{{#> description-list-group}}
|
|
219
|
+
{{#> description-list-term}}
|
|
220
|
+
Pod IP
|
|
221
|
+
{{/description-list-term}}
|
|
222
|
+
{{#> description-list-description}}
|
|
223
|
+
10.345.2.197
|
|
224
|
+
{{/description-list-description}}
|
|
225
|
+
{{/description-list-group}}
|
|
226
|
+
{{#> description-list-group}}
|
|
227
|
+
{{#> description-list-term}}
|
|
228
|
+
Active deadline seconds
|
|
229
|
+
{{/description-list-term}}
|
|
230
|
+
{{#> description-list-description}}
|
|
231
|
+
Not configured
|
|
232
|
+
{{/description-list-description}}
|
|
233
|
+
{{/description-list-group}}
|
|
234
|
+
{{#> description-list-group}}
|
|
235
|
+
{{#> description-list-term}}
|
|
236
|
+
Created at
|
|
237
|
+
{{/description-list-term}}
|
|
238
|
+
{{#> description-list-description}}
|
|
239
|
+
<time>Oct 15, 1:51 pm</time>
|
|
240
|
+
{{/description-list-description}}
|
|
241
|
+
{{/description-list-group}}
|
|
242
|
+
{{#> description-list-group}}
|
|
243
|
+
{{#> description-list-term}}
|
|
244
|
+
Node
|
|
245
|
+
{{/description-list-term}}
|
|
246
|
+
{{#> description-list-description}}
|
|
247
|
+
{{#> l-flex l-flex--modifier="pf-m-space-items-sm"}}
|
|
248
|
+
{{#> l-flex-item}}
|
|
249
|
+
{{> label label--id="purple-icon" label--color="purple" label-text--value="N"}}
|
|
250
|
+
{{/l-flex-item}}
|
|
251
|
+
{{#> l-flex-item}}
|
|
252
|
+
ip-10-0-233-118.us-east-2.computer.external
|
|
253
|
+
{{/l-flex-item}}
|
|
254
|
+
{{/l-flex}}
|
|
255
|
+
{{/description-list-description}}
|
|
256
|
+
{{/description-list-group}}
|
|
257
|
+
{{/description-list}}
|
|
258
|
+
{{/l-flex-item}}
|
|
259
|
+
{{/l-flex}}
|
|
260
|
+
{{/tabs-template-pod-tab-content}}
|
|
261
|
+
{{/tabs-template-pod-tab-content}}
|
|
262
|
+
{{/page-main-section}}
|
|
263
|
+
{{/tabs-template}}
|
|
264
|
+
{{/inline}}
|
|
1135
265
|
```
|
|
1136
266
|
|
|
1137
267
|
### Nested tabs
|
|
1138
268
|
|
|
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
|
-
<stop stop-color="#2B9AF3" offset="0%" />
|
|
1174
|
-
<stop
|
|
1175
|
-
stop-color="#73BCF7"
|
|
1176
|
-
stop-opacity="0.502212631"
|
|
1177
|
-
offset="100%"
|
|
1178
|
-
/>
|
|
1179
|
-
</linearGradient>
|
|
1180
|
-
</defs>
|
|
1181
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1182
|
-
<g
|
|
1183
|
-
transform="translate(206.000000, 45.750000)"
|
|
1184
|
-
fill="var(--pf-t--global--text--color--regular)"
|
|
1185
|
-
fill-rule="nonzero"
|
|
1186
|
-
>
|
|
1187
|
-
<path
|
|
1188
|
-
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1189
|
-
/>
|
|
1190
|
-
<path
|
|
1191
|
-
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1192
|
-
/>
|
|
1193
|
-
<path
|
|
1194
|
-
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1195
|
-
/>
|
|
1196
|
-
<path
|
|
1197
|
-
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1198
|
-
/>
|
|
1199
|
-
<path
|
|
1200
|
-
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1201
|
-
/>
|
|
1202
|
-
<path
|
|
1203
|
-
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1204
|
-
/>
|
|
1205
|
-
<path
|
|
1206
|
-
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1207
|
-
/>
|
|
1208
|
-
<polygon
|
|
1209
|
-
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1210
|
-
/>
|
|
1211
|
-
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1212
|
-
<path
|
|
1213
|
-
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1214
|
-
/>
|
|
1215
|
-
</g>
|
|
1216
|
-
<g transform="translate(0.000000, 0.000000)">
|
|
1217
|
-
<path
|
|
1218
|
-
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1219
|
-
fill="#0066CC"
|
|
1220
|
-
/>
|
|
1221
|
-
<path
|
|
1222
|
-
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1223
|
-
fill="url(#linearGradient-nested-tabs-example-masthead)"
|
|
1224
|
-
/>
|
|
1225
|
-
<path
|
|
1226
|
-
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1227
|
-
fill="url(#linearGradient-nested-tabs-example-masthead)"
|
|
1228
|
-
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1229
|
-
/>
|
|
1230
|
-
</g>
|
|
1231
|
-
</g>
|
|
1232
|
-
</svg>
|
|
1233
|
-
</a>
|
|
1234
|
-
</div>
|
|
1235
|
-
<div class="pf-v6-c-masthead__content">
|
|
1236
|
-
<div
|
|
1237
|
-
class="pf-v6-c-toolbar pf-m-static"
|
|
1238
|
-
id="nested-tabs-example-masthead-toolbar"
|
|
1239
|
-
>
|
|
1240
|
-
<div class="pf-v6-c-toolbar__content">
|
|
1241
|
-
<div class="pf-v6-c-toolbar__content-section">
|
|
1242
|
-
<div
|
|
1243
|
-
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1244
|
-
>
|
|
1245
|
-
<div
|
|
1246
|
-
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1247
|
-
>
|
|
1248
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1249
|
-
<button
|
|
1250
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1251
|
-
type="button"
|
|
1252
|
-
aria-expanded="false"
|
|
1253
|
-
aria-label="Application launcher"
|
|
1254
|
-
>
|
|
1255
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1256
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1257
|
-
</span>
|
|
1258
|
-
</button>
|
|
1259
|
-
</div>
|
|
1260
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1261
|
-
<button
|
|
1262
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1263
|
-
type="button"
|
|
1264
|
-
aria-expanded="false"
|
|
1265
|
-
aria-label="Settings"
|
|
1266
|
-
>
|
|
1267
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1268
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1269
|
-
</span>
|
|
1270
|
-
</button>
|
|
1271
|
-
</div>
|
|
1272
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1273
|
-
<button
|
|
1274
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1275
|
-
type="button"
|
|
1276
|
-
aria-expanded="false"
|
|
1277
|
-
aria-label="Help"
|
|
1278
|
-
>
|
|
1279
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1280
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1281
|
-
</span>
|
|
1282
|
-
</button>
|
|
1283
|
-
</div>
|
|
1284
|
-
</div>
|
|
1285
|
-
|
|
1286
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1287
|
-
<button
|
|
1288
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1289
|
-
type="button"
|
|
1290
|
-
aria-expanded="false"
|
|
1291
|
-
aria-label="Actions"
|
|
1292
|
-
>
|
|
1293
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1294
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1295
|
-
</span>
|
|
1296
|
-
</button>
|
|
1297
|
-
</div>
|
|
1298
|
-
</div>
|
|
1299
|
-
</div>
|
|
1300
|
-
</div>
|
|
1301
|
-
</div>
|
|
1302
|
-
</div>
|
|
1303
|
-
</header>
|
|
1304
|
-
<div class="pf-v6-c-page__sidebar">
|
|
1305
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
1306
|
-
<nav
|
|
1307
|
-
class="pf-v6-c-nav"
|
|
1308
|
-
id="nested-tabs-example-primary-nav"
|
|
1309
|
-
aria-label="Global"
|
|
1310
|
-
>
|
|
1311
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
1312
|
-
<li class="pf-v6-c-nav__item">
|
|
1313
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1314
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1315
|
-
</a>
|
|
1316
|
-
</li>
|
|
1317
|
-
<li class="pf-v6-c-nav__item">
|
|
1318
|
-
<a
|
|
1319
|
-
href="#"
|
|
1320
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
1321
|
-
aria-current="page"
|
|
1322
|
-
>
|
|
1323
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1324
|
-
</a>
|
|
1325
|
-
</li>
|
|
1326
|
-
<li class="pf-v6-c-nav__item">
|
|
1327
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1328
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1329
|
-
</a>
|
|
1330
|
-
</li>
|
|
1331
|
-
<li class="pf-v6-c-nav__item">
|
|
1332
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1333
|
-
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1334
|
-
</a>
|
|
1335
|
-
</li>
|
|
1336
|
-
<li class="pf-v6-c-nav__item">
|
|
1337
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1338
|
-
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1339
|
-
</a>
|
|
1340
|
-
</li>
|
|
1341
|
-
</ul>
|
|
1342
|
-
</nav>
|
|
1343
|
-
</div>
|
|
1344
|
-
</div>
|
|
1345
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1346
|
-
<main
|
|
1347
|
-
class="pf-v6-c-page__main"
|
|
1348
|
-
tabindex="-1"
|
|
1349
|
-
id="main-content-nested-tabs-example"
|
|
1350
|
-
>
|
|
1351
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1352
|
-
<div class="pf-v6-c-page__main-body">
|
|
1353
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1354
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1355
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1356
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1357
|
-
</li>
|
|
1358
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1359
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1360
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1361
|
-
</span>
|
|
1362
|
-
|
|
1363
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1364
|
-
</li>
|
|
1365
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1366
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1367
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1368
|
-
</span>
|
|
1369
|
-
|
|
1370
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1371
|
-
</li>
|
|
1372
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1373
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1374
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1375
|
-
</span>
|
|
1376
|
-
|
|
1377
|
-
<a
|
|
1378
|
-
href="#"
|
|
1379
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1380
|
-
aria-current="page"
|
|
1381
|
-
>Section landing</a>
|
|
1382
|
-
</li>
|
|
1383
|
-
</ol>
|
|
1384
|
-
</nav>
|
|
1385
|
-
</div>
|
|
1386
|
-
</section>
|
|
1387
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1388
|
-
<div class="pf-v6-c-page__main-body">
|
|
1389
|
-
<div class="pf-v6-c-content">
|
|
1390
|
-
<h1>Main title</h1>
|
|
1391
|
-
<p>This is a full page demo.</p>
|
|
1392
|
-
</div>
|
|
1393
|
-
</div>
|
|
1394
|
-
</section>
|
|
1395
|
-
<section class="pf-v6-c-page__main-tabs pf-m-limit-width">
|
|
1396
|
-
<div class="pf-v6-c-page__main-body">
|
|
1397
|
-
<div
|
|
1398
|
-
class="pf-v6-c-tabs pf-m-page-insets"
|
|
1399
|
-
role="region"
|
|
1400
|
-
id="nested-tabs-example-tabs-tabs"
|
|
1401
|
-
>
|
|
1402
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
1403
|
-
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
1404
|
-
<button
|
|
1405
|
-
type="button"
|
|
1406
|
-
class="pf-v6-c-tabs__link"
|
|
1407
|
-
role="tab"
|
|
1408
|
-
aria-controls="nested-tabs-example-tabs-tabs-cluster-1-panel"
|
|
1409
|
-
id="nested-tabs-example-tabs-tabs-cluster-1-link"
|
|
1410
|
-
>
|
|
1411
|
-
<span class="pf-v6-c-tabs__item-text">Cluster 1</span>
|
|
1412
|
-
</button>
|
|
1413
|
-
</li>
|
|
1414
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
1415
|
-
<button
|
|
1416
|
-
type="button"
|
|
1417
|
-
class="pf-v6-c-tabs__link"
|
|
1418
|
-
role="tab"
|
|
1419
|
-
aria-controls="nested-tabs-example-tabs-tabs-cluster-2-panel"
|
|
1420
|
-
id="nested-tabs-example-tabs-tabs-cluster-2-link"
|
|
1421
|
-
>
|
|
1422
|
-
<span class="pf-v6-c-tabs__item-text">Cluster 2</span>
|
|
1423
|
-
</button>
|
|
1424
|
-
</li>
|
|
1425
|
-
</ul>
|
|
1426
|
-
</div>
|
|
1427
|
-
</div>
|
|
1428
|
-
</section>
|
|
1429
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width">
|
|
1430
|
-
<div class="pf-v6-c-page__main-body">
|
|
1431
|
-
<section
|
|
1432
|
-
class="pf-v6-c-tab-content"
|
|
1433
|
-
aria-labelledby="nested-tabs-example-tabs-tabs-cluster-1-link"
|
|
1434
|
-
id="nested-tabs-example-tabs-tabs-cluster-1-panel"
|
|
1435
|
-
role="tabpanel"
|
|
1436
|
-
tabindex="0"
|
|
1437
|
-
>
|
|
1438
|
-
<div class="pf-v6-c-tab-content__body">
|
|
1439
|
-
<div class="pf-v6-l-grid pf-m-gutter">
|
|
1440
|
-
<div
|
|
1441
|
-
class="pf-v6-l-grid__item pf-m-6-col-on-md pf-m-8-col-on-xl"
|
|
1442
|
-
>
|
|
1443
|
-
<div class="pf-v6-c-card pf-m-full-height">
|
|
1444
|
-
<div class="pf-v6-c-card__header">
|
|
1445
|
-
<h2 class="pf-v6-c-title pf-m-lg">Status</h2>
|
|
1446
|
-
</div>
|
|
1447
|
-
<div class="pf-v6-c-card__body">
|
|
1448
|
-
<div class="pf-v6-l-flex pf-m-column">
|
|
1449
|
-
<div class="pf-v6-l-flex__item">
|
|
1450
|
-
<div
|
|
1451
|
-
class="pf-v6-c-tabs"
|
|
1452
|
-
role="region"
|
|
1453
|
-
id="nested-tabs-example-tabs-tabs-subtabs"
|
|
1454
|
-
>
|
|
1455
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
1456
|
-
<li
|
|
1457
|
-
class="pf-v6-c-tabs__item pf-m-current"
|
|
1458
|
-
role="presentation"
|
|
1459
|
-
>
|
|
1460
|
-
<button
|
|
1461
|
-
type="button"
|
|
1462
|
-
class="pf-v6-c-tabs__link"
|
|
1463
|
-
role="tab"
|
|
1464
|
-
aria-controls="nested-tabs-example-tabs-tabs-subtabs-cluster-panel"
|
|
1465
|
-
id="nested-tabs-example-tabs-tabs-subtabs-cluster-link"
|
|
1466
|
-
>
|
|
1467
|
-
<span class="pf-v6-c-tabs__item-text">Cluster</span>
|
|
1468
|
-
</button>
|
|
1469
|
-
</li>
|
|
1470
|
-
<li
|
|
1471
|
-
class="pf-v6-c-tabs__item"
|
|
1472
|
-
role="presentation"
|
|
1473
|
-
>
|
|
1474
|
-
<button
|
|
1475
|
-
type="button"
|
|
1476
|
-
class="pf-v6-c-tabs__link"
|
|
1477
|
-
role="tab"
|
|
1478
|
-
aria-controls="nested-tabs-example-tabs-tabs-subtabs-control-plane-panel"
|
|
1479
|
-
id="nested-tabs-example-tabs-tabs-subtabs-control-plane-link"
|
|
1480
|
-
>
|
|
1481
|
-
<span
|
|
1482
|
-
class="pf-v6-c-tabs__item-text"
|
|
1483
|
-
>Control plane</span>
|
|
1484
|
-
</button>
|
|
1485
|
-
</li>
|
|
1486
|
-
<li
|
|
1487
|
-
class="pf-v6-c-tabs__item"
|
|
1488
|
-
role="presentation"
|
|
1489
|
-
>
|
|
1490
|
-
<button
|
|
1491
|
-
type="button"
|
|
1492
|
-
class="pf-v6-c-tabs__link"
|
|
1493
|
-
role="tab"
|
|
1494
|
-
aria-controls="nested-tabs-example-tabs-tabs-subtabs-operators-panel"
|
|
1495
|
-
id="nested-tabs-example-tabs-tabs-subtabs-operators-link"
|
|
1496
|
-
>
|
|
1497
|
-
<span
|
|
1498
|
-
class="pf-v6-c-tabs__item-text"
|
|
1499
|
-
>Operators</span>
|
|
1500
|
-
</button>
|
|
1501
|
-
</li>
|
|
1502
|
-
<li
|
|
1503
|
-
class="pf-v6-c-tabs__item"
|
|
1504
|
-
role="presentation"
|
|
1505
|
-
>
|
|
1506
|
-
<button
|
|
1507
|
-
type="button"
|
|
1508
|
-
class="pf-v6-c-tabs__link"
|
|
1509
|
-
role="tab"
|
|
1510
|
-
aria-controls="nested-tabs-example-tabs-tabs-subtabs-virtualization-panel"
|
|
1511
|
-
id="nested-tabs-example-tabs-tabs-subtabs-virtualization-link"
|
|
1512
|
-
>
|
|
1513
|
-
<span
|
|
1514
|
-
class="pf-v6-c-tabs__item-text"
|
|
1515
|
-
>Virtualization</span>
|
|
1516
|
-
</button>
|
|
1517
|
-
</li>
|
|
1518
|
-
</ul>
|
|
1519
|
-
</div>
|
|
1520
|
-
</div>
|
|
1521
|
-
<div class="pf-v6-l-flex__item">
|
|
1522
|
-
<section
|
|
1523
|
-
class="pf-v6-c-tab-content"
|
|
1524
|
-
aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-cluster-link"
|
|
1525
|
-
id="nested-tabs-example-tabs-tabs-subtabs-cluster-panel"
|
|
1526
|
-
role="tabpanel"
|
|
1527
|
-
tabindex="0"
|
|
1528
|
-
>
|
|
1529
|
-
<div class="pf-v6-c-tab-content__body">
|
|
1530
|
-
<div class="pf-v6-c-content">
|
|
1531
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in odio porttitor, feugiat risus in, feugiat arcu. Nullam euismod enim eget fringilla condimentum. Maecenas tincidunt et metus id aliquet. Integer et fermentum purus. Nulla tempor velit arcu, vitae semper purus iaculis at. Sed malesuada auctor luctus. Pellentesque et leo urna. Aliquam vitae felis congue lacus mattis fringilla. Nullam et ultricies erat, sed dignissim elit. Cras mattis pulvinar aliquam. In ac est nulla. Pellentesque fermentum nibh ac sapien porta, ut congue orci aliquam. Sed nisl est, tempor eu pharetra eget, ullamcorper ut augue. Vestibulum eleifend libero eu nulla cursus lacinia.</p>
|
|
1532
|
-
</div>
|
|
1533
|
-
</div>
|
|
1534
|
-
</section>
|
|
1535
|
-
<section
|
|
1536
|
-
class="pf-v6-c-tab-content"
|
|
1537
|
-
aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-control-plane-link"
|
|
1538
|
-
id="nested-tabs-example-tabs-tabs-subtabs-control-plane-panel"
|
|
1539
|
-
role="tabpanel"
|
|
1540
|
-
tabindex="0"
|
|
1541
|
-
hidden
|
|
1542
|
-
>
|
|
1543
|
-
<div
|
|
1544
|
-
class="pf-v6-c-tab-content__body"
|
|
1545
|
-
>Control plane content</div>
|
|
1546
|
-
</section>
|
|
1547
|
-
<section
|
|
1548
|
-
class="pf-v6-c-tab-content"
|
|
1549
|
-
aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-operators-link"
|
|
1550
|
-
id="nested-tabs-example-tabs-tabs-subtabs-operators-panel"
|
|
1551
|
-
role="tabpanel"
|
|
1552
|
-
tabindex="0"
|
|
1553
|
-
hidden
|
|
1554
|
-
>
|
|
1555
|
-
<div
|
|
1556
|
-
class="pf-v6-c-tab-content__body"
|
|
1557
|
-
>Operators content</div>
|
|
1558
|
-
</section>
|
|
1559
|
-
<section
|
|
1560
|
-
class="pf-v6-c-tab-content"
|
|
1561
|
-
aria-labelledby="nested-tabs-example-tabs-tabs-subtabs-virtualization-link"
|
|
1562
|
-
id="nested-tabs-example-tabs-tabs-subtabs-virtualization-panel"
|
|
1563
|
-
role="tabpanel"
|
|
1564
|
-
tabindex="0"
|
|
1565
|
-
hidden
|
|
1566
|
-
>
|
|
1567
|
-
<div
|
|
1568
|
-
class="pf-v6-c-tab-content__body"
|
|
1569
|
-
>Virtualization content</div>
|
|
1570
|
-
</section>
|
|
1571
|
-
</div>
|
|
1572
|
-
</div>
|
|
1573
|
-
</div>
|
|
1574
|
-
</div>
|
|
1575
|
-
</div>
|
|
1576
|
-
<div
|
|
1577
|
-
class="pf-v6-l-grid__item pf-m-6-col-on-md pf-m-4-col-on-xl"
|
|
1578
|
-
>
|
|
1579
|
-
<div class="pf-v6-l-flex pf-m-column pf-v6-u-h-100">
|
|
1580
|
-
<div class="pf-v6-l-flex__item pf-m-flex-1">
|
|
1581
|
-
<div class="pf-v6-c-card pf-m-full-height">
|
|
1582
|
-
<div class="pf-v6-c-card__header">
|
|
1583
|
-
<h2 class="pf-v6-c-title pf-m-lg">Title of card</h2>
|
|
1584
|
-
</div>
|
|
1585
|
-
</div>
|
|
1586
|
-
</div>
|
|
1587
|
-
<div class="pf-v6-l-flex__item pf-m-flex-1">
|
|
1588
|
-
<div class="pf-v6-c-card pf-m-full-height">
|
|
1589
|
-
<div class="pf-v6-c-card__header">
|
|
1590
|
-
<h2 class="pf-v6-c-title pf-m-lg">Title of card</h2>
|
|
1591
|
-
</div>
|
|
1592
|
-
</div>
|
|
1593
|
-
</div>
|
|
1594
|
-
</div>
|
|
1595
|
-
</div>
|
|
1596
|
-
</div>
|
|
1597
|
-
</div>
|
|
1598
|
-
</section>
|
|
1599
|
-
<section
|
|
1600
|
-
class="pf-v6-c-tab-content"
|
|
1601
|
-
aria-labelledby="nested-tabs-example-tabs-tabs-cluster-2-link"
|
|
1602
|
-
id="nested-tabs-example-tabs-tabs-cluster-2-panel"
|
|
1603
|
-
role="tabpanel"
|
|
1604
|
-
tabindex="0"
|
|
1605
|
-
hidden
|
|
1606
|
-
>
|
|
1607
|
-
<div class="pf-v6-c-tab-content__body">
|
|
1608
|
-
<div class="pf-v6-c-content">
|
|
1609
|
-
<p>Cluster 2 content</p>
|
|
1610
|
-
</div>
|
|
1611
|
-
</div>
|
|
1612
|
-
</section>
|
|
1613
|
-
</div>
|
|
1614
|
-
</section>
|
|
1615
|
-
</main>
|
|
1616
|
-
</div>
|
|
1617
|
-
</div>
|
|
1618
|
-
|
|
269
|
+
```hbs isFullscreen
|
|
270
|
+
{{> page-template page-template--id="nested-tabs-example"}}
|
|
271
|
+
|
|
272
|
+
{{#* inline "page-template-section"}}
|
|
273
|
+
{{#> tabs-template tabs-template--id=(concat page-template--id "-tabs")}}
|
|
274
|
+
{{#> page-main-tabs page-main-tabs--IsLimitWidth="true"}}
|
|
275
|
+
{{#> tabs tabs--id=(concat tabs-template--id '-tabs') tabs--modifier="pf-m-page-insets"}}
|
|
276
|
+
{{#> tabs-list}}
|
|
277
|
+
{{> __tabs-item
|
|
278
|
+
__tabs-item--current="true"
|
|
279
|
+
__tabs-item--id="cluster-1"
|
|
280
|
+
__tabs-item--aria-label="Cluster 1"
|
|
281
|
+
__tabs-item--text="Cluster 1"
|
|
282
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-cluster-1-panel"')}}
|
|
283
|
+
{{> __tabs-item
|
|
284
|
+
__tabs-item--id="cluster-2"
|
|
285
|
+
__tabs-item--aria-label="Cluster 2"
|
|
286
|
+
__tabs-item--text="Cluster 2"
|
|
287
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-cluster-2-panel"')}}
|
|
288
|
+
{{/tabs-list}}
|
|
289
|
+
{{/tabs}}
|
|
290
|
+
{{/page-main-tabs}}
|
|
291
|
+
{{#> page-main-section page-main-section--IsLimitWidth="true" tab-content--id=(concat tabs-template--id '-tabs')}}
|
|
292
|
+
{{#> tab-content tab-content--IsActive="true" tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-cluster-1-link" id="' tab-content--id '-cluster-1-panel"')}}
|
|
293
|
+
{{> tabs--page-grid-view tabs--page-grid-view--id=(concat tabs-template--id '-tabs')}}
|
|
294
|
+
{{/tab-content}}
|
|
295
|
+
{{#> tab-content tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-cluster-2-link" id="' tab-content--id '-cluster-2-panel"')}}
|
|
296
|
+
{{#> content}}
|
|
297
|
+
<p>Cluster 2 content</p>
|
|
298
|
+
{{/content}}
|
|
299
|
+
{{/tab-content}}
|
|
300
|
+
{{/page-main-section}}
|
|
301
|
+
{{/tabs-template}}
|
|
302
|
+
{{/inline}}
|
|
1619
303
|
```
|
|
1620
304
|
|
|
1621
305
|
### Tables and tabs
|
|
1622
306
|
|
|
1623
|
-
```
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
</defs>
|
|
1665
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
1666
|
-
<g
|
|
1667
|
-
transform="translate(206.000000, 45.750000)"
|
|
1668
|
-
fill="var(--pf-t--global--text--color--regular)"
|
|
1669
|
-
fill-rule="nonzero"
|
|
1670
|
-
>
|
|
1671
|
-
<path
|
|
1672
|
-
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
1673
|
-
/>
|
|
1674
|
-
<path
|
|
1675
|
-
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
1676
|
-
/>
|
|
1677
|
-
<path
|
|
1678
|
-
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
1679
|
-
/>
|
|
1680
|
-
<path
|
|
1681
|
-
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
1682
|
-
/>
|
|
1683
|
-
<path
|
|
1684
|
-
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
1685
|
-
/>
|
|
1686
|
-
<path
|
|
1687
|
-
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
1688
|
-
/>
|
|
1689
|
-
<path
|
|
1690
|
-
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
1691
|
-
/>
|
|
1692
|
-
<polygon
|
|
1693
|
-
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
1694
|
-
/>
|
|
1695
|
-
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
1696
|
-
<path
|
|
1697
|
-
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
1698
|
-
/>
|
|
1699
|
-
</g>
|
|
1700
|
-
<g transform="translate(0.000000, 0.000000)">
|
|
1701
|
-
<path
|
|
1702
|
-
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
1703
|
-
fill="#0066CC"
|
|
1704
|
-
/>
|
|
1705
|
-
<path
|
|
1706
|
-
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
1707
|
-
fill="url(#linearGradient-table-tabs-example-masthead)"
|
|
1708
|
-
/>
|
|
1709
|
-
<path
|
|
1710
|
-
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
1711
|
-
fill="url(#linearGradient-table-tabs-example-masthead)"
|
|
1712
|
-
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
1713
|
-
/>
|
|
1714
|
-
</g>
|
|
1715
|
-
</g>
|
|
1716
|
-
</svg>
|
|
1717
|
-
</a>
|
|
1718
|
-
</div>
|
|
1719
|
-
<div class="pf-v6-c-masthead__content">
|
|
1720
|
-
<div
|
|
1721
|
-
class="pf-v6-c-toolbar pf-m-static"
|
|
1722
|
-
id="table-tabs-example-masthead-toolbar"
|
|
1723
|
-
>
|
|
1724
|
-
<div class="pf-v6-c-toolbar__content">
|
|
1725
|
-
<div class="pf-v6-c-toolbar__content-section">
|
|
1726
|
-
<div
|
|
1727
|
-
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
1728
|
-
>
|
|
1729
|
-
<div
|
|
1730
|
-
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
1731
|
-
>
|
|
1732
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1733
|
-
<button
|
|
1734
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1735
|
-
type="button"
|
|
1736
|
-
aria-expanded="false"
|
|
1737
|
-
aria-label="Application launcher"
|
|
1738
|
-
>
|
|
1739
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1740
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
1741
|
-
</span>
|
|
1742
|
-
</button>
|
|
1743
|
-
</div>
|
|
1744
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1745
|
-
<button
|
|
1746
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1747
|
-
type="button"
|
|
1748
|
-
aria-expanded="false"
|
|
1749
|
-
aria-label="Settings"
|
|
1750
|
-
>
|
|
1751
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1752
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
1753
|
-
</span>
|
|
1754
|
-
</button>
|
|
1755
|
-
</div>
|
|
1756
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1757
|
-
<button
|
|
1758
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1759
|
-
type="button"
|
|
1760
|
-
aria-expanded="false"
|
|
1761
|
-
aria-label="Help"
|
|
1762
|
-
>
|
|
1763
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1764
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
1765
|
-
</span>
|
|
1766
|
-
</button>
|
|
1767
|
-
</div>
|
|
1768
|
-
</div>
|
|
1769
|
-
|
|
1770
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
1771
|
-
<button
|
|
1772
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1773
|
-
type="button"
|
|
1774
|
-
aria-expanded="false"
|
|
1775
|
-
aria-label="Actions"
|
|
1776
|
-
>
|
|
1777
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1778
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1779
|
-
</span>
|
|
1780
|
-
</button>
|
|
1781
|
-
</div>
|
|
1782
|
-
</div>
|
|
1783
|
-
</div>
|
|
1784
|
-
</div>
|
|
1785
|
-
</div>
|
|
1786
|
-
</div>
|
|
1787
|
-
</header>
|
|
1788
|
-
<div class="pf-v6-c-page__sidebar">
|
|
1789
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
1790
|
-
<nav
|
|
1791
|
-
class="pf-v6-c-nav"
|
|
1792
|
-
id="table-tabs-example-primary-nav"
|
|
1793
|
-
aria-label="Global"
|
|
1794
|
-
>
|
|
1795
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
1796
|
-
<li class="pf-v6-c-nav__item">
|
|
1797
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1798
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
1799
|
-
</a>
|
|
1800
|
-
</li>
|
|
1801
|
-
<li class="pf-v6-c-nav__item">
|
|
1802
|
-
<a
|
|
1803
|
-
href="#"
|
|
1804
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
1805
|
-
aria-current="page"
|
|
1806
|
-
>
|
|
1807
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
1808
|
-
</a>
|
|
1809
|
-
</li>
|
|
1810
|
-
<li class="pf-v6-c-nav__item">
|
|
1811
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1812
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
1813
|
-
</a>
|
|
1814
|
-
</li>
|
|
1815
|
-
<li class="pf-v6-c-nav__item">
|
|
1816
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1817
|
-
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
1818
|
-
</a>
|
|
1819
|
-
</li>
|
|
1820
|
-
<li class="pf-v6-c-nav__item">
|
|
1821
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
1822
|
-
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
1823
|
-
</a>
|
|
1824
|
-
</li>
|
|
1825
|
-
</ul>
|
|
1826
|
-
</nav>
|
|
1827
|
-
</div>
|
|
1828
|
-
</div>
|
|
1829
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
1830
|
-
<main
|
|
1831
|
-
class="pf-v6-c-page__main"
|
|
1832
|
-
tabindex="-1"
|
|
1833
|
-
id="main-content-table-tabs-example"
|
|
1834
|
-
>
|
|
1835
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
1836
|
-
<div class="pf-v6-c-page__main-body">
|
|
1837
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
1838
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
1839
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1840
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
1841
|
-
</li>
|
|
1842
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1843
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1844
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1845
|
-
</span>
|
|
1846
|
-
|
|
1847
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1848
|
-
</li>
|
|
1849
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1850
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1851
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1852
|
-
</span>
|
|
1853
|
-
|
|
1854
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
1855
|
-
</li>
|
|
1856
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
1857
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
1858
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1859
|
-
</span>
|
|
1860
|
-
|
|
1861
|
-
<a
|
|
1862
|
-
href="#"
|
|
1863
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
1864
|
-
aria-current="page"
|
|
1865
|
-
>Section landing</a>
|
|
1866
|
-
</li>
|
|
1867
|
-
</ol>
|
|
1868
|
-
</nav>
|
|
1869
|
-
</div>
|
|
1870
|
-
</section>
|
|
1871
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
1872
|
-
<div class="pf-v6-c-page__main-body">
|
|
1873
|
-
<div class="pf-v6-c-content">
|
|
1874
|
-
<h1>Main title</h1>
|
|
1875
|
-
<p>This is a full page demo.</p>
|
|
1876
|
-
</div>
|
|
1877
|
-
</div>
|
|
1878
|
-
</section>
|
|
1879
|
-
<section class="pf-v6-c-page__main-section pf-m-no-padding pf-m-light">
|
|
1880
|
-
<div class="pf-v6-c-page__main-body">
|
|
1881
|
-
<div
|
|
1882
|
-
class="pf-v6-c-toolbar pf-m-page-insets"
|
|
1883
|
-
id="table-tabs-example-tabs-toolbar"
|
|
1884
|
-
>
|
|
1885
|
-
<div class="pf-v6-c-toolbar__content">
|
|
1886
|
-
<div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
|
|
1887
|
-
<div
|
|
1888
|
-
class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
1889
|
-
>
|
|
1890
|
-
<div class="pf-v6-c-toolbar__toggle">
|
|
1891
|
-
<button
|
|
1892
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1893
|
-
type="button"
|
|
1894
|
-
aria-expanded="false"
|
|
1895
|
-
aria-label="Show filters"
|
|
1896
|
-
aria-controls="table-tabs-example-tabs-toolbar-expandable-content"
|
|
1897
|
-
>
|
|
1898
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1899
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
1900
|
-
</span>
|
|
1901
|
-
</button>
|
|
1902
|
-
</div>
|
|
1903
|
-
|
|
1904
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1905
|
-
<button
|
|
1906
|
-
class="pf-v6-c-menu-toggle"
|
|
1907
|
-
type="button"
|
|
1908
|
-
aria-expanded="false"
|
|
1909
|
-
id="table-tabs-example-tabs-toolbar-select-checkbox-status"
|
|
1910
|
-
>
|
|
1911
|
-
<span class="pf-v6-c-menu-toggle__text">Name</span>
|
|
1912
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1913
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1914
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1915
|
-
</span>
|
|
1916
|
-
</span>
|
|
1917
|
-
</button>
|
|
1918
|
-
</div>
|
|
1919
|
-
</div>
|
|
1920
|
-
|
|
1921
|
-
<div class="pf-v6-c-toolbar__item">
|
|
1922
|
-
<button
|
|
1923
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1924
|
-
type="button"
|
|
1925
|
-
aria-label="Sort"
|
|
1926
|
-
>
|
|
1927
|
-
<span class="pf-v6-c-button__icon">
|
|
1928
|
-
<i
|
|
1929
|
-
class="fas fa-sort-amount-down pf-v6-m-mirror-inline-rtl"
|
|
1930
|
-
aria-hidden="true"
|
|
1931
|
-
></i>
|
|
1932
|
-
</span>
|
|
1933
|
-
</button>
|
|
1934
|
-
</div>
|
|
1935
|
-
|
|
1936
|
-
<div
|
|
1937
|
-
class="pf-v6-c-overflow-menu"
|
|
1938
|
-
id="table-tabs-example-tabs-toolbar-overflow-menu"
|
|
1939
|
-
>
|
|
1940
|
-
<div
|
|
1941
|
-
class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
|
|
1942
|
-
>
|
|
1943
|
-
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
1944
|
-
<div class="pf-v6-c-overflow-menu__item">
|
|
1945
|
-
<button
|
|
1946
|
-
class="pf-v6-c-button pf-m-primary"
|
|
1947
|
-
type="button"
|
|
1948
|
-
>
|
|
1949
|
-
<span class="pf-v6-c-button__text">Generate</span>
|
|
1950
|
-
</button>
|
|
1951
|
-
</div>
|
|
1952
|
-
|
|
1953
|
-
<div class="pf-v6-c-overflow-menu__item">
|
|
1954
|
-
<button
|
|
1955
|
-
class="pf-v6-c-button pf-m-secondary"
|
|
1956
|
-
type="button"
|
|
1957
|
-
>
|
|
1958
|
-
<span class="pf-v6-c-button__text">Deploy</span>
|
|
1959
|
-
</button>
|
|
1960
|
-
</div>
|
|
1961
|
-
</div>
|
|
1962
|
-
</div>
|
|
1963
|
-
<div class="pf-v6-c-overflow-menu__control">
|
|
1964
|
-
<button
|
|
1965
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
1966
|
-
type="button"
|
|
1967
|
-
aria-expanded="false"
|
|
1968
|
-
aria-label="Menu toggle"
|
|
1969
|
-
id="table-tabs-example-tabs-toolbar-overflow-menu-toggle"
|
|
1970
|
-
>
|
|
1971
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
1972
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
1973
|
-
</span>
|
|
1974
|
-
</button>
|
|
1975
|
-
</div>
|
|
1976
|
-
</div>
|
|
1977
|
-
</div>
|
|
1978
|
-
|
|
1979
|
-
<div
|
|
1980
|
-
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
1981
|
-
id="table-tabs-example-tabs-toolbar-expandable-content"
|
|
1982
|
-
hidden
|
|
1983
|
-
></div>
|
|
1984
|
-
</div>
|
|
1985
|
-
</div>
|
|
1986
|
-
<hr class="pf-v6-c-divider" />
|
|
1987
|
-
<div class="pf-v6-c-drawer pf-m-expanded pf-m-inline">
|
|
1988
|
-
<div class="pf-v6-c-drawer__main">
|
|
1989
|
-
<!-- Content -->
|
|
1990
|
-
<div class="pf-v6-c-drawer__content">
|
|
1991
|
-
<div class="pf-v6-c-drawer__body">
|
|
1992
|
-
<table
|
|
1993
|
-
class="pf-v6-c-table pf-m-grid-md"
|
|
1994
|
-
role="grid"
|
|
1995
|
-
aria-label="This is a table with checkboxes"
|
|
1996
|
-
id="table-tabs-example-table"
|
|
1997
|
-
>
|
|
1998
|
-
<thead class="pf-v6-c-table__thead">
|
|
1999
|
-
<tr class="pf-v6-c-table__tr" role="row">
|
|
2000
|
-
<td
|
|
2001
|
-
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2002
|
-
role="cell"
|
|
2003
|
-
>
|
|
2004
|
-
<label
|
|
2005
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
2006
|
-
id="table-tabs-example-table-checkrow-check"
|
|
2007
|
-
for="table-tabs-example-table-checkrow-check-input"
|
|
2008
|
-
>
|
|
2009
|
-
<input
|
|
2010
|
-
class="pf-v6-c-check__input"
|
|
2011
|
-
type="checkbox"
|
|
2012
|
-
id="table-tabs-example-table-checkrow-check-input"
|
|
2013
|
-
name="table-tabs-example-table-checkrow-check-input"
|
|
2014
|
-
aria-label="Standalone check"
|
|
2015
|
-
/>
|
|
2016
|
-
</label>
|
|
2017
|
-
</td>
|
|
2018
|
-
|
|
2019
|
-
<th
|
|
2020
|
-
class="pf-v6-c-table__th"
|
|
2021
|
-
role="columnheader"
|
|
2022
|
-
scope="col"
|
|
2023
|
-
>Repositories</th>
|
|
2024
|
-
|
|
2025
|
-
<th
|
|
2026
|
-
class="pf-v6-c-table__th"
|
|
2027
|
-
role="columnheader"
|
|
2028
|
-
scope="col"
|
|
2029
|
-
>Branches</th>
|
|
2030
|
-
|
|
2031
|
-
<th
|
|
2032
|
-
class="pf-v6-c-table__th"
|
|
2033
|
-
role="columnheader"
|
|
2034
|
-
scope="col"
|
|
2035
|
-
>Pull requests</th>
|
|
2036
|
-
|
|
2037
|
-
<th
|
|
2038
|
-
class="pf-v6-c-table__th"
|
|
2039
|
-
role="columnheader"
|
|
2040
|
-
scope="col"
|
|
2041
|
-
>Workspaces</th>
|
|
2042
|
-
|
|
2043
|
-
<th
|
|
2044
|
-
class="pf-v6-c-table__th"
|
|
2045
|
-
role="columnheader"
|
|
2046
|
-
scope="col"
|
|
2047
|
-
>Last commit</th>
|
|
2048
|
-
|
|
2049
|
-
<td class="pf-v6-c-table__td"></td>
|
|
2050
|
-
</tr>
|
|
2051
|
-
</thead>
|
|
2052
|
-
|
|
2053
|
-
<tbody class="pf-v6-c-table__tbody" role="rowgroup">
|
|
2054
|
-
<tr class="pf-v6-c-table__tr" role="row">
|
|
2055
|
-
<td
|
|
2056
|
-
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2057
|
-
role="cell"
|
|
2058
|
-
>
|
|
2059
|
-
<label
|
|
2060
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
2061
|
-
id="table-tabs-example-table-checkrow-1-check"
|
|
2062
|
-
for="table-tabs-example-table-checkrow-1-check-input"
|
|
2063
|
-
>
|
|
2064
|
-
<input
|
|
2065
|
-
class="pf-v6-c-check__input"
|
|
2066
|
-
type="checkbox"
|
|
2067
|
-
id="table-tabs-example-table-checkrow-1-check-input"
|
|
2068
|
-
name="table-tabs-example-table-checkrow-1-check-input"
|
|
2069
|
-
aria-label="Standalone check"
|
|
2070
|
-
/>
|
|
2071
|
-
</label>
|
|
2072
|
-
</td>
|
|
2073
|
-
|
|
2074
|
-
<th
|
|
2075
|
-
class="pf-v6-c-table__th"
|
|
2076
|
-
role="columnheader"
|
|
2077
|
-
data-label="Repository name"
|
|
2078
|
-
>
|
|
2079
|
-
<div>
|
|
2080
|
-
<div id="table-tabs-example-table-node1">Node 1</div>
|
|
2081
|
-
<a href="#">siemur/test-space</a>
|
|
2082
|
-
</div>
|
|
2083
|
-
</th>
|
|
2084
|
-
|
|
2085
|
-
<td
|
|
2086
|
-
class="pf-v6-c-table__td"
|
|
2087
|
-
role="cell"
|
|
2088
|
-
data-label="Branches"
|
|
2089
|
-
>
|
|
2090
|
-
<div
|
|
2091
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2092
|
-
>
|
|
2093
|
-
<div class="pf-v6-l-flex__item">10</div>
|
|
2094
|
-
<div class="pf-v6-l-flex__item">
|
|
2095
|
-
<i class="fas fa-code-branch"></i>
|
|
2096
|
-
</div>
|
|
2097
|
-
</div>
|
|
2098
|
-
</td>
|
|
2099
|
-
<td
|
|
2100
|
-
class="pf-v6-c-table__td"
|
|
2101
|
-
role="cell"
|
|
2102
|
-
data-label="Pull requests"
|
|
2103
|
-
>
|
|
2104
|
-
<div
|
|
2105
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2106
|
-
>
|
|
2107
|
-
<div class="pf-v6-l-flex__item">25</div>
|
|
2108
|
-
<div class="pf-v6-l-flex__item">
|
|
2109
|
-
<i class="fas fa-code"></i>
|
|
2110
|
-
</div>
|
|
2111
|
-
</div>
|
|
2112
|
-
</td>
|
|
2113
|
-
<td
|
|
2114
|
-
class="pf-v6-c-table__td"
|
|
2115
|
-
role="cell"
|
|
2116
|
-
data-label="Workspaces"
|
|
2117
|
-
>
|
|
2118
|
-
<div
|
|
2119
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2120
|
-
>
|
|
2121
|
-
<div class="pf-v6-l-flex__item">5</div>
|
|
2122
|
-
<div class="pf-v6-l-flex__item">
|
|
2123
|
-
<i class="fas fa-cube"></i>
|
|
2124
|
-
</div>
|
|
2125
|
-
</div>
|
|
2126
|
-
</td>
|
|
2127
|
-
<td
|
|
2128
|
-
class="pf-v6-c-table__td"
|
|
2129
|
-
role="cell"
|
|
2130
|
-
data-label="Last commit"
|
|
2131
|
-
>2 days ago</td>
|
|
2132
|
-
|
|
2133
|
-
<td
|
|
2134
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2135
|
-
role="cell"
|
|
2136
|
-
>
|
|
2137
|
-
<button
|
|
2138
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2139
|
-
type="button"
|
|
2140
|
-
aria-expanded="false"
|
|
2141
|
-
aria-label="Menu toggle"
|
|
2142
|
-
>
|
|
2143
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2144
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2145
|
-
</span>
|
|
2146
|
-
</button>
|
|
2147
|
-
</td>
|
|
2148
|
-
</tr>
|
|
2149
|
-
|
|
2150
|
-
<tr class="pf-v6-c-table__tr pf-m-selected" role="row">
|
|
2151
|
-
<td
|
|
2152
|
-
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2153
|
-
role="cell"
|
|
2154
|
-
>
|
|
2155
|
-
<label
|
|
2156
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
2157
|
-
id="table-tabs-example-table-checkrow-2-check"
|
|
2158
|
-
for="table-tabs-example-table-checkrow-2-check-input"
|
|
2159
|
-
>
|
|
2160
|
-
<input
|
|
2161
|
-
class="pf-v6-c-check__input"
|
|
2162
|
-
type="checkbox"
|
|
2163
|
-
id="table-tabs-example-table-checkrow-2-check-input"
|
|
2164
|
-
name="table-tabs-example-table-checkrow-2-check-input"
|
|
2165
|
-
aria-label="Standalone check"
|
|
2166
|
-
/>
|
|
2167
|
-
</label>
|
|
2168
|
-
</td>
|
|
2169
|
-
|
|
2170
|
-
<th
|
|
2171
|
-
class="pf-v6-c-table__th"
|
|
2172
|
-
role="columnheader"
|
|
2173
|
-
data-label="Repository name"
|
|
2174
|
-
>
|
|
2175
|
-
<div>
|
|
2176
|
-
<div id="table-tabs-example-table-node2">Node 2</div>
|
|
2177
|
-
<a href="#">siemur/test-space</a>
|
|
2178
|
-
</div>
|
|
2179
|
-
</th>
|
|
2180
|
-
|
|
2181
|
-
<td
|
|
2182
|
-
class="pf-v6-c-table__td"
|
|
2183
|
-
role="cell"
|
|
2184
|
-
data-label="Branches"
|
|
2185
|
-
>
|
|
2186
|
-
<div
|
|
2187
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2188
|
-
>
|
|
2189
|
-
<div class="pf-v6-l-flex__item">8</div>
|
|
2190
|
-
<div class="pf-v6-l-flex__item">
|
|
2191
|
-
<i class="fas fa-code-branch"></i>
|
|
2192
|
-
</div>
|
|
2193
|
-
</div>
|
|
2194
|
-
</td>
|
|
2195
|
-
<td
|
|
2196
|
-
class="pf-v6-c-table__td"
|
|
2197
|
-
role="cell"
|
|
2198
|
-
data-label="Pull requests"
|
|
2199
|
-
>
|
|
2200
|
-
<div
|
|
2201
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2202
|
-
>
|
|
2203
|
-
<div class="pf-v6-l-flex__item">30</div>
|
|
2204
|
-
<div class="pf-v6-l-flex__item">
|
|
2205
|
-
<i class="fas fa-code"></i>
|
|
2206
|
-
</div>
|
|
2207
|
-
</div>
|
|
2208
|
-
</td>
|
|
2209
|
-
<td
|
|
2210
|
-
class="pf-v6-c-table__td"
|
|
2211
|
-
role="cell"
|
|
2212
|
-
data-label="Workspaces"
|
|
2213
|
-
>
|
|
2214
|
-
<div
|
|
2215
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2216
|
-
>
|
|
2217
|
-
<div class="pf-v6-l-flex__item">2</div>
|
|
2218
|
-
<div class="pf-v6-l-flex__item">
|
|
2219
|
-
<i class="fas fa-cube"></i>
|
|
2220
|
-
</div>
|
|
2221
|
-
</div>
|
|
2222
|
-
</td>
|
|
2223
|
-
<td
|
|
2224
|
-
class="pf-v6-c-table__td"
|
|
2225
|
-
role="cell"
|
|
2226
|
-
data-label="Last commit"
|
|
2227
|
-
>2 days ago</td>
|
|
2228
|
-
|
|
2229
|
-
<td
|
|
2230
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2231
|
-
role="cell"
|
|
2232
|
-
>
|
|
2233
|
-
<button
|
|
2234
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2235
|
-
type="button"
|
|
2236
|
-
aria-expanded="false"
|
|
2237
|
-
aria-label="Menu toggle"
|
|
2238
|
-
>
|
|
2239
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2240
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2241
|
-
</span>
|
|
2242
|
-
</button>
|
|
2243
|
-
</td>
|
|
2244
|
-
</tr>
|
|
2245
|
-
|
|
2246
|
-
<tr class="pf-v6-c-table__tr" role="row">
|
|
2247
|
-
<td
|
|
2248
|
-
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2249
|
-
role="cell"
|
|
2250
|
-
>
|
|
2251
|
-
<label
|
|
2252
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
2253
|
-
id="table-tabs-example-table-checkrow-3-check"
|
|
2254
|
-
for="table-tabs-example-table-checkrow-3-check-input"
|
|
2255
|
-
>
|
|
2256
|
-
<input
|
|
2257
|
-
class="pf-v6-c-check__input"
|
|
2258
|
-
type="checkbox"
|
|
2259
|
-
id="table-tabs-example-table-checkrow-3-check-input"
|
|
2260
|
-
name="table-tabs-example-table-checkrow-3-check-input"
|
|
2261
|
-
aria-label="Standalone check"
|
|
2262
|
-
/>
|
|
2263
|
-
</label>
|
|
2264
|
-
</td>
|
|
2265
|
-
|
|
2266
|
-
<th
|
|
2267
|
-
class="pf-v6-c-table__th"
|
|
2268
|
-
role="columnheader"
|
|
2269
|
-
data-label="Repository name"
|
|
2270
|
-
>
|
|
2271
|
-
<div>
|
|
2272
|
-
<div id="table-tabs-example-table-node3">Node 3</div>
|
|
2273
|
-
<a href="#">siemur/test-space</a>
|
|
2274
|
-
</div>
|
|
2275
|
-
</th>
|
|
2276
|
-
|
|
2277
|
-
<td
|
|
2278
|
-
class="pf-v6-c-table__td"
|
|
2279
|
-
role="cell"
|
|
2280
|
-
data-label="Branches"
|
|
2281
|
-
>
|
|
2282
|
-
<div
|
|
2283
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2284
|
-
>
|
|
2285
|
-
<div class="pf-v6-l-flex__item">12</div>
|
|
2286
|
-
<div class="pf-v6-l-flex__item">
|
|
2287
|
-
<i class="fas fa-code-branch"></i>
|
|
2288
|
-
</div>
|
|
2289
|
-
</div>
|
|
2290
|
-
</td>
|
|
2291
|
-
<td
|
|
2292
|
-
class="pf-v6-c-table__td"
|
|
2293
|
-
role="cell"
|
|
2294
|
-
data-label="Pull requests"
|
|
2295
|
-
>
|
|
2296
|
-
<div
|
|
2297
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2298
|
-
>
|
|
2299
|
-
<div class="pf-v6-l-flex__item">48</div>
|
|
2300
|
-
<div class="pf-v6-l-flex__item">
|
|
2301
|
-
<i class="fas fa-code"></i>
|
|
2302
|
-
</div>
|
|
2303
|
-
</div>
|
|
2304
|
-
</td>
|
|
2305
|
-
<td
|
|
2306
|
-
class="pf-v6-c-table__td"
|
|
2307
|
-
role="cell"
|
|
2308
|
-
data-label="Workspaces"
|
|
2309
|
-
>
|
|
2310
|
-
<div
|
|
2311
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2312
|
-
>
|
|
2313
|
-
<div class="pf-v6-l-flex__item">13</div>
|
|
2314
|
-
<div class="pf-v6-l-flex__item">
|
|
2315
|
-
<i class="fas fa-cube"></i>
|
|
2316
|
-
</div>
|
|
2317
|
-
</div>
|
|
2318
|
-
</td>
|
|
2319
|
-
<td
|
|
2320
|
-
class="pf-v6-c-table__td"
|
|
2321
|
-
role="cell"
|
|
2322
|
-
data-label="Last commit"
|
|
2323
|
-
>30 days ago</td>
|
|
2324
|
-
|
|
2325
|
-
<td
|
|
2326
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2327
|
-
role="cell"
|
|
2328
|
-
>
|
|
2329
|
-
<button
|
|
2330
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2331
|
-
type="button"
|
|
2332
|
-
aria-expanded="false"
|
|
2333
|
-
aria-label="Menu toggle"
|
|
2334
|
-
>
|
|
2335
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2336
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2337
|
-
</span>
|
|
2338
|
-
</button>
|
|
2339
|
-
</td>
|
|
2340
|
-
</tr>
|
|
2341
|
-
|
|
2342
|
-
<tr class="pf-v6-c-table__tr" role="row">
|
|
2343
|
-
<td
|
|
2344
|
-
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2345
|
-
role="cell"
|
|
2346
|
-
>
|
|
2347
|
-
<label
|
|
2348
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
2349
|
-
id="table-tabs-example-table-checkrow-4-check"
|
|
2350
|
-
for="table-tabs-example-table-checkrow-4-check-input"
|
|
2351
|
-
>
|
|
2352
|
-
<input
|
|
2353
|
-
class="pf-v6-c-check__input"
|
|
2354
|
-
type="checkbox"
|
|
2355
|
-
id="table-tabs-example-table-checkrow-4-check-input"
|
|
2356
|
-
name="table-tabs-example-table-checkrow-4-check-input"
|
|
2357
|
-
aria-label="Standalone check"
|
|
2358
|
-
/>
|
|
2359
|
-
</label>
|
|
2360
|
-
</td>
|
|
2361
|
-
|
|
2362
|
-
<th
|
|
2363
|
-
class="pf-v6-c-table__th"
|
|
2364
|
-
role="columnheader"
|
|
2365
|
-
data-label="Repository name"
|
|
2366
|
-
>
|
|
2367
|
-
<div>
|
|
2368
|
-
<div id="table-tabs-example-table-node4">Node 4</div>
|
|
2369
|
-
<a href="#">siemur/test-space</a>
|
|
2370
|
-
</div>
|
|
2371
|
-
</th>
|
|
2372
|
-
|
|
2373
|
-
<td
|
|
2374
|
-
class="pf-v6-c-table__td"
|
|
2375
|
-
role="cell"
|
|
2376
|
-
data-label="Branches"
|
|
2377
|
-
>
|
|
2378
|
-
<div
|
|
2379
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2380
|
-
>
|
|
2381
|
-
<div class="pf-v6-l-flex__item">3</div>
|
|
2382
|
-
<div class="pf-v6-l-flex__item">
|
|
2383
|
-
<i class="fas fa-code-branch"></i>
|
|
2384
|
-
</div>
|
|
2385
|
-
</div>
|
|
2386
|
-
</td>
|
|
2387
|
-
<td
|
|
2388
|
-
class="pf-v6-c-table__td"
|
|
2389
|
-
role="cell"
|
|
2390
|
-
data-label="Pull requests"
|
|
2391
|
-
>
|
|
2392
|
-
<div
|
|
2393
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2394
|
-
>
|
|
2395
|
-
<div class="pf-v6-l-flex__item">8</div>
|
|
2396
|
-
<div class="pf-v6-l-flex__item">
|
|
2397
|
-
<i class="fas fa-code"></i>
|
|
2398
|
-
</div>
|
|
2399
|
-
</div>
|
|
2400
|
-
</td>
|
|
2401
|
-
<td
|
|
2402
|
-
class="pf-v6-c-table__td"
|
|
2403
|
-
role="cell"
|
|
2404
|
-
data-label="Workspaces"
|
|
2405
|
-
>
|
|
2406
|
-
<div
|
|
2407
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2408
|
-
>
|
|
2409
|
-
<div class="pf-v6-l-flex__item">20</div>
|
|
2410
|
-
<div class="pf-v6-l-flex__item">
|
|
2411
|
-
<i class="fas fa-cube"></i>
|
|
2412
|
-
</div>
|
|
2413
|
-
</div>
|
|
2414
|
-
</td>
|
|
2415
|
-
<td
|
|
2416
|
-
class="pf-v6-c-table__td"
|
|
2417
|
-
role="cell"
|
|
2418
|
-
data-label="Last commit"
|
|
2419
|
-
>8 days ago</td>
|
|
2420
|
-
|
|
2421
|
-
<td
|
|
2422
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2423
|
-
role="cell"
|
|
2424
|
-
>
|
|
2425
|
-
<button
|
|
2426
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2427
|
-
type="button"
|
|
2428
|
-
aria-expanded="false"
|
|
2429
|
-
aria-label="Menu toggle"
|
|
2430
|
-
>
|
|
2431
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2432
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2433
|
-
</span>
|
|
2434
|
-
</button>
|
|
2435
|
-
</td>
|
|
2436
|
-
</tr>
|
|
2437
|
-
|
|
2438
|
-
<tr class="pf-v6-c-table__tr" role="row">
|
|
2439
|
-
<td
|
|
2440
|
-
class="pf-v6-c-table__td pf-v6-c-table__check"
|
|
2441
|
-
role="cell"
|
|
2442
|
-
>
|
|
2443
|
-
<label
|
|
2444
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
2445
|
-
id="table-tabs-example-table-checkrow-5-check"
|
|
2446
|
-
for="table-tabs-example-table-checkrow-5-check-input"
|
|
2447
|
-
>
|
|
2448
|
-
<input
|
|
2449
|
-
class="pf-v6-c-check__input"
|
|
2450
|
-
type="checkbox"
|
|
2451
|
-
id="table-tabs-example-table-checkrow-5-check-input"
|
|
2452
|
-
name="table-tabs-example-table-checkrow-5-check-input"
|
|
2453
|
-
aria-label="Standalone check"
|
|
2454
|
-
/>
|
|
2455
|
-
</label>
|
|
2456
|
-
</td>
|
|
2457
|
-
<td
|
|
2458
|
-
class="pf-v6-c-table__td"
|
|
2459
|
-
role="cell"
|
|
2460
|
-
data-label="Repository name"
|
|
2461
|
-
>
|
|
2462
|
-
<div>
|
|
2463
|
-
<div id="table-tabs-example-table-node5">Node 5</div>
|
|
2464
|
-
<a href="#">siemur/test-space</a>
|
|
2465
|
-
</div>
|
|
2466
|
-
</td>
|
|
2467
|
-
<td
|
|
2468
|
-
class="pf-v6-c-table__td"
|
|
2469
|
-
role="cell"
|
|
2470
|
-
data-label="Branches"
|
|
2471
|
-
>
|
|
2472
|
-
<div
|
|
2473
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2474
|
-
>
|
|
2475
|
-
<div class="pf-v6-l-flex__item">34</div>
|
|
2476
|
-
<div class="pf-v6-l-flex__item">
|
|
2477
|
-
<i class="fas fa-code-branch"></i>
|
|
2478
|
-
</div>
|
|
2479
|
-
</div>
|
|
2480
|
-
</td>
|
|
2481
|
-
<td
|
|
2482
|
-
class="pf-v6-c-table__td"
|
|
2483
|
-
role="cell"
|
|
2484
|
-
data-label="Pull requests"
|
|
2485
|
-
>
|
|
2486
|
-
<div
|
|
2487
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2488
|
-
>
|
|
2489
|
-
<div class="pf-v6-l-flex__item">21</div>
|
|
2490
|
-
<div class="pf-v6-l-flex__item">
|
|
2491
|
-
<i class="fas fa-code"></i>
|
|
2492
|
-
</div>
|
|
2493
|
-
</div>
|
|
2494
|
-
</td>
|
|
2495
|
-
<td
|
|
2496
|
-
class="pf-v6-c-table__td"
|
|
2497
|
-
role="cell"
|
|
2498
|
-
data-label="Workspaces"
|
|
2499
|
-
>
|
|
2500
|
-
<div
|
|
2501
|
-
class="pf-v6-l-flex pf-m-space-items-sm pf-m-nowrap"
|
|
2502
|
-
>
|
|
2503
|
-
<div class="pf-v6-l-flex__item">26</div>
|
|
2504
|
-
<div class="pf-v6-l-flex__item">
|
|
2505
|
-
<i class="fas fa-cube"></i>
|
|
2506
|
-
</div>
|
|
2507
|
-
</div>
|
|
2508
|
-
</td>
|
|
2509
|
-
<td
|
|
2510
|
-
class="pf-v6-c-table__td"
|
|
2511
|
-
role="cell"
|
|
2512
|
-
data-label="Last commit"
|
|
2513
|
-
>2 days ago</td>
|
|
2514
|
-
|
|
2515
|
-
<td
|
|
2516
|
-
class="pf-v6-c-table__td pf-v6-c-table__action"
|
|
2517
|
-
role="cell"
|
|
2518
|
-
>
|
|
2519
|
-
<button
|
|
2520
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2521
|
-
type="button"
|
|
2522
|
-
aria-expanded="false"
|
|
2523
|
-
aria-label="Menu toggle"
|
|
2524
|
-
>
|
|
2525
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2526
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
2527
|
-
</span>
|
|
2528
|
-
</button>
|
|
2529
|
-
</td>
|
|
2530
|
-
</tr>
|
|
2531
|
-
</tbody>
|
|
2532
|
-
</table>
|
|
2533
|
-
</div>
|
|
2534
|
-
</div>
|
|
2535
|
-
|
|
2536
|
-
<!-- Panel -->
|
|
2537
|
-
<div
|
|
2538
|
-
class="pf-v6-c-drawer__panel pf-m-width-33 pf-m-width-33-on-xl"
|
|
2539
|
-
>
|
|
2540
|
-
<div class="pf-v6-c-drawer__body">
|
|
2541
|
-
<div class="pf-v6-c-drawer__head">
|
|
2542
|
-
<div class="pf-v6-c-drawer__actions">
|
|
2543
|
-
<div class="pf-v6-c-drawer__close">
|
|
2544
|
-
<button
|
|
2545
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2546
|
-
type="button"
|
|
2547
|
-
aria-label="Close drawer panel"
|
|
2548
|
-
>
|
|
2549
|
-
<span class="pf-v6-c-button__icon">
|
|
2550
|
-
<i class="fas fa-times" aria-hidden="true"></i>
|
|
2551
|
-
</span>
|
|
2552
|
-
</button>
|
|
2553
|
-
</div>
|
|
2554
|
-
</div>
|
|
2555
|
-
<div class="pf-v6-l-flex pf-m-column pf-m-space-items-sm">
|
|
2556
|
-
<div class="pf-v6-l-flex__item">
|
|
2557
|
-
<h2
|
|
2558
|
-
class="pf-v6-c-title pf-m-lg"
|
|
2559
|
-
id="-drawer-label"
|
|
2560
|
-
>Node 2</h2>
|
|
2561
|
-
</div>
|
|
2562
|
-
<div class="pf-v6-l-flex__item">
|
|
2563
|
-
<a href="#">siemur/test-space</a>
|
|
2564
|
-
</div>
|
|
2565
|
-
</div>
|
|
2566
|
-
</div>
|
|
2567
|
-
</div>
|
|
2568
|
-
<div class="pf-v6-c-drawer__body pf-m-no-padding">
|
|
2569
|
-
<div
|
|
2570
|
-
class="pf-v6-c-tabs pf-m-box pf-m-fill"
|
|
2571
|
-
role="region"
|
|
2572
|
-
id="-tabs"
|
|
2573
|
-
>
|
|
2574
|
-
<div class="pf-v6-c-tabs__scroll-button">
|
|
2575
|
-
<button
|
|
2576
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2577
|
-
type="button"
|
|
2578
|
-
aria-label="Scroll left"
|
|
2579
|
-
>
|
|
2580
|
-
<span class="pf-v6-c-button__icon">
|
|
2581
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
2582
|
-
</span>
|
|
2583
|
-
</button>
|
|
2584
|
-
</div>
|
|
2585
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
2586
|
-
<li
|
|
2587
|
-
class="pf-v6-c-tabs__item pf-m-current"
|
|
2588
|
-
role="presentation"
|
|
2589
|
-
>
|
|
2590
|
-
<button
|
|
2591
|
-
type="button"
|
|
2592
|
-
class="pf-v6-c-tabs__link"
|
|
2593
|
-
role="tab"
|
|
2594
|
-
aria-controls="-tabs-tab1-panel"
|
|
2595
|
-
id="-tabs-tab1-link"
|
|
2596
|
-
>
|
|
2597
|
-
<span class="pf-v6-c-tabs__item-text">Overview</span>
|
|
2598
|
-
</button>
|
|
2599
|
-
</li>
|
|
2600
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
2601
|
-
<button
|
|
2602
|
-
type="button"
|
|
2603
|
-
class="pf-v6-c-tabs__link"
|
|
2604
|
-
role="tab"
|
|
2605
|
-
aria-controls="-tabs-tab2-panel"
|
|
2606
|
-
id="-tabs-tab2-link"
|
|
2607
|
-
>
|
|
2608
|
-
<span class="pf-v6-c-tabs__item-text">Activity</span>
|
|
2609
|
-
</button>
|
|
2610
|
-
</li>
|
|
2611
|
-
</ul>
|
|
2612
|
-
<div class="pf-v6-c-tabs__scroll-button">
|
|
2613
|
-
<button
|
|
2614
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2615
|
-
type="button"
|
|
2616
|
-
aria-label="Scroll right"
|
|
2617
|
-
>
|
|
2618
|
-
<span class="pf-v6-c-button__icon">
|
|
2619
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
2620
|
-
</span>
|
|
2621
|
-
</button>
|
|
2622
|
-
</div>
|
|
2623
|
-
</div>
|
|
2624
|
-
</div>
|
|
2625
|
-
<div class="pf-v6-c-drawer__body">
|
|
2626
|
-
<section
|
|
2627
|
-
class="pf-v6-c-tab-content"
|
|
2628
|
-
id="-tabs-tab1-panel"
|
|
2629
|
-
aria-labelledby="-tabs-tab1-link"
|
|
2630
|
-
role="tabpanel"
|
|
2631
|
-
tabindex="0"
|
|
2632
|
-
>
|
|
2633
|
-
<div class="pf-v6-c-tab-content__body">
|
|
2634
|
-
<div class="pf-v6-l-flex pf-m-column pf-m-space-items-lg">
|
|
2635
|
-
<div class="pf-v6-l-flex__item">
|
|
2636
|
-
<p>The content of the drawer really is up to you. It could have form fields, definition lists, text lists, labels, charts, progress bars, etc. Spacing recommendation is 24px margins. You can put tabs in here, and can also make the drawer scrollable.</p>
|
|
2637
|
-
</div>
|
|
2638
|
-
<div class="pf-v6-l-flex__item">
|
|
2639
|
-
<div
|
|
2640
|
-
class="pf-v6-c-progress pf-m-sm"
|
|
2641
|
-
id="-progress-example1"
|
|
2642
|
-
>
|
|
2643
|
-
<div
|
|
2644
|
-
class="pf-v6-c-progress__description"
|
|
2645
|
-
id="-progress-example1-description"
|
|
2646
|
-
>Capacity</div>
|
|
2647
|
-
<div
|
|
2648
|
-
class="pf-v6-c-progress__status"
|
|
2649
|
-
aria-hidden="true"
|
|
2650
|
-
>
|
|
2651
|
-
<span class="pf-v6-c-progress__measure">33%</span>
|
|
2652
|
-
</div>
|
|
2653
|
-
<div
|
|
2654
|
-
class="pf-v6-c-progress__bar"
|
|
2655
|
-
role="progressbar"
|
|
2656
|
-
aria-valuemin="0"
|
|
2657
|
-
aria-valuemax="100"
|
|
2658
|
-
aria-valuenow="33"
|
|
2659
|
-
aria-labelledby="-progress-example1-description"
|
|
2660
|
-
aria-label="Progress 1"
|
|
2661
|
-
>
|
|
2662
|
-
<div
|
|
2663
|
-
class="pf-v6-c-progress__indicator"
|
|
2664
|
-
style="width:33%;"
|
|
2665
|
-
></div>
|
|
2666
|
-
</div>
|
|
2667
|
-
</div>
|
|
2668
|
-
</div>
|
|
2669
|
-
<div class="pf-v6-l-flex__item">
|
|
2670
|
-
<div
|
|
2671
|
-
class="pf-v6-c-progress pf-m-sm"
|
|
2672
|
-
id="-progress-example2"
|
|
2673
|
-
>
|
|
2674
|
-
<div
|
|
2675
|
-
class="pf-v6-c-progress__description"
|
|
2676
|
-
id="-progress-example2-description"
|
|
2677
|
-
>Modules</div>
|
|
2678
|
-
<div
|
|
2679
|
-
class="pf-v6-c-progress__status"
|
|
2680
|
-
aria-hidden="true"
|
|
2681
|
-
>
|
|
2682
|
-
<span class="pf-v6-c-progress__measure">66%</span>
|
|
2683
|
-
</div>
|
|
2684
|
-
<div
|
|
2685
|
-
class="pf-v6-c-progress__bar"
|
|
2686
|
-
role="progressbar"
|
|
2687
|
-
aria-valuemin="0"
|
|
2688
|
-
aria-valuemax="100"
|
|
2689
|
-
aria-valuenow="66"
|
|
2690
|
-
aria-labelledby="-progress-example2-description"
|
|
2691
|
-
aria-label="Progress 2"
|
|
2692
|
-
>
|
|
2693
|
-
<div
|
|
2694
|
-
class="pf-v6-c-progress__indicator"
|
|
2695
|
-
style="width:66%;"
|
|
2696
|
-
></div>
|
|
2697
|
-
</div>
|
|
2698
|
-
</div>
|
|
2699
|
-
</div>
|
|
2700
|
-
<div class="pf-v6-l-flex pf-m-column">
|
|
2701
|
-
<div class="pf-v6-l-flex__item">
|
|
2702
|
-
<h3 class="pf-v6-c-title" id="-title">Tags</h3>
|
|
2703
|
-
</div>
|
|
2704
|
-
<div class="pf-v6-l-flex__item">
|
|
2705
|
-
<div class="pf-v6-c-label-group">
|
|
2706
|
-
<div class="pf-v6-c-label-group__main">
|
|
2707
|
-
<ul
|
|
2708
|
-
class="pf-v6-c-label-group__list"
|
|
2709
|
-
role="list"
|
|
2710
|
-
aria-label="Group of labels"
|
|
2711
|
-
>
|
|
2712
|
-
<li class="pf-v6-c-label-group__list-item">
|
|
2713
|
-
<span class="pf-v6-c-label pf-m-outline">
|
|
2714
|
-
<span class="pf-v6-c-label__content">
|
|
2715
|
-
<span class="pf-v6-c-label__text">Tag 1</span>
|
|
2716
|
-
</span>
|
|
2717
|
-
</span>
|
|
2718
|
-
</li>
|
|
2719
|
-
<li class="pf-v6-c-label-group__list-item">
|
|
2720
|
-
<span class="pf-v6-c-label pf-m-outline">
|
|
2721
|
-
<span class="pf-v6-c-label__content">
|
|
2722
|
-
<span class="pf-v6-c-label__text">Tag 2</span>
|
|
2723
|
-
</span>
|
|
2724
|
-
</span>
|
|
2725
|
-
</li>
|
|
2726
|
-
<li class="pf-v6-c-label-group__list-item">
|
|
2727
|
-
<span class="pf-v6-c-label pf-m-outline">
|
|
2728
|
-
<span class="pf-v6-c-label__content">
|
|
2729
|
-
<span class="pf-v6-c-label__text">Tag 3</span>
|
|
2730
|
-
</span>
|
|
2731
|
-
</span>
|
|
2732
|
-
</li>
|
|
2733
|
-
<li class="pf-v6-c-label-group__list-item">
|
|
2734
|
-
<button
|
|
2735
|
-
class="pf-v6-c-label pf-m-overflow"
|
|
2736
|
-
type="button"
|
|
2737
|
-
>
|
|
2738
|
-
<span class="pf-v6-c-label__content">
|
|
2739
|
-
<span class="pf-v6-c-label__text">2 more</span>
|
|
2740
|
-
</span>
|
|
2741
|
-
</button>
|
|
2742
|
-
</li>
|
|
2743
|
-
</ul>
|
|
2744
|
-
</div>
|
|
2745
|
-
</div>
|
|
2746
|
-
</div>
|
|
2747
|
-
</div>
|
|
2748
|
-
</div>
|
|
2749
|
-
</div>
|
|
2750
|
-
</section>
|
|
2751
|
-
<section
|
|
2752
|
-
class="pf-v6-c-tab-content"
|
|
2753
|
-
id="-tabs-tab2-panel"
|
|
2754
|
-
aria-labelledby="-tabs-tab2-link"
|
|
2755
|
-
role="tabpanel"
|
|
2756
|
-
tabindex="0"
|
|
2757
|
-
hidden
|
|
2758
|
-
>
|
|
2759
|
-
<div class="pf-v6-c-tab-content__body">Panel 2</div>
|
|
2760
|
-
</section>
|
|
2761
|
-
</div>
|
|
2762
|
-
</div>
|
|
2763
|
-
</div>
|
|
2764
|
-
</div>
|
|
2765
|
-
</div>
|
|
2766
|
-
</section>
|
|
2767
|
-
</main>
|
|
2768
|
-
</div>
|
|
2769
|
-
</div>
|
|
2770
|
-
|
|
307
|
+
```hbs isFullscreen
|
|
308
|
+
{{> page-template page-template--id='table-tabs-example'}}
|
|
309
|
+
|
|
310
|
+
{{#* inline 'page-template-section'}}
|
|
311
|
+
{{#> tabs-template tabs-template--id=(concat page-template--id '-tabs')}}
|
|
312
|
+
{{#> page-main-section page-main-section--modifier='pf-m-light' tab-content--id=(concat tabs-template--id '-tabs')}}
|
|
313
|
+
{{> toolbar-template
|
|
314
|
+
toolbar-template--id=(concat tabs-template--id '-toolbar')
|
|
315
|
+
toolbar-template--HasToggleGroup=true
|
|
316
|
+
toolbar-template--HasFilter=true
|
|
317
|
+
toolbar-template--HasNoPagination=true
|
|
318
|
+
toolbar-template--HasSortButton=true
|
|
319
|
+
toolbar-template--HasOverflowMenu=true
|
|
320
|
+
toolbar-template--HasOverflowMenuSecondButton=true
|
|
321
|
+
toolbar-template--OverflowButton1Text='Generate'
|
|
322
|
+
toolbar-template--OverflowButton2Text='Deploy'
|
|
323
|
+
toolbar-template--filterText='Name'
|
|
324
|
+
}}
|
|
325
|
+
{{> divider}}
|
|
326
|
+
{{#> drawer drawer--id=(concat tabs-template--id '-tabs') primary-detail-template-template--id=(concat tabs-template--id '-tabs') drawer-panel--IsOpen="true" drawer--modifier="pf-m-inline"}}
|
|
327
|
+
{{#> drawer-main}}
|
|
328
|
+
<!-- Content -->
|
|
329
|
+
{{#> drawer-content}}
|
|
330
|
+
{{> tabs--table}}
|
|
331
|
+
{{/drawer-content}}
|
|
332
|
+
|
|
333
|
+
<!-- Panel -->
|
|
334
|
+
{{#> drawer-panel drawer-panel--modifier="pf-m-width-33 pf-m-width-33-on-xl"}}
|
|
335
|
+
{{> tabs--panel-header tabs--panel-header--title="Node 2" tabs--panel-header--sub-title='<a href="#">siemur/test-space</a>'}}
|
|
336
|
+
{{#> drawer-body drawer-body--modifier="pf-m-no-padding"}}
|
|
337
|
+
{{> primary-detail-template-panel-tabs primary-detail-template-panel-tabs--modifier="pf-m-box pf-m-fill"}}
|
|
338
|
+
{{/drawer-body}}
|
|
339
|
+
{{#> drawer-body primary-detail-template-template--id=(concat tabs-template--id '-tabs')}}
|
|
340
|
+
{{> primary-detail-template-panel-tab-content progress--modifier="pf-m-sm" primary-detail-template-panel-tab-content--HasLabels="true"}}
|
|
341
|
+
{{/drawer-body}}
|
|
342
|
+
{{/drawer-panel}}
|
|
343
|
+
{{/drawer-main}}
|
|
344
|
+
{{/drawer}}
|
|
345
|
+
{{/page-main-section}}
|
|
346
|
+
{{/tabs-template}}
|
|
347
|
+
{{/inline}}
|
|
2771
348
|
```
|
|
2772
349
|
|
|
2773
350
|
### Modal tabs
|
|
2774
351
|
|
|
2775
|
-
```
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
<p>PatternFly is a community project that promotes design commonality and improves user experience.</p>
|
|
2849
|
-
</div>
|
|
2850
|
-
</section>
|
|
2851
|
-
<section
|
|
2852
|
-
class="pf-v6-c-tab-content"
|
|
2853
|
-
aria-labelledby="modal-tabs-example-tabs-documentation-link"
|
|
2854
|
-
id="modal-tabs-example-tabs-documentation-panel"
|
|
2855
|
-
role="tabpanel"
|
|
2856
|
-
tabindex="0"
|
|
2857
|
-
hidden
|
|
2858
|
-
>
|
|
2859
|
-
<div class="pf-v6-c-tab-content__body">
|
|
2860
|
-
<ul class="pf-v6-c-list" role="list">
|
|
2861
|
-
<li>
|
|
2862
|
-
<a>Doc link 1</a>
|
|
2863
|
-
</li>
|
|
2864
|
-
<li>
|
|
2865
|
-
<a>Doc link 2</a>
|
|
2866
|
-
</li>
|
|
2867
|
-
<li>
|
|
2868
|
-
<a>Doc link 3</a>
|
|
2869
|
-
</li>
|
|
2870
|
-
</ul>
|
|
2871
|
-
</div>
|
|
2872
|
-
</section>
|
|
2873
|
-
</div>
|
|
2874
|
-
</div>
|
|
2875
|
-
</div>
|
|
2876
|
-
</div>
|
|
2877
|
-
</div>
|
|
2878
|
-
</div>
|
|
2879
|
-
|
|
2880
|
-
<div class="pf-v6-c-page" id="modal-tabs-example">
|
|
2881
|
-
<div class="pf-v6-c-skip-to-content">
|
|
2882
|
-
<a
|
|
2883
|
-
class="pf-v6-c-button pf-m-primary"
|
|
2884
|
-
href="#main-content-modal-tabs-example"
|
|
2885
|
-
>
|
|
2886
|
-
<span class="pf-v6-c-button__text">Skip to content</span>
|
|
2887
|
-
</a>
|
|
2888
|
-
</div>
|
|
2889
|
-
<header class="pf-v6-c-masthead" id="modal-tabs-example-masthead">
|
|
2890
|
-
<span class="pf-v6-c-masthead__toggle">
|
|
2891
|
-
<button
|
|
2892
|
-
class="pf-v6-c-button pf-m-plain"
|
|
2893
|
-
type="button"
|
|
2894
|
-
aria-label="Global navigation"
|
|
2895
|
-
>
|
|
2896
|
-
<span class="pf-v6-c-button__icon">
|
|
2897
|
-
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
2898
|
-
</span>
|
|
2899
|
-
</button>
|
|
2900
|
-
</span>
|
|
2901
|
-
<div class="pf-v6-c-masthead__main">
|
|
2902
|
-
<a class="pf-v6-c-masthead__brand" href="#">
|
|
2903
|
-
<svg height="37px" viewBox="0 0 679 158">
|
|
2904
|
-
<title>PF-HorizontalLogo-Color</title>
|
|
2905
|
-
<defs>
|
|
2906
|
-
<linearGradient
|
|
2907
|
-
x1="68%"
|
|
2908
|
-
y1="2.25860997e-13%"
|
|
2909
|
-
x2="32%"
|
|
2910
|
-
y2="100%"
|
|
2911
|
-
id="linearGradient-modal-tabs-example-masthead"
|
|
2912
|
-
>
|
|
2913
|
-
<stop stop-color="#2B9AF3" offset="0%" />
|
|
2914
|
-
<stop
|
|
2915
|
-
stop-color="#73BCF7"
|
|
2916
|
-
stop-opacity="0.502212631"
|
|
2917
|
-
offset="100%"
|
|
2918
|
-
/>
|
|
2919
|
-
</linearGradient>
|
|
2920
|
-
</defs>
|
|
2921
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
2922
|
-
<g
|
|
2923
|
-
transform="translate(206.000000, 45.750000)"
|
|
2924
|
-
fill="var(--pf-t--global--text--color--regular)"
|
|
2925
|
-
fill-rule="nonzero"
|
|
2926
|
-
>
|
|
2927
|
-
<path
|
|
2928
|
-
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
2929
|
-
/>
|
|
2930
|
-
<path
|
|
2931
|
-
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
2932
|
-
/>
|
|
2933
|
-
<path
|
|
2934
|
-
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
2935
|
-
/>
|
|
2936
|
-
<path
|
|
2937
|
-
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
2938
|
-
/>
|
|
2939
|
-
<path
|
|
2940
|
-
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
2941
|
-
/>
|
|
2942
|
-
<path
|
|
2943
|
-
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
2944
|
-
/>
|
|
2945
|
-
<path
|
|
2946
|
-
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
2947
|
-
/>
|
|
2948
|
-
<polygon
|
|
2949
|
-
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
2950
|
-
/>
|
|
2951
|
-
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
2952
|
-
<path
|
|
2953
|
-
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
2954
|
-
/>
|
|
2955
|
-
</g>
|
|
2956
|
-
<g transform="translate(0.000000, 0.000000)">
|
|
2957
|
-
<path
|
|
2958
|
-
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
2959
|
-
fill="#0066CC"
|
|
2960
|
-
/>
|
|
2961
|
-
<path
|
|
2962
|
-
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
2963
|
-
fill="url(#linearGradient-modal-tabs-example-masthead)"
|
|
2964
|
-
/>
|
|
2965
|
-
<path
|
|
2966
|
-
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
2967
|
-
fill="url(#linearGradient-modal-tabs-example-masthead)"
|
|
2968
|
-
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
2969
|
-
/>
|
|
2970
|
-
</g>
|
|
2971
|
-
</g>
|
|
2972
|
-
</svg>
|
|
2973
|
-
</a>
|
|
2974
|
-
</div>
|
|
2975
|
-
<div class="pf-v6-c-masthead__content">
|
|
2976
|
-
<div
|
|
2977
|
-
class="pf-v6-c-toolbar pf-m-static"
|
|
2978
|
-
id="modal-tabs-example-masthead-toolbar"
|
|
2979
|
-
>
|
|
2980
|
-
<div class="pf-v6-c-toolbar__content">
|
|
2981
|
-
<div class="pf-v6-c-toolbar__content-section">
|
|
2982
|
-
<div
|
|
2983
|
-
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
2984
|
-
>
|
|
2985
|
-
<div
|
|
2986
|
-
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
2987
|
-
>
|
|
2988
|
-
<div class="pf-v6-c-toolbar__item">
|
|
2989
|
-
<button
|
|
2990
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
2991
|
-
type="button"
|
|
2992
|
-
aria-expanded="false"
|
|
2993
|
-
aria-label="Application launcher"
|
|
2994
|
-
>
|
|
2995
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
2996
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
2997
|
-
</span>
|
|
2998
|
-
</button>
|
|
2999
|
-
</div>
|
|
3000
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3001
|
-
<button
|
|
3002
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3003
|
-
type="button"
|
|
3004
|
-
aria-expanded="false"
|
|
3005
|
-
aria-label="Settings"
|
|
3006
|
-
>
|
|
3007
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3008
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3009
|
-
</span>
|
|
3010
|
-
</button>
|
|
3011
|
-
</div>
|
|
3012
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3013
|
-
<button
|
|
3014
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3015
|
-
type="button"
|
|
3016
|
-
aria-expanded="false"
|
|
3017
|
-
aria-label="Help"
|
|
3018
|
-
>
|
|
3019
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3020
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3021
|
-
</span>
|
|
3022
|
-
</button>
|
|
3023
|
-
</div>
|
|
3024
|
-
</div>
|
|
3025
|
-
|
|
3026
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
3027
|
-
<button
|
|
3028
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3029
|
-
type="button"
|
|
3030
|
-
aria-expanded="false"
|
|
3031
|
-
aria-label="Actions"
|
|
3032
|
-
>
|
|
3033
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3034
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3035
|
-
</span>
|
|
3036
|
-
</button>
|
|
3037
|
-
</div>
|
|
3038
|
-
</div>
|
|
3039
|
-
</div>
|
|
3040
|
-
</div>
|
|
3041
|
-
</div>
|
|
3042
|
-
</div>
|
|
3043
|
-
</header>
|
|
3044
|
-
<div class="pf-v6-c-page__sidebar">
|
|
3045
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
3046
|
-
<nav
|
|
3047
|
-
class="pf-v6-c-nav"
|
|
3048
|
-
id="modal-tabs-example-primary-nav"
|
|
3049
|
-
aria-label="Global"
|
|
3050
|
-
>
|
|
3051
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
3052
|
-
<li class="pf-v6-c-nav__item">
|
|
3053
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3054
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
3055
|
-
</a>
|
|
3056
|
-
</li>
|
|
3057
|
-
<li class="pf-v6-c-nav__item">
|
|
3058
|
-
<a
|
|
3059
|
-
href="#"
|
|
3060
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
3061
|
-
aria-current="page"
|
|
3062
|
-
>
|
|
3063
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
3064
|
-
</a>
|
|
3065
|
-
</li>
|
|
3066
|
-
<li class="pf-v6-c-nav__item">
|
|
3067
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3068
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
3069
|
-
</a>
|
|
3070
|
-
</li>
|
|
3071
|
-
<li class="pf-v6-c-nav__item">
|
|
3072
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3073
|
-
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
3074
|
-
</a>
|
|
3075
|
-
</li>
|
|
3076
|
-
<li class="pf-v6-c-nav__item">
|
|
3077
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3078
|
-
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
3079
|
-
</a>
|
|
3080
|
-
</li>
|
|
3081
|
-
</ul>
|
|
3082
|
-
</nav>
|
|
3083
|
-
</div>
|
|
3084
|
-
</div>
|
|
3085
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
3086
|
-
<main
|
|
3087
|
-
class="pf-v6-c-page__main"
|
|
3088
|
-
tabindex="-1"
|
|
3089
|
-
id="main-content-modal-tabs-example"
|
|
3090
|
-
>
|
|
3091
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
3092
|
-
<div class="pf-v6-c-page__main-body">
|
|
3093
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
3094
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
3095
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3096
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
3097
|
-
</li>
|
|
3098
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3099
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3100
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3101
|
-
</span>
|
|
3102
|
-
|
|
3103
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
3104
|
-
</li>
|
|
3105
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3106
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3107
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3108
|
-
</span>
|
|
3109
|
-
|
|
3110
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
3111
|
-
</li>
|
|
3112
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3113
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3114
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3115
|
-
</span>
|
|
3116
|
-
|
|
3117
|
-
<a
|
|
3118
|
-
href="#"
|
|
3119
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
3120
|
-
aria-current="page"
|
|
3121
|
-
>Section landing</a>
|
|
3122
|
-
</li>
|
|
3123
|
-
</ol>
|
|
3124
|
-
</nav>
|
|
3125
|
-
</div>
|
|
3126
|
-
</section>
|
|
3127
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
3128
|
-
<div class="pf-v6-c-page__main-body">
|
|
3129
|
-
<div class="pf-v6-c-content">
|
|
3130
|
-
<h1>Main title</h1>
|
|
3131
|
-
<p>This is a full page demo.</p>
|
|
3132
|
-
</div>
|
|
3133
|
-
</div>
|
|
3134
|
-
</section>
|
|
3135
|
-
<section class="pf-v6-c-page__main-section">
|
|
3136
|
-
<div class="pf-v6-c-page__main-body">
|
|
3137
|
-
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
3138
|
-
<div
|
|
3139
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
3140
|
-
id="modal-tabs-example-card-1"
|
|
3141
|
-
>
|
|
3142
|
-
<div class="pf-v6-c-card__title">
|
|
3143
|
-
<h2 class="pf-v6-c-card__title-text">PatternFly</h2>
|
|
3144
|
-
</div>
|
|
3145
|
-
<div
|
|
3146
|
-
class="pf-v6-c-card__body"
|
|
3147
|
-
>PatternFly is a community project that promotes design commonality and improves user experience.</div>
|
|
3148
|
-
</div>
|
|
3149
|
-
<div
|
|
3150
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
3151
|
-
id="modal-tabs-example-card-2"
|
|
3152
|
-
>
|
|
3153
|
-
<div class="pf-v6-c-card__title">
|
|
3154
|
-
<h2 class="pf-v6-c-card__title-text">ActiveMQ</h2>
|
|
3155
|
-
</div>
|
|
3156
|
-
<div
|
|
3157
|
-
class="pf-v6-c-card__body"
|
|
3158
|
-
>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>
|
|
3159
|
-
</div>
|
|
3160
|
-
<div
|
|
3161
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
3162
|
-
id="modal-tabs-example-card-3"
|
|
3163
|
-
>
|
|
3164
|
-
<div class="pf-v6-c-card__title">
|
|
3165
|
-
<h2 class="pf-v6-c-card__title-text">Apache Spark</h2>
|
|
3166
|
-
</div>
|
|
3167
|
-
<div
|
|
3168
|
-
class="pf-v6-c-card__body"
|
|
3169
|
-
>This documentation page covers the Apache Spark component for the Apache Camel.</div>
|
|
3170
|
-
</div>
|
|
3171
|
-
</div>
|
|
3172
|
-
</div>
|
|
3173
|
-
</section>
|
|
3174
|
-
</main>
|
|
3175
|
-
</div>
|
|
3176
|
-
</div>
|
|
3177
|
-
|
|
352
|
+
```hbs isFullscreen
|
|
353
|
+
{{#> modal-template modal-template--id="modal-tabs-example"}}
|
|
354
|
+
{{#> modal-box modal-box--modifier="pf-m-sm" modal-box--attribute=(concat 'aria-labelledby="' modal-template--id '-modal-title" aria-describedby="' modal-template--id '-modal-description"')}}
|
|
355
|
+
{{> modal-box-close}}
|
|
356
|
+
{{#> modal-box-header}}
|
|
357
|
+
{{#> modal-box-title modal-box-title--attribute=(concat 'id="' modal-template--id '-modal-title"')}}
|
|
358
|
+
PatternFly
|
|
359
|
+
{{/modal-box-title}}
|
|
360
|
+
{{/modal-box-header}}
|
|
361
|
+
{{#> tabs-template tabs-template--id=(concat page-template--id "-tabs")}}
|
|
362
|
+
{{#> modal-box-body modal-box-body--attribute=(concat 'id="' modal-template--id '-modal-description"')}}
|
|
363
|
+
{{#> grid grid--modifier="pf-m-gutter"}}
|
|
364
|
+
{{#> grid-item}}
|
|
365
|
+
{{#> tabs tabs--id=(concat modal-template--id '-tabs') tabs--IsSecondary="true" tabs--modifier="pf-m-inset-none"}}
|
|
366
|
+
{{#> tabs-list}}
|
|
367
|
+
{{> __tabs-item
|
|
368
|
+
__tabs-item--current="true"
|
|
369
|
+
__tabs-item--id="details"
|
|
370
|
+
__tabs-item--aria-label="Details"
|
|
371
|
+
__tabs-item--text="Details"
|
|
372
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-details-panel"')}}
|
|
373
|
+
{{> __tabs-item
|
|
374
|
+
__tabs-item--id="documentation"
|
|
375
|
+
__tabs-item--aria-label="documentation"
|
|
376
|
+
__tabs-item--text="Documentation"
|
|
377
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-documentation-panel"')}}
|
|
378
|
+
{{/tabs-list}}
|
|
379
|
+
{{/tabs}}
|
|
380
|
+
{{/grid-item}}
|
|
381
|
+
{{#> grid-item}}
|
|
382
|
+
{{#> tab-content tab-content--IsActive="true" tab-content--attribute=(concat 'aria-labelledby="' modal-template--id '-tabs-details-link" id="' modal-template--id '-tabs-details-panel"')}}
|
|
383
|
+
<p>PatternFly is a community project that promotes design commonality and improves user experience.</p>
|
|
384
|
+
{{/tab-content}}
|
|
385
|
+
{{#> tab-content tab-content--attribute=(concat 'aria-labelledby="' modal-template--id '-tabs-documentation-link" id="' modal-template--id '-tabs-documentation-panel"')}}
|
|
386
|
+
{{#> list}}
|
|
387
|
+
<li class=""><a>Doc link 1</a></li>
|
|
388
|
+
<li class=""><a>Doc link 2</a></li>
|
|
389
|
+
<li class=""><a>Doc link 3</a></li>
|
|
390
|
+
{{/list}}
|
|
391
|
+
{{/tab-content}}
|
|
392
|
+
{{/grid-item}}
|
|
393
|
+
{{/grid}}
|
|
394
|
+
{{/modal-box-body}}
|
|
395
|
+
{{/tabs-template}}
|
|
396
|
+
{{/modal-box}}
|
|
397
|
+
{{/modal-template}}
|
|
398
|
+
|
|
399
|
+
{{> page-template page-template--id="modal-tabs-example"}}
|
|
400
|
+
|
|
401
|
+
{{#* inline "page-template-section"}}
|
|
402
|
+
{{#> page-main-section}}
|
|
403
|
+
{{#> gallery gallery--modifier="pf-m-gutter"}}
|
|
404
|
+
{{#> card card--id=(concat page-template--id '-card-1') card--modifier="pf-m-selectable-raised pf-m-compact"}}
|
|
405
|
+
{{> card-title card-title-text--value="PatternFly"}}
|
|
406
|
+
{{#> card-body}}
|
|
407
|
+
PatternFly is a community project that promotes design commonality and improves user experience.
|
|
408
|
+
{{/card-body}}
|
|
409
|
+
{{/card}}
|
|
410
|
+
{{#> card card--id=(concat page-template--id '-card-2') card--modifier="pf-m-selectable-raised pf-m-compact"}}
|
|
411
|
+
{{> card-title card-title-text--value="ActiveMQ"}}
|
|
412
|
+
{{#> card-body}}
|
|
413
|
+
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.
|
|
414
|
+
{{/card-body}}
|
|
415
|
+
{{/card}}
|
|
416
|
+
{{#> card card--id=(concat page-template--id '-card-3') card--modifier="pf-m-selectable-raised pf-m-compact"}}
|
|
417
|
+
{{> card-title card-title-text--value="Apache Spark"}}
|
|
418
|
+
{{#> card-body}}
|
|
419
|
+
This documentation page covers the Apache Spark component for the Apache Camel.
|
|
420
|
+
{{/card-body}}
|
|
421
|
+
{{/card}}
|
|
422
|
+
{{/gallery}}
|
|
423
|
+
{{/page-main-section}}
|
|
424
|
+
{{/inline}}
|
|
3178
425
|
```
|
|
3179
426
|
|
|
3180
427
|
### Nested, unindented tabs
|
|
3181
428
|
|
|
3182
|
-
```
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
3300
|
-
</span>
|
|
3301
|
-
</button>
|
|
3302
|
-
</div>
|
|
3303
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3304
|
-
<button
|
|
3305
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3306
|
-
type="button"
|
|
3307
|
-
aria-expanded="false"
|
|
3308
|
-
aria-label="Settings"
|
|
3309
|
-
>
|
|
3310
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3311
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
3312
|
-
</span>
|
|
3313
|
-
</button>
|
|
3314
|
-
</div>
|
|
3315
|
-
<div class="pf-v6-c-toolbar__item">
|
|
3316
|
-
<button
|
|
3317
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3318
|
-
type="button"
|
|
3319
|
-
aria-expanded="false"
|
|
3320
|
-
aria-label="Help"
|
|
3321
|
-
>
|
|
3322
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3323
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
3324
|
-
</span>
|
|
3325
|
-
</button>
|
|
3326
|
-
</div>
|
|
3327
|
-
</div>
|
|
3328
|
-
|
|
3329
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
3330
|
-
<button
|
|
3331
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
3332
|
-
type="button"
|
|
3333
|
-
aria-expanded="false"
|
|
3334
|
-
aria-label="Actions"
|
|
3335
|
-
>
|
|
3336
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
3337
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
3338
|
-
</span>
|
|
3339
|
-
</button>
|
|
3340
|
-
</div>
|
|
3341
|
-
</div>
|
|
3342
|
-
</div>
|
|
3343
|
-
</div>
|
|
3344
|
-
</div>
|
|
3345
|
-
</div>
|
|
3346
|
-
</header>
|
|
3347
|
-
<div class="pf-v6-c-page__sidebar">
|
|
3348
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
3349
|
-
<nav
|
|
3350
|
-
class="pf-v6-c-nav"
|
|
3351
|
-
id="gray-tabs-example-primary-nav"
|
|
3352
|
-
aria-label="Global"
|
|
3353
|
-
>
|
|
3354
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
3355
|
-
<li class="pf-v6-c-nav__item">
|
|
3356
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3357
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
3358
|
-
</a>
|
|
3359
|
-
</li>
|
|
3360
|
-
<li class="pf-v6-c-nav__item">
|
|
3361
|
-
<a
|
|
3362
|
-
href="#"
|
|
3363
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
3364
|
-
aria-current="page"
|
|
3365
|
-
>
|
|
3366
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
3367
|
-
</a>
|
|
3368
|
-
</li>
|
|
3369
|
-
<li class="pf-v6-c-nav__item">
|
|
3370
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3371
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
3372
|
-
</a>
|
|
3373
|
-
</li>
|
|
3374
|
-
<li class="pf-v6-c-nav__item">
|
|
3375
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3376
|
-
<span class="pf-v6-c-nav__link-text">Network services</span>
|
|
3377
|
-
</a>
|
|
3378
|
-
</li>
|
|
3379
|
-
<li class="pf-v6-c-nav__item">
|
|
3380
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
3381
|
-
<span class="pf-v6-c-nav__link-text">Server</span>
|
|
3382
|
-
</a>
|
|
3383
|
-
</li>
|
|
3384
|
-
</ul>
|
|
3385
|
-
</nav>
|
|
3386
|
-
</div>
|
|
3387
|
-
</div>
|
|
3388
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
3389
|
-
<main
|
|
3390
|
-
class="pf-v6-c-page__main"
|
|
3391
|
-
tabindex="-1"
|
|
3392
|
-
id="main-content-gray-tabs-example"
|
|
3393
|
-
>
|
|
3394
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
3395
|
-
<div class="pf-v6-c-page__main-body">
|
|
3396
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
3397
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
3398
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3399
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
3400
|
-
</li>
|
|
3401
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3402
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3403
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3404
|
-
</span>
|
|
3405
|
-
|
|
3406
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
3407
|
-
</li>
|
|
3408
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3409
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3410
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3411
|
-
</span>
|
|
3412
|
-
|
|
3413
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
3414
|
-
</li>
|
|
3415
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
3416
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
3417
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
3418
|
-
</span>
|
|
3419
|
-
|
|
3420
|
-
<a
|
|
3421
|
-
href="#"
|
|
3422
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
3423
|
-
aria-current="page"
|
|
3424
|
-
>Section landing</a>
|
|
3425
|
-
</li>
|
|
3426
|
-
</ol>
|
|
3427
|
-
</nav>
|
|
3428
|
-
</div>
|
|
3429
|
-
</section>
|
|
3430
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
3431
|
-
<div class="pf-v6-c-page__main-body">
|
|
3432
|
-
<div class="pf-v6-c-content">
|
|
3433
|
-
<h1>Main title</h1>
|
|
3434
|
-
<p>This is a full page demo.</p>
|
|
3435
|
-
</div>
|
|
3436
|
-
</div>
|
|
3437
|
-
</section>
|
|
3438
|
-
<section class="pf-v6-c-page__main-tabs pf-m-limit-width">
|
|
3439
|
-
<div class="pf-v6-c-page__main-body">
|
|
3440
|
-
<div
|
|
3441
|
-
class="pf-v6-c-tabs pf-m-page-insets"
|
|
3442
|
-
role="region"
|
|
3443
|
-
id="gray-tabs-example-tabs-tabs"
|
|
3444
|
-
>
|
|
3445
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
3446
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3447
|
-
<button
|
|
3448
|
-
type="button"
|
|
3449
|
-
class="pf-v6-c-tabs__link"
|
|
3450
|
-
role="tab"
|
|
3451
|
-
aria-controls="gray-tabs-example-tabs-tabs-new-panel"
|
|
3452
|
-
id="gray-tabs-example-tabs-tabs-new-link"
|
|
3453
|
-
>
|
|
3454
|
-
<span class="pf-v6-c-tabs__item-text">What's new</span>
|
|
3455
|
-
</button>
|
|
3456
|
-
</li>
|
|
3457
|
-
<li class="pf-v6-c-tabs__item pf-m-current" role="presentation">
|
|
3458
|
-
<button
|
|
3459
|
-
type="button"
|
|
3460
|
-
class="pf-v6-c-tabs__link"
|
|
3461
|
-
role="tab"
|
|
3462
|
-
aria-controls="gray-tabs-example-tabs-tabs-get-started-panel"
|
|
3463
|
-
id="gray-tabs-example-tabs-tabs-get-started-link"
|
|
3464
|
-
>
|
|
3465
|
-
<span class="pf-v6-c-tabs__item-text">Get started</span>
|
|
3466
|
-
</button>
|
|
3467
|
-
</li>
|
|
3468
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3469
|
-
<button
|
|
3470
|
-
type="button"
|
|
3471
|
-
class="pf-v6-c-tabs__link"
|
|
3472
|
-
role="tab"
|
|
3473
|
-
aria-controls="gray-tabs-example-tabs-tabs-knowledge-panel"
|
|
3474
|
-
id="gray-tabs-example-tabs-tabs-knowledge-link"
|
|
3475
|
-
>
|
|
3476
|
-
<span class="pf-v6-c-tabs__item-text">Knowledge</span>
|
|
3477
|
-
</button>
|
|
3478
|
-
</li>
|
|
3479
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3480
|
-
<button
|
|
3481
|
-
type="button"
|
|
3482
|
-
class="pf-v6-c-tabs__link"
|
|
3483
|
-
role="tab"
|
|
3484
|
-
aria-controls="gray-tabs-example-tabs-tabs-support-panel"
|
|
3485
|
-
id="gray-tabs-example-tabs-tabs-support-link"
|
|
3486
|
-
>
|
|
3487
|
-
<span class="pf-v6-c-tabs__item-text">Support</span>
|
|
3488
|
-
</button>
|
|
3489
|
-
</li>
|
|
3490
|
-
</ul>
|
|
3491
|
-
</div>
|
|
3492
|
-
</div>
|
|
3493
|
-
</section>
|
|
3494
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
3495
|
-
<div class="pf-v6-c-page__main-body">
|
|
3496
|
-
<section
|
|
3497
|
-
class="pf-v6-c-tab-content"
|
|
3498
|
-
aria-labelledby="gray-tabs-example-tabs-tabs-new-link"
|
|
3499
|
-
id="gray-tabs-example-tabs-tabs-new-panel"
|
|
3500
|
-
role="tabpanel"
|
|
3501
|
-
tabindex="0"
|
|
3502
|
-
hidden
|
|
3503
|
-
>
|
|
3504
|
-
<div class="pf-v6-c-tab-content__body">What's new content</div>
|
|
3505
|
-
</section>
|
|
3506
|
-
<section
|
|
3507
|
-
class="pf-v6-c-tab-content"
|
|
3508
|
-
aria-labelledby="gray-tabs-example-tabs-tabs-get-started-link"
|
|
3509
|
-
id="gray-tabs-example-tabs-tabs-get-started-panel"
|
|
3510
|
-
role="tabpanel"
|
|
3511
|
-
tabindex="0"
|
|
3512
|
-
>
|
|
3513
|
-
<div class="pf-v6-c-tab-content__body">
|
|
3514
|
-
<div class="pf-v6-l-grid pf-m-gutter">
|
|
3515
|
-
<div class="pf-v6-l-grid__item">
|
|
3516
|
-
<h1
|
|
3517
|
-
class="pf-v6-c-title pf-m-lg"
|
|
3518
|
-
>Get started with Red Hat Enterprise Linux</h1>
|
|
3519
|
-
</div>
|
|
3520
|
-
<div class="pf-v6-l-grid__item">
|
|
3521
|
-
<div
|
|
3522
|
-
class="pf-v6-c-tabs pf-m-inset-none"
|
|
3523
|
-
role="region"
|
|
3524
|
-
id="gray-tabs-example-tabs-subtabs"
|
|
3525
|
-
>
|
|
3526
|
-
<ul class="pf-v6-c-tabs__list" role="tablist">
|
|
3527
|
-
<li
|
|
3528
|
-
class="pf-v6-c-tabs__item pf-m-current"
|
|
3529
|
-
role="presentation"
|
|
3530
|
-
>
|
|
3531
|
-
<button
|
|
3532
|
-
type="button"
|
|
3533
|
-
class="pf-v6-c-tabs__link"
|
|
3534
|
-
role="tab"
|
|
3535
|
-
aria-controls="gray-tabs-example-tabs-subtabs-x86-panel"
|
|
3536
|
-
id="gray-tabs-example-tabs-subtabs-x86-link"
|
|
3537
|
-
>
|
|
3538
|
-
<span class="pf-v6-c-tabs__item-text">x86 architecture</span>
|
|
3539
|
-
</button>
|
|
3540
|
-
</li>
|
|
3541
|
-
<li class="pf-v6-c-tabs__item" role="presentation">
|
|
3542
|
-
<button
|
|
3543
|
-
type="button"
|
|
3544
|
-
class="pf-v6-c-tabs__link"
|
|
3545
|
-
role="tab"
|
|
3546
|
-
aria-controls="gray-tabs-example-tabs-subtabs-additional-architectures-panel"
|
|
3547
|
-
id="gray-tabs-example-tabs-subtabs-additional-architectures-link"
|
|
3548
|
-
>
|
|
3549
|
-
<span
|
|
3550
|
-
class="pf-v6-c-tabs__item-text"
|
|
3551
|
-
>Additional Architectures</span>
|
|
3552
|
-
</button>
|
|
3553
|
-
</li>
|
|
3554
|
-
</ul>
|
|
3555
|
-
</div>
|
|
3556
|
-
</div>
|
|
3557
|
-
<div class="pf-v6-l-grid__item">
|
|
3558
|
-
<section
|
|
3559
|
-
class="pf-v6-c-tab-content"
|
|
3560
|
-
aria-labelledby="gray-tabs-example-tabs-subtabs-x86-link"
|
|
3561
|
-
id="gray-tabs-example-tabs-subtabs-x86-panel"
|
|
3562
|
-
role="tabpanel"
|
|
3563
|
-
tabindex="0"
|
|
3564
|
-
>
|
|
3565
|
-
<div class="pf-v6-c-tab-content__body">
|
|
3566
|
-
<div class="pf-v6-l-grid pf-m-gutter">
|
|
3567
|
-
<div class="pf-v6-l-grid__item">
|
|
3568
|
-
<div class="pf-v6-c-content">
|
|
3569
|
-
<p>To perform a standard x86_64 installation using the GUI, you'll need to:</p>
|
|
3570
|
-
</div>
|
|
3571
|
-
</div>
|
|
3572
|
-
<div
|
|
3573
|
-
class="pf-v6-l-grid pf-m-all-6-col-on-md pf-m-all-3-col-on-2xl pf-m-gutter"
|
|
3574
|
-
>
|
|
3575
|
-
<div class="pf-v6-c-card pf-m-flat">
|
|
3576
|
-
<div class="pf-v6-c-card__title">
|
|
3577
|
-
<h2
|
|
3578
|
-
class="pf-v6-c-card__title-text"
|
|
3579
|
-
>Check system requirements</h2>
|
|
3580
|
-
</div>
|
|
3581
|
-
<div class="pf-v6-c-card__body">
|
|
3582
|
-
<p>
|
|
3583
|
-
Your physical or virtual machine should meet the
|
|
3584
|
-
<a href="#">system requirement</a>.
|
|
3585
|
-
</p>
|
|
3586
|
-
</div>
|
|
3587
|
-
</div>
|
|
3588
|
-
<div class="pf-v6-c-card pf-m-flat">
|
|
3589
|
-
<div class="pf-v6-c-card__title">
|
|
3590
|
-
<h2
|
|
3591
|
-
class="pf-v6-c-card__title-text"
|
|
3592
|
-
>Download an installation ISO image</h2>
|
|
3593
|
-
</div>
|
|
3594
|
-
<div class="pf-v6-c-card__body">
|
|
3595
|
-
<p>
|
|
3596
|
-
<a href="#">Download</a> the binary DVD ISO.
|
|
3597
|
-
</p>
|
|
3598
|
-
</div>
|
|
3599
|
-
</div>
|
|
3600
|
-
<div class="pf-v6-c-card pf-m-flat">
|
|
3601
|
-
<div class="pf-v6-c-card__title">
|
|
3602
|
-
<h2
|
|
3603
|
-
class="pf-v6-c-card__title-text"
|
|
3604
|
-
>Create a bootable installation media</h2>
|
|
3605
|
-
</div>
|
|
3606
|
-
<div class="pf-v6-c-card__body">
|
|
3607
|
-
<p>
|
|
3608
|
-
<a href="#">Create</a> a bootable installation media, for example a USB flash drive.
|
|
3609
|
-
</p>
|
|
3610
|
-
</div>
|
|
3611
|
-
</div>
|
|
3612
|
-
</div>
|
|
3613
|
-
</div>
|
|
3614
|
-
</div>
|
|
3615
|
-
</section>
|
|
3616
|
-
<section
|
|
3617
|
-
class="pf-v6-c-tab-content"
|
|
3618
|
-
aria-labelledby="gray-tabs-example-tabs-subtabs-additional-architectures-link"
|
|
3619
|
-
id="gray-tabs-example-tabs-subtabs-additional-architectures-panel"
|
|
3620
|
-
role="tabpanel"
|
|
3621
|
-
tabindex="0"
|
|
3622
|
-
hidden
|
|
3623
|
-
>
|
|
3624
|
-
<div class="pf-v6-c-tab-content__body">
|
|
3625
|
-
<p>Additional architectural content</p>
|
|
3626
|
-
</div>
|
|
3627
|
-
</section>
|
|
3628
|
-
</div>
|
|
3629
|
-
</div>
|
|
3630
|
-
</div>
|
|
3631
|
-
</section>
|
|
3632
|
-
<section
|
|
3633
|
-
class="pf-v6-c-tab-content"
|
|
3634
|
-
aria-labelledby="gray-tabs-example-tabs-tabs-knowledge-link"
|
|
3635
|
-
id="gray-tabs-example-tabs-tabs-knowledge-panel"
|
|
3636
|
-
role="tabpanel"
|
|
3637
|
-
tabindex="0"
|
|
3638
|
-
hidden
|
|
3639
|
-
>
|
|
3640
|
-
<div class="pf-v6-c-tab-content__body">
|
|
3641
|
-
<div class="pf-v6-c-content">
|
|
3642
|
-
<p>Knowledge content</p>
|
|
3643
|
-
</div>
|
|
3644
|
-
</div>
|
|
3645
|
-
</section>
|
|
3646
|
-
<section
|
|
3647
|
-
class="pf-v6-c-tab-content"
|
|
3648
|
-
aria-labelledby="gray-tabs-example-tabs-tabs-support-link"
|
|
3649
|
-
id="gray-tabs-example-tabs-tabs-support-panel"
|
|
3650
|
-
role="tabpanel"
|
|
3651
|
-
tabindex="0"
|
|
3652
|
-
hidden
|
|
3653
|
-
>
|
|
3654
|
-
<div class="pf-v6-c-tab-content__body">
|
|
3655
|
-
<div class="pf-v6-c-content">
|
|
3656
|
-
<p>Support content</p>
|
|
3657
|
-
</div>
|
|
3658
|
-
</div>
|
|
3659
|
-
</section>
|
|
3660
|
-
</div>
|
|
3661
|
-
</section>
|
|
3662
|
-
</main>
|
|
3663
|
-
</div>
|
|
3664
|
-
</div>
|
|
3665
|
-
|
|
429
|
+
```hbs isFullscreen
|
|
430
|
+
{{> page-template page-template--id="gray-tabs-example"}}
|
|
431
|
+
|
|
432
|
+
{{#* inline "page-template-section"}}
|
|
433
|
+
{{#> tabs-template tabs-template--id=(concat page-template--id "-tabs")}}
|
|
434
|
+
{{#> page-main-tabs page-main-tabs--IsLimitWidth="true"}}
|
|
435
|
+
{{#> tabs tabs--id=(concat tabs-template--id '-tabs') tabs--modifier="pf-m-page-insets"}}
|
|
436
|
+
{{#> tabs-list}}
|
|
437
|
+
{{> __tabs-item
|
|
438
|
+
__tabs-item--id="new"
|
|
439
|
+
__tabs-item--aria-label="What's new"
|
|
440
|
+
__tabs-item--text="What's new"
|
|
441
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-new-panel"')}}
|
|
442
|
+
{{> __tabs-item
|
|
443
|
+
__tabs-item--current="true"
|
|
444
|
+
__tabs-item--id="get-started"
|
|
445
|
+
__tabs-item--aria-label="Get started"
|
|
446
|
+
__tabs-item--text="Get started"
|
|
447
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-get-started-panel"')}}
|
|
448
|
+
{{> __tabs-item
|
|
449
|
+
__tabs-item--id="knowledge"
|
|
450
|
+
__tabs-item--aria-label="Knowledge"
|
|
451
|
+
__tabs-item--text="Knowledge"
|
|
452
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-knowledge-panel"')}}
|
|
453
|
+
{{> __tabs-item
|
|
454
|
+
__tabs-item--id="support"
|
|
455
|
+
__tabs-item--aria-label="Support"
|
|
456
|
+
__tabs-item--text="Support"
|
|
457
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-support-panel"')}}
|
|
458
|
+
{{/tabs-list}}
|
|
459
|
+
{{/tabs}}
|
|
460
|
+
{{/page-main-tabs}}
|
|
461
|
+
{{#> page-main-section page-main-section--IsLimitWidth="true" tab-content--id=(concat tabs-template--id '-tabs') page-main-section--modifier="pf-m-light"}}
|
|
462
|
+
{{#> tab-content tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-new-link" id="' tab-content--id '-new-panel"')}}
|
|
463
|
+
What's new content
|
|
464
|
+
{{/tab-content}}
|
|
465
|
+
{{#> tab-content tab-content--IsActive="true" tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-get-started-link" id="' tab-content--id '-get-started-panel"')}}
|
|
466
|
+
{{#> grid grid--modifier="pf-m-gutter"}}
|
|
467
|
+
{{#> grid-item}}
|
|
468
|
+
{{#> title title--modifier="pf-m-lg"}}
|
|
469
|
+
Get started with Red Hat Enterprise Linux
|
|
470
|
+
{{/title}}
|
|
471
|
+
{{/grid-item}}
|
|
472
|
+
{{#> grid-item}}
|
|
473
|
+
{{#> tabs tabs--id=(concat tabs-template--id '-subtabs') tabs--IsSecondary="true" tabs--modifier="pf-m-inset-none"}}
|
|
474
|
+
{{#> tabs-list}}
|
|
475
|
+
{{> __tabs-item
|
|
476
|
+
__tabs-item--current="true"
|
|
477
|
+
__tabs-item--id="x86"
|
|
478
|
+
__tabs-item--aria-label="x86 architecture"
|
|
479
|
+
__tabs-item--text="x86 architecture"
|
|
480
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-x86-panel"')}}
|
|
481
|
+
{{> __tabs-item
|
|
482
|
+
__tabs-item--id="additional-architectures"
|
|
483
|
+
__tabs-item--aria-label="Additional Architectures"
|
|
484
|
+
__tabs-item--text="Additional Architectures"
|
|
485
|
+
__tabs-link--attribute=(concat 'aria-controls="' tabs--id '-additional-architectures-panel"')}}
|
|
486
|
+
{{/tabs-list}}
|
|
487
|
+
{{/tabs}}
|
|
488
|
+
{{/grid-item}}
|
|
489
|
+
{{#> grid-item}}
|
|
490
|
+
{{#> example-wrapper tab-content--id=(concat tabs-template--id '-subtabs')}}
|
|
491
|
+
{{#> tab-content tab-content--IsActive="true" tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-x86-link" id="' tab-content--id '-x86-panel"')}}
|
|
492
|
+
{{#> grid grid--modifier="pf-m-gutter"}}
|
|
493
|
+
{{#> grid-item}}
|
|
494
|
+
{{#> content}}
|
|
495
|
+
<p>To perform a standard x86_64 installation using the GUI, you'll need to:</p>
|
|
496
|
+
{{/content}}
|
|
497
|
+
{{/grid-item}}
|
|
498
|
+
{{#> grid grid--modifier="pf-m-all-6-col-on-md pf-m-all-3-col-on-2xl pf-m-gutter" card--modifier="pf-m-flat"}}
|
|
499
|
+
{{#> card}}
|
|
500
|
+
{{> card-title card-title-text--value="Check system requirements"}}
|
|
501
|
+
{{#> card-body}}
|
|
502
|
+
<p>
|
|
503
|
+
Your physical or virtual machine should meet the <a href="#">system requirement</a>.
|
|
504
|
+
</p>
|
|
505
|
+
{{/card-body}}
|
|
506
|
+
{{/card}}
|
|
507
|
+
{{#> card}}
|
|
508
|
+
{{> card-title card-title-text--value="Download an installation ISO image"}}
|
|
509
|
+
{{#> card-body}}
|
|
510
|
+
<p>
|
|
511
|
+
<a href="#">Download</a> the binary DVD ISO.
|
|
512
|
+
</p>
|
|
513
|
+
{{/card-body}}
|
|
514
|
+
{{/card}}
|
|
515
|
+
{{#> card}}
|
|
516
|
+
{{> card-title card-title-text--value="Create a bootable installation media"}}
|
|
517
|
+
{{#> card-body}}
|
|
518
|
+
<p>
|
|
519
|
+
<a href="#">Create</a> a bootable installation media, for example a USB flash drive.
|
|
520
|
+
</p>
|
|
521
|
+
{{/card-body}}
|
|
522
|
+
{{/card}}
|
|
523
|
+
{{/grid}}
|
|
524
|
+
{{/grid}}
|
|
525
|
+
{{/tab-content}}
|
|
526
|
+
{{#> tab-content tab-content--IsHidden="true" tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-additional-architectures-link" id="' tab-content--id '-additional-architectures-panel"')}}
|
|
527
|
+
<p>Additional architectural content</p>
|
|
528
|
+
{{/tab-content}}
|
|
529
|
+
{{/example-wrapper}}
|
|
530
|
+
{{/grid-item}}
|
|
531
|
+
{{/grid}}
|
|
532
|
+
{{/tab-content}}
|
|
533
|
+
{{#> tab-content tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-knowledge-link" id="' tab-content--id '-knowledge-panel"')}}
|
|
534
|
+
{{#> content}}
|
|
535
|
+
<p>Knowledge content</p>
|
|
536
|
+
{{/content}}
|
|
537
|
+
{{/tab-content}}
|
|
538
|
+
{{#> tab-content tab-content--attribute=(concat 'aria-labelledby="' tab-content--id '-support-link" id="' tab-content--id '-support-panel"')}}
|
|
539
|
+
{{#> content}}
|
|
540
|
+
<p>Support content</p>
|
|
541
|
+
{{/content}}
|
|
542
|
+
{{/tab-content}}
|
|
543
|
+
{{/page-main-section}}
|
|
544
|
+
{{/tabs-template}}
|
|
545
|
+
{{/inline}}
|
|
3666
546
|
```
|