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
a10602b9
Commit
a10602b9
authored
Oct 22, 2020
by
Sunjung Park
Committed by
Vitaly Slobodin
Oct 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Replace tooltip to GlTooltip in Geo sync settings
parent
08c1a5b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
ee/app/assets/javascripts/geo_nodes/components/geo_node_sync_settings.vue
...vascripts/geo_nodes/components/geo_node_sync_settings.vue
+4
-6
No files found.
ee/app/assets/javascripts/geo_nodes/components/geo_node_sync_settings.vue
View file @
a10602b9
<
script
>
import
{
GlIcon
}
from
'
@gitlab/ui
'
;
import
{
GlIcon
,
GlTooltipDirective
}
from
'
@gitlab/ui
'
;
import
{
sprintf
,
s__
,
__
}
from
'
~/locale
'
;
import
{
timeIntervalInWords
}
from
'
~/lib/utils/datetime_utility
'
;
import
tooltip
from
'
~/vue_shared/directives/tooltip
'
;
import
{
TIME_DIFF
}
from
'
../constants
'
;
export
default
{
directives
:
{
tooltip
,
GlTooltip
:
GlTooltipDirective
,
},
components
:
{
GlIcon
,
...
...
@@ -115,10 +114,9 @@ export default {
<strong
v-if=
"syncStatusUnavailable"
>
{{
__
(
'
Unknown
'
)
}}
</strong>
<span
v-else
v-tooltip
v-
gl-
tooltip
:title=
"syncStatusTooltip"
class=
"d-flex align-items-center"
data-placement=
"bottom"
class=
"d-inline-block gl-align-items-center"
>
<strong
data-testid=
"syncType"
>
{{
syncType
}}
</strong>
<gl-icon
name=
"retry"
class=
"ml-2"
/>
...
...
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