Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « impersonation_tokens « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1378dde52ab356091c8109c0c7ece1be219e58ad (plain)
1
2
3
4
5
6
7
8
- page_title "Impersonation Tokens", @user.name, "Users"
= render 'admin/users/head'

.row.prepend-top-default
  .col-lg-12
    = render "shared/personal_access_tokens_form", path: admin_user_impersonation_tokens_path, impersonation: true, token: @impersonation_token, scopes: @scopes

    = render "shared/personal_access_tokens_table", impersonation: true, active_tokens: @active_impersonation_tokens, inactive_tokens: @inactive_impersonation_tokens