Skip to content
代码片段 群组 项目
提交 ab4f0f15 编辑于 作者: Mark Florian's avatar Mark Florian
浏览文件

Merge branch 'eduardosanz/fix-vertical-alignment-revoke-button' into 'master'

Vertically align the revoke button

See merge request gitlab-org/gitlab!96289
No related branches found
No related tags found
无相关合并请求
......@@ -12,8 +12,6 @@ export const FIELDS = [
key: 'name',
label: __('Token name'),
sortable: true,
tdClass: `gl-text-black-normal`,
thClass: `gl-text-black-normal`,
},
{
formatter(scopes) {
......@@ -22,40 +20,30 @@ export const FIELDS = [
key: 'scopes',
label: __('Scopes'),
sortable: true,
tdClass: `gl-text-black-normal`,
thClass: `gl-text-black-normal`,
},
{
key: 'createdAt',
label: s__('AccessTokens|Created'),
sortable: true,
tdClass: `gl-text-black-normal`,
thClass: `gl-text-black-normal`,
},
{
key: 'lastUsedAt',
label: __('Last Used'),
sortable: true,
tdClass: `gl-text-black-normal`,
thClass: `gl-text-black-normal`,
},
{
key: 'expiresAt',
label: __('Expires'),
sortable: true,
tdClass: `gl-text-black-normal`,
thClass: `gl-text-black-normal`,
},
{
key: 'role',
label: __('Role'),
tdClass: `gl-text-black-normal`,
thClass: `gl-text-black-normal`,
sortable: true,
},
{
key: 'action',
label: __('Action'),
thClass: `gl-text-black-normal`,
tdClass: 'gl-py-3!',
},
];
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册