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
af16e5e1
Commit
af16e5e1
authored
Oct 21, 2020
by
Sunjung Park
Committed by
Vitaly Slobodin
Oct 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Replace the tooltip component on the secondary node MR widget
parent
69493001
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
ee/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_secondary_geo_node.vue
...widget/components/states/mr_widget_secondary_geo_node.vue
+3
-6
No files found.
ee/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_secondary_geo_node.vue
View file @
af16e5e1
<
script
>
import
{
GlIcon
}
from
'
@gitlab/ui
'
;
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
import
{
GlIcon
,
GlTooltipDirective
}
from
'
@gitlab/ui
'
;
import
statusIcon
from
'
~/vue_merge_request_widget/components/mr_widget_status_icon.vue
'
;
export
default
{
...
...
@@ -9,7 +8,7 @@ export default {
statusIcon
,
},
directives
:
{
tooltip
,
GlTooltip
:
GlTooltipDirective
,
},
props
:
{
mr
:
{
...
...
@@ -25,13 +24,11 @@ export default {
<div
class=
"media-body"
>
<span
class=
"bold"
>
{{
__
(
'
Merge requests are read-only in a secondary Geo node
'
)
}}
</span>
<a
v-tooltip
v-
gl-
tooltip
:href=
"mr.geoSecondaryHelpPath"
:title=
"__('About this feature')"
data-placement=
"bottom"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
data-container=
"body"
>
<gl-icon
name=
"question-o"
/>
</a>
...
...
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