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
ea1831d5
Commit
ea1831d5
authored
6 years ago
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Tooltip component in MrWidgetSecondaryGeoNode vue component
parent
deee4649
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
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
+6
-2
No files found.
ee/app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_secondary_geo_node.vue
View file @
ea1831d5
<
script
>
<
script
>
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
import
statusIcon
from
'
~/vue_merge_request_widget/components/mr_widget_status_icon.vue
'
;
import
statusIcon
from
'
~/vue_merge_request_widget/components/mr_widget_status_icon.vue
'
;
export
default
{
export
default
{
components
:
{
components
:
{
statusIcon
,
statusIcon
,
},
},
directives
:
{
tooltip
,
},
props
:
{
props
:
{
mr
:
{
mr
:
{
type
:
Object
,
type
:
Object
,
...
@@ -25,9 +29,9 @@ export default {
...
@@ -25,9 +29,9 @@ export default {
</span>
</span>
<a
<a
:href=
"mr.geoSecondaryHelpPath"
:href=
"mr.geoSecondaryHelpPath"
data-title=
"About this feature"
:title=
"__('About this feature')"
data-toggle=
"tooltip"
data-placement=
"bottom"
data-placement=
"bottom"
v-tooltip
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer nofollow"
rel=
"noopener noreferrer nofollow"
data-container=
"body"
data-container=
"body"
...
...
This diff is collapsed.
Click to expand it.
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