@patternfly/patternfly 6.0.0-alpha.5 → 6.0.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/patternfly-variables.css +261 -188
- package/base/tokens/_tokens-dark.scss +117 -82
- package/base/tokens/_tokens-default.scss +145 -109
- package/base/tokens/_tokens-palette.scss +2 -4
- package/components/Masthead/masthead.css +13 -8
- package/components/Masthead/masthead.scss +13 -8
- package/components/Nav/nav.css +42 -40
- package/components/Nav/nav.scss +42 -42
- package/components/Page/page.css +81 -70
- package/components/Page/page.scss +82 -68
- package/components/Table/table-grid.css +8 -8
- package/components/Table/table-grid.scss +8 -8
- package/docs/components/Nav/examples/Navigation.css +0 -5
- package/docs/demos/Page/examples/Penta.md +528 -500
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +261 -188
- package/patternfly-base-no-globals.css +261 -188
- package/patternfly-base-theme-dark-unversioned.css +261 -188
- package/patternfly-base.css +261 -188
- package/patternfly-no-globals.css +405 -314
- package/patternfly-theme-dark-unversioned.css +405 -314
- package/patternfly.css +405 -314
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -9,30 +9,32 @@ wrapperTag: div
|
|
|
9
9
|
```html isFullscreen
|
|
10
10
|
<div class="pf-v5-c-page" id="page-id">
|
|
11
11
|
<header class="pf-v5-c-masthead" id="masthead-id">
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
<
|
|
23
|
-
<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
12
|
+
<div class="pf-v5-c-masthead__logo">
|
|
13
|
+
<span class="pf-v5-c-masthead__toggle">
|
|
14
|
+
<button
|
|
15
|
+
class="pf-v5-c-button pf-m-plain"
|
|
16
|
+
type="button"
|
|
17
|
+
aria-label="Global navigation"
|
|
18
|
+
>
|
|
19
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
20
|
+
</button>
|
|
21
|
+
</span>
|
|
22
|
+
<div class="pf-v5-c-masthead__main">
|
|
23
|
+
<a class="pf-v5-c-masthead__brand" href="#">
|
|
24
|
+
<img
|
|
25
|
+
class="pf-v5-c-brand pf-m-light"
|
|
26
|
+
src="/assets/images/PF-IconLogo-color.svg"
|
|
27
|
+
style="--pf-v5-c-brand--Width: 37px;"
|
|
28
|
+
alt="PatternFly logo"
|
|
29
|
+
/>
|
|
30
|
+
<img
|
|
31
|
+
class="pf-v5-c-brand pf-m-dark"
|
|
32
|
+
src="/assets/images/PF-IconLogo-Reverse.svg"
|
|
33
|
+
style="--pf-v5-c-brand--Width: 37px;"
|
|
34
|
+
alt="PatternFly logo"
|
|
35
|
+
/>
|
|
36
|
+
</a>
|
|
37
|
+
</div>
|
|
36
38
|
</div>
|
|
37
39
|
<div class="pf-v5-c-masthead__content">
|
|
38
40
|
<div class="pf-v5-c-toolbar">
|
|
@@ -84,8 +86,12 @@ wrapperTag: div
|
|
|
84
86
|
</div>
|
|
85
87
|
</header>
|
|
86
88
|
<div class="pf-v5-c-page__sidebar">
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
<div class="pf-v5-c-page__sidebar-header">
|
|
90
|
+
<h2 class="pf-v5-c-page__sidebar-title">
|
|
91
|
+
PatternFly Navigation
|
|
92
|
+
<br />Product Name
|
|
93
|
+
</h2>
|
|
94
|
+
</div>
|
|
89
95
|
<div class="pf-v5-c-page__sidebar-body">
|
|
90
96
|
<nav class="pf-v5-c-nav" aria-label="Global">
|
|
91
97
|
<section class="pf-v5-c-nav__section" aria-labelledby="grouped-title1">
|
|
@@ -143,525 +149,547 @@ wrapperTag: div
|
|
|
143
149
|
</div>
|
|
144
150
|
|
|
145
151
|
<main class="pf-v5-c-page__main" tabindex="-1" id="main-content-page-id">
|
|
146
|
-
<
|
|
147
|
-
<
|
|
148
|
-
<
|
|
149
|
-
<
|
|
150
|
-
<
|
|
151
|
-
<
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
<
|
|
155
|
-
<
|
|
156
|
-
|
|
152
|
+
<div class="pf-v5-c-page__main-list" tabindex="-1">
|
|
153
|
+
<section class="pf-v5-c-page__main-breadcrumb pf-m-limit-width">
|
|
154
|
+
<div class="pf-v5-c-page__main-body">
|
|
155
|
+
<nav class="pf-v5-c-breadcrumb" aria-label="breadcrumb">
|
|
156
|
+
<ol class="pf-v5-c-breadcrumb__list" role="list">
|
|
157
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
158
|
+
<a href="#" class="pf-v5-c-breadcrumb__link">Section home</a>
|
|
159
|
+
</li>
|
|
160
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
161
|
+
<span class="pf-v5-c-breadcrumb__item-divider">
|
|
162
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
163
|
+
</span>
|
|
157
164
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
165
|
+
<a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
|
|
166
|
+
</li>
|
|
167
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
168
|
+
<span class="pf-v5-c-breadcrumb__item-divider">
|
|
169
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
170
|
+
</span>
|
|
164
171
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
172
|
+
<a href="#" class="pf-v5-c-breadcrumb__link">Section title</a>
|
|
173
|
+
</li>
|
|
174
|
+
<li class="pf-v5-c-breadcrumb__item">
|
|
175
|
+
<span class="pf-v5-c-breadcrumb__item-divider">
|
|
176
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
177
|
+
</span>
|
|
171
178
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
</div>
|
|
181
|
-
</section>
|
|
182
|
-
<section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-light">
|
|
183
|
-
<div class="pf-v5-c-page__main-body">
|
|
184
|
-
<div class="pf-v5-c-content">
|
|
185
|
-
<h3>Penta Hackathon Demo Page</h3>
|
|
186
|
-
<p>A showcase of our new tokens being applied to create a new theme.</p>
|
|
179
|
+
<a
|
|
180
|
+
href="#"
|
|
181
|
+
class="pf-v5-c-breadcrumb__link pf-m-current"
|
|
182
|
+
aria-current="page"
|
|
183
|
+
>Section landing</a>
|
|
184
|
+
</li>
|
|
185
|
+
</ol>
|
|
186
|
+
</nav>
|
|
187
187
|
</div>
|
|
188
|
-
</
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
188
|
+
</section>
|
|
189
|
+
<section class="pf-v5-c-page__main-section pf-m-limit-width pf-m-light">
|
|
190
|
+
<div class="pf-v5-c-page__main-body">
|
|
191
|
+
<div class="pf-v5-c-content">
|
|
192
|
+
<h3>Penta Hackathon Demo Page</h3>
|
|
193
|
+
<p>A showcase of our new tokens being applied to create a new theme.</p>
|
|
194
|
+
</div>
|
|
195
|
+
</div>
|
|
196
|
+
</section>
|
|
197
|
+
<section class="pf-v5-c-page__main-section pf-m-limit-width">
|
|
198
|
+
<div class="pf-v5-c-page__main-body">
|
|
199
|
+
<div
|
|
200
|
+
class="pf-v5-c-toolbar pf-m-inset-none"
|
|
201
|
+
id="toolbar-simple-example"
|
|
202
|
+
>
|
|
203
|
+
<div class="pf-v5-c-toolbar__content">
|
|
204
|
+
<div class="pf-v5-c-toolbar__content-section">
|
|
205
|
+
<div class="pf-v5-c-toolbar__item">
|
|
206
|
+
<button
|
|
207
|
+
class="pf-v5-c-menu-toggle"
|
|
208
|
+
type="button"
|
|
209
|
+
aria-expanded="false"
|
|
210
|
+
>
|
|
211
|
+
<span class="pf-v5-c-menu-toggle__text">Dropdown menu</span>
|
|
212
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
213
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
214
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
215
|
+
</span>
|
|
208
216
|
</span>
|
|
209
|
-
</
|
|
210
|
-
</
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
217
|
+
</button>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="pf-v5-c-toolbar__item">
|
|
220
|
+
<button
|
|
221
|
+
class="pf-v5-c-menu-toggle"
|
|
222
|
+
type="button"
|
|
223
|
+
aria-expanded="false"
|
|
224
|
+
>
|
|
225
|
+
<span class="pf-v5-c-menu-toggle__text">Another one</span>
|
|
226
|
+
<span class="pf-v5-c-menu-toggle__controls">
|
|
227
|
+
<span class="pf-v5-c-menu-toggle__toggle-icon">
|
|
228
|
+
<i class="fas fa-angle-down" aria-hidden="true"></i>
|
|
229
|
+
</span>
|
|
222
230
|
</span>
|
|
223
|
-
</
|
|
224
|
-
</
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
</
|
|
231
|
+
</button>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="pf-v5-c-toolbar__group pf-m-align-right">
|
|
234
|
+
<div class="pf-v5-c-toolbar__group pf-m-icon-button-group">
|
|
235
|
+
<div class="pf-v5-c-toolbar__item">
|
|
236
|
+
<button
|
|
237
|
+
class="pf-v5-c-button pf-m-plain"
|
|
238
|
+
type="button"
|
|
239
|
+
aria-label="Remove"
|
|
240
|
+
>
|
|
241
|
+
<i class="fas fa-columns" aria-hidden="true"></i>
|
|
242
|
+
</button>
|
|
243
|
+
</div>
|
|
244
|
+
<div class="pf-v5-c-toolbar__item">
|
|
245
|
+
<button
|
|
246
|
+
class="pf-v5-c-button pf-m-plain"
|
|
247
|
+
type="button"
|
|
248
|
+
aria-label="Remove"
|
|
249
|
+
>
|
|
250
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
251
|
+
</button>
|
|
252
|
+
</div>
|
|
236
253
|
</div>
|
|
237
254
|
<div class="pf-v5-c-toolbar__item">
|
|
238
255
|
<button
|
|
239
|
-
class="pf-v5-c-button pf-m-
|
|
256
|
+
class="pf-v5-c-button pf-m-primary"
|
|
240
257
|
type="button"
|
|
241
|
-
|
|
242
|
-
>
|
|
243
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
244
|
-
</button>
|
|
258
|
+
>Primary</button>
|
|
245
259
|
</div>
|
|
246
260
|
</div>
|
|
247
|
-
<div class="pf-v5-c-toolbar__item">
|
|
248
|
-
<button
|
|
249
|
-
class="pf-v5-c-button pf-m-primary"
|
|
250
|
-
type="button"
|
|
251
|
-
>Primary</button>
|
|
252
|
-
</div>
|
|
253
261
|
</div>
|
|
254
262
|
</div>
|
|
255
263
|
</div>
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
</
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
</
|
|
303
|
-
</thead>
|
|
264
|
+
<table
|
|
265
|
+
class="pf-v5-c-table pf-m-grid-md"
|
|
266
|
+
role="grid"
|
|
267
|
+
aria-label="This is a table with checkboxes"
|
|
268
|
+
id="page-id-table"
|
|
269
|
+
>
|
|
270
|
+
<thead class="pf-v5-c-table__thead">
|
|
271
|
+
<tr class="pf-v5-c-table__tr" role="row">
|
|
272
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
273
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
274
|
+
<input
|
|
275
|
+
class="pf-v5-c-check__input"
|
|
276
|
+
type="checkbox"
|
|
277
|
+
name="checkrow1"
|
|
278
|
+
aria-labelledby="page-id-table-node1"
|
|
279
|
+
/>
|
|
280
|
+
</div>
|
|
281
|
+
</td>
|
|
282
|
+
<th
|
|
283
|
+
class="pf-v5-c-table__th"
|
|
284
|
+
role="columnheader"
|
|
285
|
+
scope="col"
|
|
286
|
+
>Repositories</th>
|
|
287
|
+
<th
|
|
288
|
+
class="pf-v5-c-table__th"
|
|
289
|
+
role="columnheader"
|
|
290
|
+
scope="col"
|
|
291
|
+
>Branches</th>
|
|
292
|
+
<th
|
|
293
|
+
class="pf-v5-c-table__th"
|
|
294
|
+
role="columnheader"
|
|
295
|
+
scope="col"
|
|
296
|
+
>Pull requests</th>
|
|
297
|
+
<th
|
|
298
|
+
class="pf-v5-c-table__th"
|
|
299
|
+
role="columnheader"
|
|
300
|
+
scope="col"
|
|
301
|
+
>Workspaces</th>
|
|
302
|
+
<th
|
|
303
|
+
class="pf-v5-c-table__th"
|
|
304
|
+
role="columnheader"
|
|
305
|
+
scope="col"
|
|
306
|
+
>Last commit</th>
|
|
307
|
+
<td class="pf-v5-c-table__td"></td>
|
|
308
|
+
<td class="pf-v5-c-table__td"></td>
|
|
309
|
+
</tr>
|
|
310
|
+
</thead>
|
|
304
311
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
>
|
|
311
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
312
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
313
|
-
<input
|
|
314
|
-
class="pf-v5-c-check__input"
|
|
315
|
-
type="checkbox"
|
|
316
|
-
name="checkrow1"
|
|
317
|
-
aria-labelledby="page-id-table-node1"
|
|
318
|
-
/>
|
|
319
|
-
</div>
|
|
320
|
-
</td>
|
|
321
|
-
<th
|
|
322
|
-
class="pf-v5-c-table__th"
|
|
323
|
-
role="columnheader"
|
|
324
|
-
data-label="Repository name"
|
|
312
|
+
<tbody class="pf-v5-c-table__tbody" role="rowgroup">
|
|
313
|
+
<tr
|
|
314
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
315
|
+
role="row"
|
|
316
|
+
tabindex="0"
|
|
325
317
|
>
|
|
326
|
-
<
|
|
327
|
-
<div
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
318
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
319
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
320
|
+
<input
|
|
321
|
+
class="pf-v5-c-check__input"
|
|
322
|
+
type="checkbox"
|
|
323
|
+
name="checkrow1"
|
|
324
|
+
aria-labelledby="page-id-table-node1"
|
|
325
|
+
/>
|
|
334
326
|
</div>
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
344
|
-
<div class="pf-v5-l-flex__item">
|
|
345
|
-
<i class="fas fa-code"></i>
|
|
327
|
+
</td>
|
|
328
|
+
<th
|
|
329
|
+
class="pf-v5-c-table__th"
|
|
330
|
+
role="columnheader"
|
|
331
|
+
data-label="Repository name"
|
|
332
|
+
>
|
|
333
|
+
<div>
|
|
334
|
+
<div id="page-id-table-node1">Node 1</div>
|
|
346
335
|
</div>
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
<
|
|
336
|
+
</th>
|
|
337
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
338
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
339
|
+
<div class="pf-v5-l-flex__item">
|
|
340
|
+
<i class="fas fa-code-branch"></i>
|
|
341
|
+
</div>
|
|
342
|
+
<div class="pf-v5-l-flex__item">10</div>
|
|
354
343
|
</div>
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
role="cell"
|
|
361
|
-
data-label="Last commit"
|
|
362
|
-
>2 days ago</td>
|
|
363
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
364
|
-
<a href="/some/path">Action link</a>
|
|
365
|
-
</td>
|
|
366
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
367
|
-
<button
|
|
368
|
-
class="pf-v5-c-button pf-m-plain"
|
|
369
|
-
type="button"
|
|
370
|
-
aria-label="Remove"
|
|
344
|
+
</td>
|
|
345
|
+
<td
|
|
346
|
+
class="pf-v5-c-table__td"
|
|
347
|
+
role="cell"
|
|
348
|
+
data-label="Pull requests"
|
|
371
349
|
>
|
|
372
|
-
<
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
350
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
351
|
+
<div class="pf-v5-l-flex__item">
|
|
352
|
+
<i class="fas fa-code"></i>
|
|
353
|
+
</div>
|
|
354
|
+
<div class="pf-v5-l-flex__item">25</div>
|
|
355
|
+
</div>
|
|
356
|
+
</td>
|
|
357
|
+
<td
|
|
358
|
+
class="pf-v5-c-table__td"
|
|
359
|
+
role="cell"
|
|
360
|
+
data-label="Workspaces"
|
|
361
|
+
>
|
|
362
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
363
|
+
<div class="pf-v5-l-flex__item">
|
|
364
|
+
<i class="fas fa-cube"></i>
|
|
365
|
+
</div>
|
|
366
|
+
<div class="pf-v5-l-flex__item">5</div>
|
|
367
|
+
</div>
|
|
368
|
+
</td>
|
|
369
|
+
<td
|
|
370
|
+
class="pf-v5-c-table__td"
|
|
371
|
+
role="cell"
|
|
372
|
+
data-label="Last commit"
|
|
373
|
+
>2 days ago</td>
|
|
374
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
375
|
+
<a href="/some/path">Action link</a>
|
|
376
|
+
</td>
|
|
377
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
378
|
+
<button
|
|
379
|
+
class="pf-v5-c-button pf-m-plain"
|
|
380
|
+
type="button"
|
|
381
|
+
aria-label="Remove"
|
|
382
|
+
>
|
|
383
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
384
|
+
</button>
|
|
385
|
+
</td>
|
|
386
|
+
</tr>
|
|
376
387
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
>
|
|
382
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
383
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
384
|
-
<input
|
|
385
|
-
class="pf-v5-c-check__input"
|
|
386
|
-
type="checkbox"
|
|
387
|
-
name="checkrow2"
|
|
388
|
-
aria-labelledby="page-id-table-node2"
|
|
389
|
-
checked
|
|
390
|
-
/>
|
|
391
|
-
</div>
|
|
392
|
-
</td>
|
|
393
|
-
<th
|
|
394
|
-
class="pf-v5-c-table__th"
|
|
395
|
-
role="columnheader"
|
|
396
|
-
data-label="Repository name"
|
|
388
|
+
<tr
|
|
389
|
+
class="pf-v5-c-table__tr pf-m-clickable pf-m-selected"
|
|
390
|
+
role="row"
|
|
391
|
+
tabindex="0"
|
|
397
392
|
>
|
|
398
|
-
<
|
|
399
|
-
<div
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
393
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
394
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
395
|
+
<input
|
|
396
|
+
class="pf-v5-c-check__input"
|
|
397
|
+
type="checkbox"
|
|
398
|
+
name="checkrow2"
|
|
399
|
+
aria-labelledby="page-id-table-node2"
|
|
400
|
+
checked
|
|
401
|
+
/>
|
|
406
402
|
</div>
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
416
|
-
<div class="pf-v5-l-flex__item">
|
|
417
|
-
<i class="fas fa-code"></i>
|
|
403
|
+
</td>
|
|
404
|
+
<th
|
|
405
|
+
class="pf-v5-c-table__th"
|
|
406
|
+
role="columnheader"
|
|
407
|
+
data-label="Repository name"
|
|
408
|
+
>
|
|
409
|
+
<div>
|
|
410
|
+
<div id="page-id-table-node2">Node 2</div>
|
|
418
411
|
</div>
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<
|
|
412
|
+
</th>
|
|
413
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
414
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
415
|
+
<div class="pf-v5-l-flex__item">
|
|
416
|
+
<i class="fas fa-code-branch"></i>
|
|
417
|
+
</div>
|
|
418
|
+
<div class="pf-v5-l-flex__item">8</div>
|
|
426
419
|
</div>
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
role="cell"
|
|
433
|
-
data-label="Last commit"
|
|
434
|
-
>2 days ago</td>
|
|
435
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
436
|
-
<a href="/some/path">Action link</a>
|
|
437
|
-
</td>
|
|
438
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
439
|
-
<button
|
|
440
|
-
class="pf-v5-c-button pf-m-plain"
|
|
441
|
-
type="button"
|
|
442
|
-
aria-label="Remove"
|
|
420
|
+
</td>
|
|
421
|
+
<td
|
|
422
|
+
class="pf-v5-c-table__td"
|
|
423
|
+
role="cell"
|
|
424
|
+
data-label="Pull requests"
|
|
443
425
|
>
|
|
444
|
-
<
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
426
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
427
|
+
<div class="pf-v5-l-flex__item">
|
|
428
|
+
<i class="fas fa-code"></i>
|
|
429
|
+
</div>
|
|
430
|
+
<div class="pf-v5-l-flex__item">30</div>
|
|
431
|
+
</div>
|
|
432
|
+
</td>
|
|
433
|
+
<td
|
|
434
|
+
class="pf-v5-c-table__td"
|
|
435
|
+
role="cell"
|
|
436
|
+
data-label="Workspaces"
|
|
437
|
+
>
|
|
438
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
439
|
+
<div class="pf-v5-l-flex__item">
|
|
440
|
+
<i class="fas fa-cube"></i>
|
|
441
|
+
</div>
|
|
442
|
+
<div class="pf-v5-l-flex__item">2</div>
|
|
443
|
+
</div>
|
|
444
|
+
</td>
|
|
445
|
+
<td
|
|
446
|
+
class="pf-v5-c-table__td"
|
|
447
|
+
role="cell"
|
|
448
|
+
data-label="Last commit"
|
|
449
|
+
>2 days ago</td>
|
|
450
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
451
|
+
<a href="/some/path">Action link</a>
|
|
452
|
+
</td>
|
|
453
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
454
|
+
<button
|
|
455
|
+
class="pf-v5-c-button pf-m-plain"
|
|
456
|
+
type="button"
|
|
457
|
+
aria-label="Remove"
|
|
458
|
+
>
|
|
459
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
460
|
+
</button>
|
|
461
|
+
</td>
|
|
462
|
+
</tr>
|
|
448
463
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
>
|
|
454
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
455
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
456
|
-
<input
|
|
457
|
-
class="pf-v5-c-check__input"
|
|
458
|
-
type="checkbox"
|
|
459
|
-
name="checkrow3"
|
|
460
|
-
aria-labelledby="page-id-table-node3"
|
|
461
|
-
/>
|
|
462
|
-
</div>
|
|
463
|
-
</td>
|
|
464
|
-
<th
|
|
465
|
-
class="pf-v5-c-table__th"
|
|
466
|
-
role="columnheader"
|
|
467
|
-
data-label="Repository name"
|
|
464
|
+
<tr
|
|
465
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
466
|
+
role="row"
|
|
467
|
+
tabindex="0"
|
|
468
468
|
>
|
|
469
|
-
<
|
|
470
|
-
<div
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
469
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
470
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
471
|
+
<input
|
|
472
|
+
class="pf-v5-c-check__input"
|
|
473
|
+
type="checkbox"
|
|
474
|
+
name="checkrow3"
|
|
475
|
+
aria-labelledby="page-id-table-node3"
|
|
476
|
+
/>
|
|
477
477
|
</div>
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
487
|
-
<div class="pf-v5-l-flex__item">
|
|
488
|
-
<i class="fas fa-code"></i>
|
|
478
|
+
</td>
|
|
479
|
+
<th
|
|
480
|
+
class="pf-v5-c-table__th"
|
|
481
|
+
role="columnheader"
|
|
482
|
+
data-label="Repository name"
|
|
483
|
+
>
|
|
484
|
+
<div>
|
|
485
|
+
<div id="page-id-table-node3">Node 3</div>
|
|
489
486
|
</div>
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
<
|
|
487
|
+
</th>
|
|
488
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
489
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
490
|
+
<div class="pf-v5-l-flex__item">
|
|
491
|
+
<i class="fas fa-code-branch"></i>
|
|
492
|
+
</div>
|
|
493
|
+
<div class="pf-v5-l-flex__item">12</div>
|
|
497
494
|
</div>
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
role="cell"
|
|
504
|
-
data-label="Last commit"
|
|
505
|
-
>30 days ago</td>
|
|
506
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
507
|
-
<a href="#">Action link</a>
|
|
508
|
-
</td>
|
|
509
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
510
|
-
<button
|
|
511
|
-
class="pf-v5-c-button pf-m-plain"
|
|
512
|
-
type="button"
|
|
513
|
-
aria-label="Remove"
|
|
495
|
+
</td>
|
|
496
|
+
<td
|
|
497
|
+
class="pf-v5-c-table__td"
|
|
498
|
+
role="cell"
|
|
499
|
+
data-label="Pull requests"
|
|
514
500
|
>
|
|
515
|
-
<
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
501
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
502
|
+
<div class="pf-v5-l-flex__item">
|
|
503
|
+
<i class="fas fa-code"></i>
|
|
504
|
+
</div>
|
|
505
|
+
<div class="pf-v5-l-flex__item">48</div>
|
|
506
|
+
</div>
|
|
507
|
+
</td>
|
|
508
|
+
<td
|
|
509
|
+
class="pf-v5-c-table__td"
|
|
510
|
+
role="cell"
|
|
511
|
+
data-label="Workspaces"
|
|
512
|
+
>
|
|
513
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
514
|
+
<div class="pf-v5-l-flex__item">
|
|
515
|
+
<i class="fas fa-cube"></i>
|
|
516
|
+
</div>
|
|
517
|
+
<div class="pf-v5-l-flex__item">13</div>
|
|
518
|
+
</div>
|
|
519
|
+
</td>
|
|
520
|
+
<td
|
|
521
|
+
class="pf-v5-c-table__td"
|
|
522
|
+
role="cell"
|
|
523
|
+
data-label="Last commit"
|
|
524
|
+
>30 days ago</td>
|
|
525
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
526
|
+
<a href="#">Action link</a>
|
|
527
|
+
</td>
|
|
528
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
529
|
+
<button
|
|
530
|
+
class="pf-v5-c-button pf-m-plain"
|
|
531
|
+
type="button"
|
|
532
|
+
aria-label="Remove"
|
|
533
|
+
>
|
|
534
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
535
|
+
</button>
|
|
536
|
+
</td>
|
|
537
|
+
</tr>
|
|
519
538
|
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
>
|
|
525
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
526
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
527
|
-
<input
|
|
528
|
-
class="pf-v5-c-check__input"
|
|
529
|
-
type="checkbox"
|
|
530
|
-
name="checkrow4"
|
|
531
|
-
aria-labelledby="page-id-table-node4"
|
|
532
|
-
/>
|
|
533
|
-
</div>
|
|
534
|
-
</td>
|
|
535
|
-
<th
|
|
536
|
-
class="pf-v5-c-table__th"
|
|
537
|
-
role="columnheader"
|
|
538
|
-
data-label="Repository name"
|
|
539
|
+
<tr
|
|
540
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
541
|
+
role="row"
|
|
542
|
+
tabindex="0"
|
|
539
543
|
>
|
|
540
|
-
<
|
|
541
|
-
<div
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
544
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
545
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
546
|
+
<input
|
|
547
|
+
class="pf-v5-c-check__input"
|
|
548
|
+
type="checkbox"
|
|
549
|
+
name="checkrow4"
|
|
550
|
+
aria-labelledby="page-id-table-node4"
|
|
551
|
+
/>
|
|
548
552
|
</div>
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
558
|
-
<div class="pf-v5-l-flex__item">
|
|
559
|
-
<i class="fas fa-code"></i>
|
|
553
|
+
</td>
|
|
554
|
+
<th
|
|
555
|
+
class="pf-v5-c-table__th"
|
|
556
|
+
role="columnheader"
|
|
557
|
+
data-label="Repository name"
|
|
558
|
+
>
|
|
559
|
+
<div>
|
|
560
|
+
<div id="page-id-table-node4">Node 4</div>
|
|
560
561
|
</div>
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<
|
|
562
|
+
</th>
|
|
563
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
564
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
565
|
+
<div class="pf-v5-l-flex__item">
|
|
566
|
+
<i class="fas fa-code-branch"></i>
|
|
567
|
+
</div>
|
|
568
|
+
<div class="pf-v5-l-flex__item">3</div>
|
|
568
569
|
</div>
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
role="cell"
|
|
575
|
-
data-label="Last commit"
|
|
576
|
-
>8 days ago</td>
|
|
577
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
578
|
-
<a href="/some/path">Action link</a>
|
|
579
|
-
</td>
|
|
580
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
581
|
-
<button
|
|
582
|
-
class="pf-v5-c-button pf-m-plain"
|
|
583
|
-
type="button"
|
|
584
|
-
aria-label="Remove"
|
|
570
|
+
</td>
|
|
571
|
+
<td
|
|
572
|
+
class="pf-v5-c-table__td"
|
|
573
|
+
role="cell"
|
|
574
|
+
data-label="Pull requests"
|
|
585
575
|
>
|
|
586
|
-
<
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
576
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
577
|
+
<div class="pf-v5-l-flex__item">
|
|
578
|
+
<i class="fas fa-code"></i>
|
|
579
|
+
</div>
|
|
580
|
+
<div class="pf-v5-l-flex__item">8</div>
|
|
581
|
+
</div>
|
|
582
|
+
</td>
|
|
583
|
+
<td
|
|
584
|
+
class="pf-v5-c-table__td"
|
|
585
|
+
role="cell"
|
|
586
|
+
data-label="Workspaces"
|
|
587
|
+
>
|
|
588
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
589
|
+
<div class="pf-v5-l-flex__item">
|
|
590
|
+
<i class="fas fa-cube"></i>
|
|
591
|
+
</div>
|
|
592
|
+
<div class="pf-v5-l-flex__item">20</div>
|
|
593
|
+
</div>
|
|
594
|
+
</td>
|
|
595
|
+
<td
|
|
596
|
+
class="pf-v5-c-table__td"
|
|
597
|
+
role="cell"
|
|
598
|
+
data-label="Last commit"
|
|
599
|
+
>8 days ago</td>
|
|
600
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
601
|
+
<a href="/some/path">Action link</a>
|
|
602
|
+
</td>
|
|
603
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
604
|
+
<button
|
|
605
|
+
class="pf-v5-c-button pf-m-plain"
|
|
606
|
+
type="button"
|
|
607
|
+
aria-label="Remove"
|
|
608
|
+
>
|
|
609
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
610
|
+
</button>
|
|
611
|
+
</td>
|
|
612
|
+
</tr>
|
|
590
613
|
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
>
|
|
596
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
597
|
-
<div class="pf-v5-c-check pf-m-standalone">
|
|
598
|
-
<input
|
|
599
|
-
class="pf-v5-c-check__input"
|
|
600
|
-
type="checkbox"
|
|
601
|
-
name="checkrow5"
|
|
602
|
-
aria-labelledby="page-id-table-node5"
|
|
603
|
-
/>
|
|
604
|
-
</div>
|
|
605
|
-
</td>
|
|
606
|
-
<td
|
|
607
|
-
class="pf-v5-c-table__td"
|
|
608
|
-
role="cell"
|
|
609
|
-
data-label="Repository name"
|
|
614
|
+
<tr
|
|
615
|
+
class="pf-v5-c-table__tr pf-m-clickable"
|
|
616
|
+
role="row"
|
|
617
|
+
tabindex="0"
|
|
610
618
|
>
|
|
611
|
-
<
|
|
612
|
-
<div
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__check" role="cell">
|
|
620
|
+
<div class="pf-v5-c-check pf-m-standalone">
|
|
621
|
+
<input
|
|
622
|
+
class="pf-v5-c-check__input"
|
|
623
|
+
type="checkbox"
|
|
624
|
+
name="checkrow5"
|
|
625
|
+
aria-labelledby="page-id-table-node5"
|
|
626
|
+
/>
|
|
619
627
|
</div>
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
629
|
-
<div class="pf-v5-l-flex__item">
|
|
630
|
-
<i class="fas fa-code"></i>
|
|
628
|
+
</td>
|
|
629
|
+
<td
|
|
630
|
+
class="pf-v5-c-table__td"
|
|
631
|
+
role="cell"
|
|
632
|
+
data-label="Repository name"
|
|
633
|
+
>
|
|
634
|
+
<div>
|
|
635
|
+
<div id="page-id-table-node5">Node 5</div>
|
|
631
636
|
</div>
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
<
|
|
637
|
+
</td>
|
|
638
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Branches">
|
|
639
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
640
|
+
<div class="pf-v5-l-flex__item">
|
|
641
|
+
<i class="fas fa-code-branch"></i>
|
|
642
|
+
</div>
|
|
643
|
+
<div class="pf-v5-l-flex__item">34</div>
|
|
639
644
|
</div>
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
role="cell"
|
|
646
|
-
data-label="Last commit"
|
|
647
|
-
>2 days ago</td>
|
|
648
|
-
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
649
|
-
<a href="/some/path">Action link</a>
|
|
650
|
-
</td>
|
|
651
|
-
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
652
|
-
<button
|
|
653
|
-
class="pf-v5-c-button pf-m-plain"
|
|
654
|
-
type="button"
|
|
655
|
-
aria-label="Remove"
|
|
645
|
+
</td>
|
|
646
|
+
<td
|
|
647
|
+
class="pf-v5-c-table__td"
|
|
648
|
+
role="cell"
|
|
649
|
+
data-label="Pull requests"
|
|
656
650
|
>
|
|
657
|
-
<
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
651
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
652
|
+
<div class="pf-v5-l-flex__item">
|
|
653
|
+
<i class="fas fa-code"></i>
|
|
654
|
+
</div>
|
|
655
|
+
<div class="pf-v5-l-flex__item">21</div>
|
|
656
|
+
</div>
|
|
657
|
+
</td>
|
|
658
|
+
<td
|
|
659
|
+
class="pf-v5-c-table__td"
|
|
660
|
+
role="cell"
|
|
661
|
+
data-label="Workspaces"
|
|
662
|
+
>
|
|
663
|
+
<div class="pf-v5-l-flex pf-m-space-items-sm">
|
|
664
|
+
<div class="pf-v5-l-flex__item">
|
|
665
|
+
<i class="fas fa-cube"></i>
|
|
666
|
+
</div>
|
|
667
|
+
<div class="pf-v5-l-flex__item">26</div>
|
|
668
|
+
</div>
|
|
669
|
+
</td>
|
|
670
|
+
<td
|
|
671
|
+
class="pf-v5-c-table__td"
|
|
672
|
+
role="cell"
|
|
673
|
+
data-label="Last commit"
|
|
674
|
+
>2 days ago</td>
|
|
675
|
+
<td class="pf-v5-c-table__td" role="cell" data-label="Action">
|
|
676
|
+
<a href="/some/path">Action link</a>
|
|
677
|
+
</td>
|
|
678
|
+
<td class="pf-v5-c-table__td pf-v5-c-table__action" role="cell">
|
|
679
|
+
<button
|
|
680
|
+
class="pf-v5-c-button pf-m-plain"
|
|
681
|
+
type="button"
|
|
682
|
+
aria-label="Remove"
|
|
683
|
+
>
|
|
684
|
+
<i class="fas fa-ellipsis-h" aria-hidden="true"></i>
|
|
685
|
+
</button>
|
|
686
|
+
</td>
|
|
687
|
+
</tr>
|
|
688
|
+
</tbody>
|
|
689
|
+
</table>
|
|
690
|
+
</div>
|
|
691
|
+
</section>
|
|
692
|
+
</div>
|
|
665
693
|
</main>
|
|
666
694
|
</div>
|
|
667
695
|
|