Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0b3a2eac
Commit
0b3a2eac
authored
Oct 06, 2020
by
v_mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate trigger block button
parent
92769ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/jobs/components/trigger_block.vue
app/assets/javascripts/jobs/components/trigger_block.vue
+4
-4
No files found.
app/assets/javascripts/jobs/components/trigger_block.vue
View file @
0b3a2eac
<
script
>
import
{
Gl
Deprecated
Button
}
from
'
@gitlab/ui
'
;
import
{
GlButton
}
from
'
@gitlab/ui
'
;
import
{
__
}
from
'
~/locale
'
;
const
HIDDEN_VALUE
=
'
••••••
'
;
export
default
{
components
:
{
Gl
Deprecated
Button
,
GlButton
,
},
props
:
{
trigger
:
{
...
...
@@ -55,11 +55,11 @@ export default {
<p
class=
"trigger-variables-btn-container d-flex"
>
<span
class=
"font-weight-bold"
>
{{
__
(
'
Trigger variables:
'
)
}}
</span>
<gl-
deprecated-
button
<gl-button
v-if=
"hasValues"
class=
"btn-sm group js-reveal-variables trigger-variables-btn"
@
click=
"toggleValues"
>
{{
getToggleButtonText
}}
</gl-
deprecated-
button
>
{{
getToggleButtonText
}}
</gl-button
>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment