Migrate BTable changes

parent c1ad1e55
...@@ -134,6 +134,9 @@ export default { ...@@ -134,6 +134,9 @@ export default {
show-empty show-empty
:tbody-tr-attr="tbodyTrAttr" :tbody-tr-attr="tbodyTrAttr"
> >
<template #head()="{ label }">
{{ label }}
</template>
<template #cell(account)="{ item: member }"> <template #cell(account)="{ item: member }">
<members-table-cell #default="{ memberType, isCurrentUser }" :member="member"> <members-table-cell #default="{ memberType, isCurrentUser }" :member="member">
<member-avatar <member-avatar
......
...@@ -26,7 +26,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -26,7 +26,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Merge Request <div>
Merge Request
</div>
</th> </th>
<th <th
aria-colindex="2" aria-colindex="2"
...@@ -34,7 +36,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -34,7 +36,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Review time <div>
Review time
</div>
</th> </th>
<th <th
aria-colindex="3" aria-colindex="3"
...@@ -42,7 +46,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -42,7 +46,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Author <div>
Author
</div>
</th> </th>
<th <th
aria-colindex="4" aria-colindex="4"
...@@ -50,7 +56,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -50,7 +56,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Approvers <div>
Approvers
</div>
</th> </th>
<th <th
aria-colindex="5" aria-colindex="5"
...@@ -58,7 +66,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -58,7 +66,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Comments <div>
Comments
</div>
</th> </th>
<th <th
aria-colindex="6" aria-colindex="6"
...@@ -66,7 +76,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -66,7 +76,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Commits <div>
Commits
</div>
</th> </th>
<th <th
aria-colindex="7" aria-colindex="7"
...@@ -74,7 +86,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = ` ...@@ -74,7 +86,9 @@ exports[`MergeRequestTable component template matches the snapshot 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Line changes <div>
Line changes
</div>
</th> </th>
</tr> </tr>
</thead> </thead>
......
...@@ -11,7 +11,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = ` ...@@ -11,7 +11,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Corpus name <div>
Corpus name
</div>
</th> </th>
<th <th
aria-colindex="2" aria-colindex="2"
...@@ -19,7 +21,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = ` ...@@ -19,7 +21,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Target <div>
Target
</div>
</th> </th>
<th <th
aria-colindex="3" aria-colindex="3"
...@@ -27,7 +31,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = ` ...@@ -27,7 +31,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Last updated <div>
Last updated
</div>
</th> </th>
<th <th
aria-colindex="4" aria-colindex="4"
...@@ -35,7 +41,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = ` ...@@ -35,7 +41,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Last used <div>
Last used
</div>
</th> </th>
<th <th
aria-colindex="5" aria-colindex="5"
...@@ -43,7 +51,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = ` ...@@ -43,7 +51,9 @@ exports[`Corpus table corpus management renders with the correct columns 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Actions <div>
Actions
</div>
</th> </th>
</tr> </tr>
`; `;
...@@ -29,7 +29,9 @@ exports[`NetworkPolicyList component renders policies table 1`] = ` ...@@ -29,7 +29,9 @@ exports[`NetworkPolicyList component renders policies table 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Name <div>
Name
</div>
</th> </th>
<th <th
aria-colindex="2" aria-colindex="2"
...@@ -37,7 +39,9 @@ exports[`NetworkPolicyList component renders policies table 1`] = ` ...@@ -37,7 +39,9 @@ exports[`NetworkPolicyList component renders policies table 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Status <div>
Status
</div>
</th> </th>
<th <th
aria-colindex="3" aria-colindex="3"
...@@ -45,7 +49,9 @@ exports[`NetworkPolicyList component renders policies table 1`] = ` ...@@ -45,7 +49,9 @@ exports[`NetworkPolicyList component renders policies table 1`] = `
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Last modified <div>
Last modified
</div>
</th> </th>
</tr> </tr>
</thead> </thead>
......
...@@ -24,7 +24,9 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -24,7 +24,9 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
Jira display name <div>
Jira display name
</div>
</th> </th>
<th <th
aria-colindex="2" aria-colindex="2"
...@@ -32,14 +34,18 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] = ...@@ -32,14 +34,18 @@ exports[`JiraImportForm table body shows correct information in each cell 1`] =
class="" class=""
role="columnheader" role="columnheader"
scope="col" scope="col"
/> >
<div />
</th>
<th <th
aria-colindex="3" aria-colindex="3"
class="" class=""
role="columnheader" role="columnheader"
scope="col" scope="col"
> >
GitLab username <div>
GitLab username
</div>
</th> </th>
</tr> </tr>
</thead> </thead>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment