Merge branch 'gt-update-application-copy-secret-to-clipboard-data' into 'master'
Update copy to clipboard button data for application secret Closes #52572 See merge request gitlab-org/gitlab-ce!22268
This commit is contained in:
commit
e5ae0be438
3 changed files with 7 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
.input-group
|
||||
%input.label.label-monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true }
|
||||
.input-group-append
|
||||
= clipboard_button(target: '#application_id', title: _("Copy secret to clipboard"), class: "btn btn btn-default")
|
||||
= clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default")
|
||||
%tr
|
||||
%td
|
||||
= _('Callback URL')
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
.input-group
|
||||
%input.label.label-monospace{ id: "secret", type: "text", autocomplete: 'off', value: @application.secret, readonly: true }
|
||||
.input-group-append
|
||||
= clipboard_button(target: '#application_id', title: _("Copy secret to clipboard"), class: "btn btn btn-default")
|
||||
= clipboard_button(target: '#secret', title: _("Copy secret to clipboard"), class: "btn btn btn-default")
|
||||
%tr
|
||||
%td
|
||||
= _('Callback URL')
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Update copy to clipboard button data for application secret
|
||||
merge_request: 22268
|
||||
author: George Tsiolis
|
||||
type: fixed
|
Loading…
Reference in a new issue