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
d1995292
Commit
d1995292
authored
Aug 21, 2020
by
Emily Ring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change from gl-deprecated-button to gl-button
parent
6f460d5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
ee/app/assets/javascripts/environments/components/canary_deployment_callout.vue
...pts/environments/components/canary_deployment_callout.vue
+5
-8
No files found.
ee/app/assets/javascripts/environments/components/canary_deployment_callout.vue
View file @
d1995292
<
script
>
import
{
Gl
Deprecated
Button
,
GlLink
,
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
GlButton
,
GlLink
,
GlIcon
}
from
'
@gitlab/ui
'
;
import
PersistentUserCallout
from
'
~/persistent_user_callout
'
;
export
default
{
components
:
{
Gl
Deprecated
Button
,
GlButton
,
GlLink
,
GlIcon
,
},
...
...
@@ -56,12 +56,9 @@ export default {
<gl-link
:href=
"helpCanaryDeploymentsPath"
>
{{
__
(
'
Read more
'
)
}}
</gl-link>
</p>
<gl-deprecated-button
href=
"https://about.gitlab.com/sales/"
variant=
"outline-primary"
class=
"canary-deployment-callout-button"
>
{{
__
(
'
Contact sales to upgrade
'
)
}}
</gl-deprecated-button
>
<gl-button
href=
"https://about.gitlab.com/sales/"
category=
"secondary"
variant=
"info"
>
{{
__
(
'
Contact sales to upgrade
'
)
}}
</gl-button>
</div>
<div
class=
"ml-auto pr-2 canary-deployment-callout-close js-close"
>
...
...
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