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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
cbdbb645
Commit
cbdbb645
authored
Jan 06, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Fix more eslint rules
parent
e9c6f58e
Changes
29
Show whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
595 additions
and
534 deletions
+595
-534
.eslintrc
.eslintrc
+2
-3
app/assets/javascripts/cycle_analytics/components/stage_component.vue
...avascripts/cycle_analytics/components/stage_component.vue
+1
-1
app/assets/javascripts/cycle_analytics/components/stage_test_component.vue
...ripts/cycle_analytics/components/stage_test_component.vue
+1
-1
app/assets/javascripts/cycle_analytics/components/total_time_component.vue
...ripts/cycle_analytics/components/total_time_component.vue
+3
-3
app/assets/javascripts/environments/components/environment_item.vue
.../javascripts/environments/components/environment_item.vue
+7
-4
app/assets/javascripts/environments/components/environment_monitoring.vue
...cripts/environments/components/environment_monitoring.vue
+22
-20
app/assets/javascripts/environments/components/environment_rollback.vue
...ascripts/environments/components/environment_rollback.vue
+37
-36
app/assets/javascripts/environments/components/environment_stop.vue
.../javascripts/environments/components/environment_stop.vue
+43
-40
app/assets/javascripts/environments/components/environment_terminal_button.vue
...s/environments/components/environment_terminal_button.vue
+28
-27
app/assets/javascripts/environments/components/environments_app.vue
.../javascripts/environments/components/environments_app.vue
+16
-13
app/assets/javascripts/environments/components/environments_table.vue
...avascripts/environments/components/environments_table.vue
+41
-18
app/assets/javascripts/environments/folder/environments_folder_view.vue
...ascripts/environments/folder/environments_folder_view.vue
+8
-7
app/assets/javascripts/groups/components/app.vue
app/assets/javascripts/groups/components/app.vue
+20
-20
app/assets/javascripts/groups/components/group_folder.vue
app/assets/javascripts/groups/components/group_folder.vue
+4
-3
app/assets/javascripts/groups/components/group_item.vue
app/assets/javascripts/groups/components/group_item.vue
+66
-70
app/assets/javascripts/ide/components/repo_editor.vue
app/assets/javascripts/ide/components/repo_editor.vue
+32
-32
app/assets/javascripts/ide/components/repo_file.vue
app/assets/javascripts/ide/components/repo_file.vue
+6
-6
app/assets/javascripts/ide/components/repo_loading_file.vue
app/assets/javascripts/ide/components/repo_loading_file.vue
+2
-4
app/assets/javascripts/monitoring/components/graph_group.vue
app/assets/javascripts/monitoring/components/graph_group.vue
+1
-1
app/assets/javascripts/pdf/page/index.vue
app/assets/javascripts/pdf/page/index.vue
+17
-15
app/assets/javascripts/profile/account/components/delete_account_modal.vue
...ripts/profile/account/components/delete_account_modal.vue
+19
-9
app/assets/javascripts/projects/permissions/components/project_setting_row.vue
...s/projects/permissions/components/project_setting_row.vue
+1
-1
app/assets/javascripts/projects_dropdown/components/search.vue
...ssets/javascripts/projects_dropdown/components/search.vue
+2
-1
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
...ue_merge_request_widget/components/mr_widget_pipeline.vue
+3
-1
app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue
...rge_request_widget/components/states/mr_widget_rebase.vue
+11
-9
app/assets/javascripts/vue_shared/components/expand_button.vue
...ssets/javascripts/vue_shared/components/expand_button.vue
+1
-1
app/assets/javascripts/vue_shared/components/modal.vue
app/assets/javascripts/vue_shared/components/modal.vue
+128
-120
app/assets/javascripts/vue_shared/components/recaptcha_modal.vue
...ets/javascripts/vue_shared/components/recaptcha_modal.vue
+67
-66
app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue
...ascripts/vue_shared/components/sidebar/toggle_sidebar.vue
+6
-2
No files found.
.eslintrc
View file @
cbdbb645
...
@@ -41,12 +41,11 @@
...
@@ -41,12 +41,11 @@
"vue/html-self-closing": ["error", {
"vue/html-self-closing": ["error", {
"html": {
"html": {
"void": "always",
"void": "always",
"normal": "
any
",
"normal": "
never
",
"component": "always"
"component": "always"
},
},
"svg": "always",
"svg": "always",
"math": "a
ny
"
"math": "a
lways
"
}]
}]
}
}
}
}
app/assets/javascripts/cycle_analytics/components/stage_component.vue
View file @
cbdbb645
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
props
:
{
props
:
{
items
:
{
items
:
{
type
:
Array
,
type
:
Array
,
default
:
[]
default
:
()
=>
[],
},
},
stage
:
{
stage
:
{
type
:
Object
,
type
:
Object
,
...
...
app/assets/javascripts/cycle_analytics/components/stage_test_component.vue
View file @
cbdbb645
app/assets/javascripts/cycle_analytics/components/total_time_component.vue
View file @
cbdbb645
app/assets/javascripts/environments/components/environment_item.vue
View file @
cbdbb645
...
@@ -474,18 +474,21 @@
...
@@ -474,18 +474,21 @@
</span>
</span>
<span>
<span>
{{
model
.
folderName
}}
{{
model
.
folderName
}}
</span>
</span>
<span
class=
"badge"
>
<span
class=
"badge"
>
{{
model
.
size
}}
{{
model
.
size
}}
</span>
</span>
</span>
</span>
</div>
</div>
<div
class=
"table-section section-10 deployment-column hidden-xs hidden-sm"
role=
"gridcell"
>
<div
class=
"table-section section-10 deployment-column hidden-xs hidden-sm"
role=
"gridcell"
>
<span
v-if=
"shouldRenderDeploymentID"
>
<span
v-if=
"shouldRenderDeploymentID"
>
{{
deploymentInternalId
}}
{{
deploymentInternalId
}}
</span>
</span>
<span
v-if=
"!model.isFolder && deploymentHasUser"
>
<span
v-if=
"!model.isFolder && deploymentHasUser"
>
...
...
app/assets/javascripts/environments/components/environment_monitoring.vue
View file @
cbdbb645
<
script
>
<
script
>
/**
/**
* Renders the Monitoring (Metrics) link in environments table.
* Renders the Monitoring (Metrics) link in environments table.
*/
*/
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
export
default
{
directives
:
{
tooltip
,
},
export
default
{
props
:
{
props
:
{
monitoringUrl
:
{
monitoringUrl
:
{
type
:
String
,
type
:
String
,
...
@@ -12,16 +16,12 @@ export default {
...
@@ -12,16 +16,12 @@ export default {
},
},
},
},
directives
:
{
tooltip
,
},
computed
:
{
computed
:
{
title
()
{
title
()
{
return
'
Monitoring
'
;
return
'
Monitoring
'
;
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<a
<a
...
@@ -31,10 +31,12 @@ export default {
...
@@ -31,10 +31,12 @@ export default {
rel=
"noopener noreferrer nofollow"
rel=
"noopener noreferrer nofollow"
:href=
"monitoringUrl"
:href=
"monitoringUrl"
:title=
"title"
:title=
"title"
:aria-label=
"title"
>
:aria-label=
"title"
>
<i
<i
class=
"fa fa-area-chart"
class=
"fa fa-area-chart"
aria-hidden=
"true"
aria-hidden=
"true"
/>
>
</i>
</a>
</a>
</
template
>
</
template
>
app/assets/javascripts/environments/components/environment_rollback.vue
View file @
cbdbb645
<
script
>
<
script
>
/**
/**
* Renders Rollback or Re deploy button in environments table depending
* Renders Rollback or Re deploy button in environments table depending
* of the provided property `isLastDeployment`.
* of the provided property `isLastDeployment`.
*
*
* Makes a post request when the button is clicked.
* Makes a post request when the button is clicked.
*/
*/
import
eventHub
from
'
../event_hub
'
;
import
eventHub
from
'
../event_hub
'
;
import
loadingIcon
from
'
../../vue_shared/components/loading_icon.vue
'
;
import
loadingIcon
from
'
../../vue_shared/components/loading_icon.vue
'
;
export
default
{
export
default
{
props
:
{
props
:
{
retryUrl
:
{
retryUrl
:
{
type
:
String
,
type
:
String
,
...
@@ -38,20 +38,21 @@ export default {
...
@@ -38,20 +38,21 @@ export default {
eventHub
.
$emit
(
'
postAction
'
,
this
.
retryUrl
);
eventHub
.
$emit
(
'
postAction
'
,
this
.
retryUrl
);
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<button
<button
type=
"button"
type=
"button"
class=
"btn hidden-xs hidden-sm"
class=
"btn hidden-xs hidden-sm"
@
click=
"onClick"
@
click=
"onClick"
:disabled=
"isLoading"
>
:disabled=
"isLoading"
>
<span
v-if=
"isLastDeployment"
>
<span
v-if=
"isLastDeployment"
>
{{
s__
(
"
Environments|Re-deploy
"
)
}}
{{
s__
(
"
Environments|Re-deploy
"
)
}}
</span>
</span>
<span
v-else
>
<span
v-else
>
{{
s__
(
"
Environments|Rollback
"
)
}}
{{
s__
(
"
Environments|Rollback
"
)
}}
</span>
</span>
<loading-icon
v-if=
"isLoading"
/>
<loading-icon
v-if=
"isLoading"
/>
...
...
app/assets/javascripts/environments/components/environment_stop.vue
View file @
cbdbb645
<
script
>
<
script
>
/**
/**
* Renders the stop "button" that allows stop an environment.
* Renders the stop "button" that allows stop an environment.
* Used in environments table.
* Used in environments table.
*/
*/
import
eventHub
from
'
../event_hub
'
;
import
eventHub
from
'
../event_hub
'
;
import
loadingIcon
from
'
../../vue_shared/components/loading_icon.vue
'
;
import
loadingIcon
from
'
../../vue_shared/components/loading_icon.vue
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
export
default
{
components
:
{
loadingIcon
,
},
directives
:
{
tooltip
,
},
export
default
{
props
:
{
props
:
{
stopUrl
:
{
stopUrl
:
{
type
:
String
,
type
:
String
,
...
@@ -15,20 +23,12 @@ export default {
...
@@ -15,20 +23,12 @@ export default {
},
},
},
},
directives
:
{
tooltip
,
},
data
()
{
data
()
{
return
{
return
{
isLoading
:
false
,
isLoading
:
false
,
};
};
},
},
components
:
{
loadingIcon
,
},
computed
:
{
computed
:
{
title
()
{
title
()
{
return
'
Stop
'
;
return
'
Stop
'
;
...
@@ -47,7 +47,7 @@ export default {
...
@@ -47,7 +47,7 @@ export default {
}
}
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<button
<button
...
@@ -58,10 +58,13 @@ export default {
...
@@ -58,10 +58,13 @@ export default {
@
click=
"onClick"
@
click=
"onClick"
:disabled=
"isLoading"
:disabled=
"isLoading"
:title=
"title"
:title=
"title"
:aria-label=
"title"
>
:aria-label=
"title"
>
<i
<i
class=
"fa fa-stop stop-env-icon"
class=
"fa fa-stop stop-env-icon"
aria-hidden=
"true"
/>
aria-hidden=
"true"
>
</i>
<loading-icon
v-if=
"isLoading"
/>
<loading-icon
v-if=
"isLoading"
/>
</button>
</button>
</
template
>
</
template
>
app/assets/javascripts/environments/components/environment_terminal_button.vue
View file @
cbdbb645
<
script
>
<
script
>
/**
/**
* Renders a terminal button to open a web terminal.
* Renders a terminal button to open a web terminal.
* Used in environments table.
* Used in environments table.
*/
*/
import
terminalIconSvg
from
'
icons/_icon_terminal.svg
'
;
import
terminalIconSvg
from
'
icons/_icon_terminal.svg
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
export
default
{
directives
:
{
tooltip
,
},
export
default
{
props
:
{
props
:
{
terminalPath
:
{
terminalPath
:
{
type
:
String
,
type
:
String
,
...
@@ -15,10 +19,6 @@ export default {
...
@@ -15,10 +19,6 @@ export default {
},
},
},
},
directives
:
{
tooltip
,
},
data
()
{
data
()
{
return
{
return
{
terminalIconSvg
,
terminalIconSvg
,
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
return
'
Terminal
'
;
return
'
Terminal
'
;
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<a
<a
...
@@ -40,6 +40,7 @@ export default {
...
@@ -40,6 +40,7 @@ export default {
:title=
"title"
:title=
"title"
:aria-label=
"title"
:aria-label=
"title"
:href=
"terminalPath"
:href=
"terminalPath"
v-html=
"terminalIconSvg"
>
v-html=
"terminalIconSvg"
>
</a>
</a>
</
template
>
</
template
>
app/assets/javascripts/environments/components/environments_app.vue
View file @
cbdbb645
...
@@ -7,6 +7,15 @@
...
@@ -7,6 +7,15 @@
import
CIPaginationMixin
from
'
../../vue_shared/mixins/ci_pagination_api_mixin
'
;
import
CIPaginationMixin
from
'
../../vue_shared/mixins/ci_pagination_api_mixin
'
;
export
default
{
export
default
{
components
:
{
emptyState
,
},
mixins
:
[
CIPaginationMixin
,
environmentsMixin
,
],
props
:
{
props
:
{
endpoint
:
{
endpoint
:
{
type
:
String
,
type
:
String
,
...
@@ -37,14 +46,6 @@
...
@@ -37,14 +46,6 @@
required
:
true
,
required
:
true
,
},
},
},
},
components
:
{
emptyState
,
},
mixins
:
[
CIPaginationMixin
,
environmentsMixin
,
],
created
()
{
created
()
{
eventHub
.
$on
(
'
toggleFolder
'
,
this
.
toggleFolder
);
eventHub
.
$on
(
'
toggleFolder
'
,
this
.
toggleFolder
);
...
@@ -99,11 +100,13 @@
...
@@ -99,11 +100,13 @@
<div
<div
v-if=
"canCreateEnvironment && !isLoading"
v-if=
"canCreateEnvironment && !isLoading"
class=
"nav-controls"
>
class=
"nav-controls"
>
<a
<a
:href=
"newEnvironmentPath"
:href=
"newEnvironmentPath"
class=
"btn btn-create"
>
class=
"btn btn-create"
{{
s__
(
"
Environments|New environment
"
)
}}
>
{{
s__
(
"
Environments|New environment
"
)
}}
</a>
</a>
</div>
</div>
</div>
</div>
...
...
app/assets/javascripts/environments/components/environments_table.vue
View file @
cbdbb645
...
@@ -39,27 +39,49 @@ export default {
...
@@ -39,27 +39,49 @@ export default {
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"ci-table"
role=
"grid"
>
<div
<div
class=
"gl-responsive-table-row table-row-header"
role=
"row"
>
class=
"ci-table"
<div
class=
"table-section section-10 environments-name"
role=
"columnheader"
>
role=
"grid"
{{
s__
(
"
Environments|Environment
"
)
}}
>
<div
class=
"gl-responsive-table-row table-row-header"
role=
"row"
>
<div
class=
"table-section section-10 environments-name"
role=
"columnheader"
>
{{
s__
(
"
Environments|Environment
"
)
}}
</div>
</div>
<div
class=
"table-section section-10 environments-deploy"
role=
"columnheader"
>
<div
{{
s__
(
"
Environments|Deployment
"
)
}}
class=
"table-section section-10 environments-deploy"
role=
"columnheader"
>
{{
s__
(
"
Environments|Deployment
"
)
}}
</div>
</div>
<div
class=
"table-section section-15 environments-build"
role=
"columnheader"
>
<div
{{
s__
(
"
Environments|Job
"
)
}}
class=
"table-section section-15 environments-build"
role=
"columnheader"
>
{{
s__
(
"
Environments|Job
"
)
}}
</div>
</div>
<div
class=
"table-section section-25 environments-commit"
role=
"columnheader"
>
<div
{{
s__
(
"
Environments|Commit
"
)
}}
class=
"table-section section-25 environments-commit"
role=
"columnheader"
>
{{
s__
(
"
Environments|Commit
"
)
}}
</div>
</div>
<div
class=
"table-section section-10 environments-date"
role=
"columnheader"
>
<div
{{
s__
(
"
Environments|Updated
"
)
}}
class=
"table-section section-10 environments-date"
role=
"columnheader"
>
{{
s__
(
"
Environments|Updated
"
)
}}
</div>
</div>
</div>
</div>
<template
<template
v-for=
"model in environments"
v-for=
"(model, i) in environments"
v-bind:model=
"model"
>
:key=
"i"
:model=
"model"
>
<div
<div
is=
"environment-item"
is=
"environment-item"
:model=
"model"
:model=
"model"
...
@@ -85,8 +107,9 @@ export default {
...
@@ -85,8 +107,9 @@ export default {
<div
class=
"text-center prepend-top-10"
>
<div
class=
"text-center prepend-top-10"
>
<a
<a
:href=
"folderUrl(model)"
:href=
"folderUrl(model)"
class=
"btn btn-default"
>
class=
"btn btn-default"
{{
s__
(
"
Environments|Show all
"
)
}}
>
{{
s__
(
"
Environments|Show all
"
)
}}
</a>
</a>
</div>
</div>
</div>
</div>
...
...
app/assets/javascripts/environments/folder/environments_folder_view.vue
View file @
cbdbb645
...
@@ -3,6 +3,10 @@
...
@@ -3,6 +3,10 @@
import
CIPaginationMixin
from
'
../../vue_shared/mixins/ci_pagination_api_mixin
'
;
import
CIPaginationMixin
from
'
../../vue_shared/mixins/ci_pagination_api_mixin
'
;
export
default
{
export
default
{
mixins
:
[
environmentsMixin
,
CIPaginationMixin
,
],
props
:
{
props
:
{
endpoint
:
{
endpoint
:
{
type
:
String
,
type
:
String
,
...
@@ -25,10 +29,6 @@
...
@@ -25,10 +29,6 @@
required
:
true
,
required
:
true
,
},
},
},
},
mixins
:
[
environmentsMixin
,
CIPaginationMixin
,
],
methods
:
{
methods
:
{
successCallback
(
resp
)
{
successCallback
(
resp
)
{
this
.
saveData
(
resp
);
this
.
saveData
(
resp
);
...
@@ -40,10 +40,11 @@
...
@@ -40,10 +40,11 @@
<div
:class=
"cssContainerClass"
>
<div
:class=
"cssContainerClass"
>
<div
<div
class=
"top-area"
class=
"top-area"
v-if=
"!isLoading"
>
v-if=
"!isLoading"
>
<h4
class=
"js-folder-name environments-folder-name"
>
<h4
class=
"js-folder-name environments-folder-name"
>
{{
s__
(
"
Environments|Environments
"
)
}}
/
<b>
{{
folderName
}}
</b>
{{
s__
(
"
Environments|Environments
"
)
}}
/
<b>
{{
folderName
}}
</b>
</h4>
</h4>
<tabs
<tabs
...
...
app/assets/javascripts/groups/components/app.vue
View file @
cbdbb645
...
@@ -42,6 +42,26 @@ export default {
...
@@ -42,6 +42,26 @@ export default {
return
this
.
store
.
getPaginationInfo
();
return
this
.
store
.
getPaginationInfo
();
},
},
},
},
created
()
{
this
.
searchEmptyMessage
=
this
.
hideProjects
?
COMMON_STR
.
GROUP_SEARCH_EMPTY
:
COMMON_STR
.
GROUP_PROJECT_SEARCH_EMPTY
;
eventHub
.
$on
(
'
fetchPage
'
,
this
.
fetchPage
);
eventHub
.
$on
(
'
toggleChildren
'
,
this
.
toggleChildren
);
eventHub
.
$on
(
'
leaveGroup
'
,
this
.
leaveGroup
);
eventHub
.
$on
(
'
updatePagination
'
,
this
.
updatePagination
);
eventHub
.
$on
(
'
updateGroups
'
,
this
.
updateGroups
);
},
mounted
()
{
this
.
fetchAllGroups
();
},
beforeDestroy
()
{
eventHub
.
$off
(
'
fetchPage
'
,
this
.
fetchPage
);
eventHub
.
$off
(
'
toggleChildren
'
,
this
.
toggleChildren
);
eventHub
.
$off
(
'
leaveGroup
'
,
this
.
leaveGroup
);
eventHub
.
$off
(
'
updatePagination
'
,
this
.
updatePagination
);
eventHub
.
$off
(
'
updateGroups
'
,
this
.
updateGroups
);
},
methods
:
{
methods
:
{
fetchGroups
({
parentId
,
page
,
filterGroupsBy
,
sortBy
,
archived
,
updatePagination
})
{
fetchGroups
({
parentId
,
page
,
filterGroupsBy
,
sortBy
,
archived
,
updatePagination
})
{
return
this
.
service
.
getGroups
(
parentId
,
page
,
filterGroupsBy
,
sortBy
,
archived
)
return
this
.
service
.
getGroups
(
parentId
,
page
,
filterGroupsBy
,
sortBy
,
archived
)
...
@@ -152,26 +172,6 @@ export default {
...
@@ -152,26 +172,6 @@ export default {
}
}
},
},
},
},
created
()
{
this
.
searchEmptyMessage
=
this
.
hideProjects
?
COMMON_STR
.
GROUP_SEARCH_EMPTY
:
COMMON_STR
.
GROUP_PROJECT_SEARCH_EMPTY
;
eventHub
.
$on
(
'
fetchPage
'
,
this
.
fetchPage
);
eventHub
.
$on
(
'
toggleChildren
'
,
this
.
toggleChildren
);
eventHub
.
$on
(
'
leaveGroup
'
,
this
.
leaveGroup
);
eventHub
.
$on
(
'
updatePagination
'
,
this
.
updatePagination
);
eventHub
.
$on
(
'
updateGroups
'
,
this
.
updateGroups
);
},
mounted
()
{
this
.
fetchAllGroups
();
},
beforeDestroy
()
{
eventHub
.
$off
(
'
fetchPage
'
,
this
.
fetchPage
);
eventHub
.
$off
(
'
toggleChildren
'
,
this
.
toggleChildren
);
eventHub
.
$off
(
'
leaveGroup
'
,
this
.
leaveGroup
);
eventHub
.
$off
(
'
updatePagination
'
,
this
.
updatePagination
);
eventHub
.
$off
(
'
updateGroups
'
,
this
.
updateGroups
);
},
};
};
</
script
>
</
script
>
...
...
app/assets/javascripts/groups/components/group_folder.vue
View file @
cbdbb645
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
return
n__
(
return
n__
(
'
One more item
'
,
'
One more item
'
,
'
%d more items
'
,
'
%d more items
'
,
this
.
parentGroup
.
childrenCount
-
this
.
parentGroup
.
children
.
length
this
.
parentGroup
.
childrenCount
-
this
.
parentGroup
.
children
.
length
,
);
);
},
},
},
},
...
@@ -47,8 +47,9 @@ export default {
...
@@ -47,8 +47,9 @@ export default {
<i
<i
class=
"fa fa-external-link"
class=
"fa fa-external-link"
aria-hidden=
"true"
aria-hidden=
"true"
/>
>
{{
moreChildrenStats
}}
</i>
{{
moreChildrenStats
}}
</a>
</a>
</li>
</li>
</ul>
</ul>
...
...
app/assets/javascripts/groups/components/group_item.vue
View file @
cbdbb645
<
script
>
<
script
>
import
{
visitUrl
}
from
'
../../lib/utils/url_utility
'
;
import
{
visitUrl
}
from
'
../../lib/utils/url_utility
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
import
tooltip
from
'
../../vue_shared/directives/tooltip
'
;
import
identicon
from
'
../../vue_shared/components/identicon.vue
'
;
import
identicon
from
'
../../vue_shared/components/identicon.vue
'
;
import
eventHub
from
'
../event_hub
'
;
import
eventHub
from
'
../event_hub
'
;
import
itemCaret
from
'
./item_caret.vue
'
;
import
itemCaret
from
'
./item_caret.vue
'
;
import
itemTypeIcon
from
'
./item_type_icon.vue
'
;
import
itemTypeIcon
from
'
./item_type_icon.vue
'
;
import
itemStats
from
'
./item_stats.vue
'
;
import
itemStats
from
'
./item_stats.vue
'
;
import
itemActions
from
'
./item_actions.vue
'
;
import
itemActions
from
'
./item_actions.vue
'
;
export
default
{
export
default
{
directives
:
{
directives
:
{
tooltip
,
tooltip
,
},
},
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
}
}
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
...
@@ -84,14 +84,10 @@ export default {
...
@@ -84,14 +84,10 @@ export default {
:group=
"group"
:group=
"group"
:parent-group=
"parentGroup"
:parent-group=
"parentGroup"
/>
/>
<item-stats
<item-stats
:item=
"group"
/>
:item=
"group"
/>
<div
<div
class=
"folder-toggle-wrap"
>
class=
"folder-toggle-wrap"
>
<item-caret
<item-caret
:is-group-open=
"group.isOpen"
/>
:is-group-open=
"group.isOpen"
/>
<item-type-icon
<item-type-icon
:item-type=
"group.type"
:item-type=
"group.type"
:is-group-open=
"group.isOpen"
:is-group-open=
"group.isOpen"
...
@@ -113,7 +109,7 @@ export default {
...
@@ -113,7 +109,7 @@ export default {
<identicon
<identicon
v-else
v-else
size-class=
"s24"
size-class=
"s24"
:entity-id=
group.id
:entity-id=
"group.id"
:entity-name=
"group.name"
:entity-name=
"group.name"
/>
/>
</a>
</a>
...
@@ -135,13 +131,13 @@ export default {
...
@@ -135,13 +131,13 @@ export default {
v-if=
"group.permission"
v-if=
"group.permission"
class=
"user-access-role"
class=
"user-access-role"
>
>
{{
group
.
permission
}}
{{
group
.
permission
}}
</span>
</span>
</div>
</div>
<div
<div
v-if=
"group.description"
v-if=
"group.description"
class=
"description"
>
class=
"description"
>
{{
group
.
description
}}
{{
group
.
description
}}
</div>
</div>
</div>
</div>
<group-folder
<group-folder
...
...
app/assets/javascripts/ide/components/repo_editor.vue
View file @
cbdbb645
...
@@ -20,6 +20,38 @@ export default {
...
@@ -20,6 +20,38 @@ export default {
});
});
}
}
},
},
computed
:
{
...
mapGetters
([
'
activeFile
'
,
'
activeFileExtension
'
,
]),
...
mapState
([
'
leftPanelCollapsed
'
,
'
rightPanelCollapsed
'
,
'
panelResizing
'
,
]),
shouldHideEditor
()
{
return
this
.
activeFile
.
binary
&&
!
this
.
activeFile
.
raw
;
},
},
watch
:
{
activeFile
(
oldVal
,
newVal
)
{
if
(
newVal
&&
!
newVal
.
active
)
{
this
.
initMonaco
();
}
},
leftPanelCollapsed
()
{
this
.
editor
.
updateDimensions
();
},
rightPanelCollapsed
()
{
this
.
editor
.
updateDimensions
();
},
panelResizing
(
isResizing
)
{
if
(
isResizing
===
false
)
{
this
.
editor
.
updateDimensions
();
}
},
},
methods
:
{
methods
:
{
...
mapActions
([
...
mapActions
([
'
getRawFileData
'
,
'
getRawFileData
'
,
...
@@ -78,38 +110,6 @@ export default {
...
@@ -78,38 +110,6 @@ export default {
});
});
},
},
},
},
watch
:
{
activeFile
(
oldVal
,
newVal
)
{
if
(
newVal
&&
!
newVal
.
active
)
{
this
.
initMonaco
();
}
},
leftPanelCollapsed
()
{
this
.
editor
.
updateDimensions
();
},
rightPanelCollapsed
()
{
this
.
editor
.
updateDimensions
();
},
panelResizing
(
isResizing
)
{
if
(
isResizing
===
false
)
{
this
.
editor
.
updateDimensions
();
}
},
},
computed
:
{
...
mapGetters
([
'
activeFile
'
,
'
activeFileExtension
'
,
]),
...
mapState
([
'
leftPanelCollapsed
'
,
'
rightPanelCollapsed
'
,
'
panelResizing
'
,
]),
shouldHideEditor
()
{
return
this
.
activeFile
.
binary
&&
!
this
.
activeFile
.
raw
;
},
},
};
};
</
script
>
</
script
>
...
...
app/assets/javascripts/ide/components/repo_file.vue
View file @
cbdbb645
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
import
fileIcon
from
'
../../vue_shared/components/file_icon.vue
'
;
import
fileIcon
from
'
../../vue_shared/components/file_icon.vue
'
;
export
default
{
export
default
{
mixins
:
[
timeAgoMixin
,
],
components
:
{
components
:
{
skeletonLoadingContainer
,
skeletonLoadingContainer
,
newDropdown
,
newDropdown
,
fileIcon
,
fileIcon
,
},
},
mixins
:
[
timeAgoMixin
,
],
props
:
{
props
:
{
file
:
{
file
:
{
type
:
Object
,
type
:
Object
,
...
@@ -99,8 +99,7 @@
...
@@ -99,8 +99,7 @@
:opened=
"file.opened"
:opened=
"file.opened"
:style=
"levelIndentation"
:style=
"levelIndentation"
:size=
"16"
:size=
"16"
>
/>
</file-icon>
{{
file
.
name
}}
{{
file
.
name
}}
</a>
</a>
<new-dropdown
<new-dropdown
...
@@ -108,7 +107,8 @@
...
@@ -108,7 +107,8 @@
:project-id=
"file.projectId"
:project-id=
"file.projectId"
:branch=
"file.branchId"
:branch=
"file.branchId"
:path=
"file.path"
:path=
"file.path"
:parent=
"file"
/>
:parent=
"file"
/>
<i
<i
class=
"fa"
class=
"fa"
v-if=
"changedClass"
v-if=
"changedClass"
...
...
app/assets/javascripts/ide/components/repo_loading_file.vue
View file @
cbdbb645
...
@@ -25,15 +25,13 @@
...
@@ -25,15 +25,13 @@
/>
/>
</td>
</td>
<template
v-if=
"!leftPanelCollapsed"
>
<template
v-if=
"!leftPanelCollapsed"
>
<td
<td
class=
"hidden-sm hidden-xs"
>
class=
"hidden-sm hidden-xs"
>
<skeleton-loading-container
<skeleton-loading-container
:small=
"true"
:small=
"true"
/>
/>
</td>
</td>
<td
<td
class=
"hidden-xs"
>
class=
"hidden-xs"
>
<skeleton-loading-container
<skeleton-loading-container
class=
"animation-container-right"
class=
"animation-container-right"
:small=
"true"
:small=
"true"
...
...
app/assets/javascripts/monitoring/components/graph_group.vue
View file @
cbdbb645
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<h4>
{{
name
}}
</h4>
<h4>
{{
name
}}
</h4>
</div>
</div>
<div
class=
"panel-body prometheus-graph-group"
>
<div
class=
"panel-body prometheus-graph-group"
>
<slot
/
>
<slot
></slot
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
app/assets/javascripts/pdf/page/index.vue
View file @
cbdbb645
...
@@ -45,24 +45,26 @@
...
@@ -45,24 +45,26 @@
<canvas
<canvas
class=
"pdf-page"
class=
"pdf-page"
ref=
"canvas"
ref=
"canvas"
:data-page=
"number"
/>
:data-page=
"number"
>
</canvas>
</
template
>
</
template
>
<
style
>
<
style
>
.pdf-page
{
.pdf-page
{
margin
:
8px
auto
0
auto
;
margin
:
8px
auto
0
auto
;
border-top
:
1px
#ddd
solid
;
border-top
:
1px
#ddd
solid
;
border-bottom
:
1px
#ddd
solid
;
border-bottom
:
1px
#ddd
solid
;
width
:
100%
;
width
:
100%
;
}
}
.pdf-page
:first-child
{
.pdf-page
:first-child
{
margin-top
:
0px
;
margin-top
:
0px
;
border-top
:
0px
;
border-top
:
0px
;
}
}
.pdf-page
:last-child
{
.pdf-page
:last-child
{
margin-bottom
:
0px
;
margin-bottom
:
0px
;
border-bottom
:
0px
;
border-bottom
:
0px
;
}
}
</
style
>
</
style
>
app/assets/javascripts/profile/account/components/delete_account_modal.vue
View file @
cbdbb645
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
import
csrf
from
'
~/lib/utils/csrf
'
;
import
csrf
from
'
~/lib/utils/csrf
'
;
export
default
{
export
default
{
components
:
{
modal
,
},
props
:
{
props
:
{
actionUrl
:
{
actionUrl
:
{
type
:
String
,
type
:
String
,
...
@@ -24,9 +27,6 @@
...
@@ -24,9 +27,6 @@
enteredUsername
:
''
,
enteredUsername
:
''
,
};
};
},
},
components
:
{
modal
,
},
computed
:
{
computed
:
{
csrfToken
()
{
csrfToken
()
{
return
csrf
.
token
;
return
csrf
.
token
;
...
@@ -85,7 +85,9 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
...
@@ -85,7 +85,9 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
@
submit=
"onSubmit"
@
submit=
"onSubmit"
:submit-disabled=
"!canSubmit()"
>
:submit-disabled=
"!canSubmit()"
>
<template
slot=
"body"
slot-scope=
"props"
>
<template
slot=
"body"
slot-scope=
"props"
>
<p
v-html=
"props.text"
></p>
<p
v-html=
"props.text"
></p>
<form
<form
...
@@ -96,13 +98,19 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
...
@@ -96,13 +98,19 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
<input
<input
type=
"hidden"
type=
"hidden"
name=
"_method"
name=
"_method"
value=
"delete"
/>
value=
"delete"
/>
<input
<input
type=
"hidden"
type=
"hidden"
name=
"authenticity_token"
name=
"authenticity_token"
:value=
"csrfToken"
/>
:value=
"csrfToken"
/>
<p
id=
"input-label"
v-html=
"inputLabel"
></p>
<p
id=
"input-label"
v-html=
"inputLabel"
>
</p>
<input
<input
v-if=
"confirmWithPassword"
v-if=
"confirmWithPassword"
...
@@ -110,14 +118,16 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
...
@@ -110,14 +118,16 @@ Once you confirm %{deleteAccount}, it cannot be undone or recovered.`),
class=
"form-control"
class=
"form-control"
type=
"password"
type=
"password"
v-model=
"enteredPassword"
v-model=
"enteredPassword"
aria-labelledby=
"input-label"
/>
aria-labelledby=
"input-label"
/>
<input
<input
v-else
v-else
name=
"username"
name=
"username"
class=
"form-control"
class=
"form-control"
type=
"text"
type=
"text"
v-model=
"enteredUsername"
v-model=
"enteredUsername"
aria-labelledby=
"input-label"
/>
aria-labelledby=
"input-label"
/>
</form>
</form>
</
template
>
</
template
>
...
...
app/assets/javascripts/projects/permissions/components/project_setting_row.vue
View file @
cbdbb645
...
@@ -46,6 +46,6 @@
...
@@ -46,6 +46,6 @@
>
>
{{
helpText
}}
{{
helpText
}}
</span>
</span>
<slot
/
>
<slot
></slot
>
</div>
</div>
</
template
>
</
template
>
app/assets/javascripts/projects_dropdown/components/search.vue
View file @
cbdbb645
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
v-if=
"!searchQuery"
v-if=
"!searchQuery"
class=
"search-icon fa fa-fw fa-search"
class=
"search-icon fa fa-fw fa-search"
aria-hidden=
"true"
aria-hidden=
"true"
/>
>
</i>
</div>
</div>
</
template
>
</
template
>
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
View file @
cbdbb645
...
@@ -20,10 +20,12 @@
...
@@ -20,10 +20,12 @@
hasCi
:
{
hasCi
:
{
type
:
Boolean
,
type
:
Boolean
,
required
:
false
,
required
:
false
,
default
:
false
,
},
},
ciStatus
:
{
ciStatus
:
{
type
:
String
,
type
:
String
,
required
:
false
,
required
:
false
,
default
:
''
,
},
},
},
},
computed
:
{
computed
:
{
...
@@ -31,7 +33,7 @@
...
@@ -31,7 +33,7 @@
return
this
.
pipeline
&&
Object
.
keys
(
this
.
pipeline
).
length
>
0
;
return
this
.
pipeline
&&
Object
.
keys
(
this
.
pipeline
).
length
>
0
;
},
},
hasCIError
()
{
hasCIError
()
{
return
this
.
hasCi
&&
!
this
.
ciStatus
;
return
this
.
hasCi
&&
this
.
ciStatus
!==
''
;
},
},
status
()
{
status
()
{
return
this
.
pipeline
.
details
&&
return
this
.
pipeline
.
details
&&
...
...
app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_rebase.vue
View file @
cbdbb645
...
@@ -7,6 +7,10 @@
...
@@ -7,6 +7,10 @@
export
default
{
export
default
{
name
:
'
MRWidgetRebase
'
,
name
:
'
MRWidgetRebase
'
,
components
:
{
statusIcon
,
loadingIcon
,
},
props
:
{
props
:
{
mr
:
{
mr
:
{
type
:
Object
,
type
:
Object
,
...
@@ -17,10 +21,6 @@
...
@@ -17,10 +21,6 @@
required
:
true
,
required
:
true
,
},
},
},
},
components
:
{
statusIcon
,
loadingIcon
,
},
data
()
{
data
()
{
return
{
return
{
isMakingRequest
:
false
,
isMakingRequest
:
false
,
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
<span
class=
"bold"
>
<span
class=
"bold"
>
Fast-forward merge is not possible.
Fast-forward merge is not possible.
Rebase the source branch onto
Rebase the source branch onto
<span
class=
"label-branch"
>
{{
mr
.
targetBranch
}}
</span>
<span
class=
"label-branch"
>
{{
mr
.
targetBranch
}}
</span>
to allow this merge request to be merged.
to allow this merge request to be merged.
</span>
</span>
</
template
>
</
template
>
...
@@ -110,13 +110,15 @@
...
@@ -110,13 +110,15 @@
type=
"button"
type=
"button"
class=
"btn btn-sm btn-reopen btn-success"
class=
"btn btn-sm btn-reopen btn-success"
:disabled=
"isMakingRequest"
:disabled=
"isMakingRequest"
@
click=
"rebase"
>
@
click=
"rebase"
>
<loading-icon
v-if=
"isMakingRequest"
/>
<loading-icon
v-if=
"isMakingRequest"
/>
Rebase
Rebase
</button>
</button>
<span
<span
v-if=
"!rebasingError"
v-if=
"!rebasingError"
class=
"bold"
>
class=
"bold"
>
Fast-forward merge is not possible.
Fast-forward merge is not possible.
Rebase the source branch onto the target branch or merge target
Rebase the source branch onto the target branch or merge target
branch into source branch to allow this merge request to be merged.
branch into source branch to allow this merge request to be merged.
...
@@ -124,7 +126,7 @@
...
@@ -124,7 +126,7 @@
<span
<span
v-else
v-else
class=
"bold danger"
>
class=
"bold danger"
>
{{
rebasingError
}}
{{
rebasingError
}}
</span>
</span>
</div>
</div>
</
template
>
</
template
>
...
...
app/assets/javascripts/vue_shared/components/expand_button.vue
View file @
cbdbb645
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
* </expand-button>
* </expand-button>
*/
*/
export
default
{
export
default
{
name
:
'
e
xpandButton
'
,
name
:
'
E
xpandButton
'
,
data
()
{
data
()
{
return
{
return
{
isCollapsed
:
true
,
isCollapsed
:
true
,
...
...
app/assets/javascripts/vue_shared/components/modal.vue
View file @
cbdbb645
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'
m
odal
'
,
name
:
'
M
odal
'
,
props
:
{
props
:
{
id
:
{
id
:
{
type
:
String
,
type
:
String
,
required
:
false
,
required
:
false
,
default
:
''
,
},
},
title
:
{
title
:
{
type
:
String
,
type
:
String
,
required
:
false
,
required
:
false
,
default
:
''
,
},
},
text
:
{
text
:
{
type
:
String
,
type
:
String
,
required
:
false
,
required
:
false
,
default
:
''
,
},
},
hideFooter
:
{
hideFooter
:
{
type
:
Boolean
,
type
:
Boolean
,
...
@@ -73,15 +76,15 @@ export default {
...
@@ -73,15 +76,15 @@ export default {
this
.
$emit
(
'
submit
'
,
event
);
this
.
$emit
(
'
submit
'
,
event
);
},
},
},
},
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"modal-open"
>
<div
class=
"modal-open"
>
<div
<div
:id=
"id"
:id=
"id"
class=
"modal"
class=
"modal"
:class=
"id
? '' : 'show'"
:class=
"id !== ''
? '' : 'show'"
role=
"dialog"
role=
"dialog"
tabindex=
"-1"
tabindex=
"-1"
>
>
...
@@ -94,7 +97,7 @@ export default {
...
@@ -94,7 +97,7 @@ export default {
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<slot
name=
"header"
>
<slot
name=
"header"
>
<h4
class=
"modal-title pull-left"
>
<h4
class=
"modal-title pull-left"
>
{{
this
.
title
}}
{{
this
.
title
}}
</h4>
</h4>
<button
<button
type=
"button"
type=
"button"
...
@@ -109,16 +112,20 @@ export default {
...
@@ -109,16 +112,20 @@ export default {
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<slot
name=
"body"
:text=
"text"
>
<slot
name=
"body"
:text=
"text"
>
<p>
{{
this
.
text
}}
</p>
<p>
{{
this
.
text
}}
</p>
</slot>
</slot>
</div>
</div>
<div
class=
"modal-footer"
v-if=
"!hideFooter"
>
<div
class=
"modal-footer"
v-if=
"!hideFooter"
>
<button
<button
type=
"button"
type=
"button"
class=
"btn pull-left"
class=
"btn pull-left"
:class=
"btnCancelKindClass"
:class=
"btnCancelKindClass"
@
click=
"emitCancel($event)"
@
click=
"emitCancel($event)"
data-dismiss=
"modal"
>
data-dismiss=
"modal"
>
{{
closeButtonLabel
}}
{{
closeButtonLabel
}}
</button>
</button>
<button
<button
...
@@ -128,7 +135,8 @@ export default {
...
@@ -128,7 +135,8 @@ export default {
:disabled=
"submitDisabled"
:disabled=
"submitDisabled"
:class=
"btnKindClass"
:class=
"btnKindClass"
@
click=
"emitSubmit($event)"
@
click=
"emitSubmit($event)"
data-dismiss=
"modal"
>
data-dismiss=
"modal"
>
{{
primaryButtonLabel
}}
{{
primaryButtonLabel
}}
</button>
</button>
</div>
</div>
...
@@ -136,8 +144,8 @@ export default {
...
@@ -136,8 +144,8 @@ export default {
</div>
</div>
</div>
</div>
<div
<div
v-if=
"!id
"
v-if=
"id !== ''
"
class=
"modal-backdrop fade in"
>
class=
"modal-backdrop fade in"
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
app/assets/javascripts/vue_shared/components/recaptcha_modal.vue
View file @
cbdbb645
<
script
>
<
script
>
import
modal
from
'
./modal.vue
'
;
import
modal
from
'
./modal.vue
'
;
export
default
{
export
default
{
name
:
'
recaptcha-modal
'
,
name
:
'
RecaptchaModal
'
,
components
:
{
modal
,
},
props
:
{
props
:
{
html
:
{
html
:
{
...
@@ -19,8 +23,14 @@ export default {
...
@@ -19,8 +23,14 @@ export default {
};
};
},
},
components
:
{
watch
:
{
modal
,
html
()
{
this
.
appendRecaptchaScript
();
},
},
mounted
()
{
window
.
recaptchaDialogCallback
=
this
.
submit
.
bind
(
this
);
},
},
methods
:
{
methods
:
{
...
@@ -51,35 +61,26 @@ export default {
...
@@ -51,35 +61,26 @@ export default {
this
.
$el
.
querySelector
(
'
form
'
).
submit
();
this
.
$el
.
querySelector
(
'
form
'
).
submit
();
},
},
},
},
};
watch
:
{
html
()
{
this
.
appendRecaptchaScript
();
},
},
mounted
()
{
window
.
recaptchaDialogCallback
=
this
.
submit
.
bind
(
this
);
},
};
</
script
>
</
script
>
<
template
>
<
template
>
<modal
<modal
kind=
"warning"
kind=
"warning"
class=
"recaptcha-modal js-recaptcha-modal"
class=
"recaptcha-modal js-recaptcha-modal"
:hide-footer=
"true"
:hide-footer=
"true"
:title=
"__('Please solve the reCAPTCHA')"
:title=
"__('Please solve the reCAPTCHA')"
@
cancel=
"close"
@
cancel=
"close"
>
>
<div
slot=
"body"
>
<div
slot=
"body"
>
<p>
<p>
{{
__
(
'
We want to be sure it is you, please confirm you are not a robot.
'
)
}}
{{
__
(
'
We want to be sure it is you, please confirm you are not a robot.
'
)
}}
</p>
</p>
<div
<div
ref=
"recaptcha"
ref=
"recaptcha"
v-html=
"html"
v-html=
"html"
></div>
>
</div>
</div>
</div>
</modal>
</modal>
</
template
>
</
template
>
app/assets/javascripts/vue_shared/components/sidebar/toggle_sidebar.vue
View file @
cbdbb645
...
@@ -24,7 +24,11 @@
...
@@ -24,7 +24,11 @@
<i
<i
aria-label=
"toggle collapse"
aria-label=
"toggle collapse"
class=
"fa"
class=
"fa"
:class=
"
{ 'fa-angle-double-right': !collapsed, 'fa-angle-double-left': collapsed }"
:class=
"
{
/>
'fa-angle-double-right': !collapsed,
'fa-angle-double-left': collapsed
}"
>
</i>
</button>
</button>
</
template
>
</
template
>
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