Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sean King
admin-fe
Commits
363424ca
Commit
363424ca
authored
5 years ago
by
Angelina Filippova
Browse files
Options
Downloads
Patches
Plain Diff
Add link to documentation on Settings tab
parent
d4be7d26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/lang/en.js
+2
-1
2 additions, 1 deletion
src/lang/en.js
src/views/settings/index.vue
+30
-4
30 additions, 4 deletions
src/views/settings/index.vue
src/views/statuses/index.vue
+5
-5
5 additions, 5 deletions
src/views/statuses/index.vue
with
37 additions
and
10 deletions
src/lang/en.js
+
2
−
1
View file @
363424ca
...
...
@@ -358,7 +358,8 @@ export default {
successfullyUpdated
:
'
Successfully updated
'
,
metadatLowerCase
:
'
metadata
'
,
files
:
'
files
'
,
successfullyRemoved
:
'
Setting removed successfully!
'
successfullyRemoved
:
'
Setting removed successfully!
'
,
seeDocs
:
'
See Documentation
'
},
invites
:
{
inviteTokens
:
'
Invite tokens
'
,
...
...
This diff is collapsed.
Click to expand it.
src/views/settings/index.vue
+
30
−
4
View file @
363424ca
<
template
>
<div
class=
"settings-container"
>
<h1>
{{
$t
(
'
settings.settings
'
)
}}
</h1>
<div
class=
"settings-header-container"
>
<h1
class=
"settings-header"
>
{{
$t
(
'
settings.settings
'
)
}}
</h1>
<el-link
:underline=
"false"
href=
"https://docs-develop.pleroma.social/backend/admin/config/"
target=
"_blank"
>
<el-button
class=
"settings-docs-button"
>
<span>
<i
class=
"el-icon-document"
/>
{{
$t
(
'
settings.seeDocs
'
)
}}
</span>
</el-button>
</el-link>
</div>
<el-tabs
v-model=
"activeTab"
:tab-position=
"tabPosition"
>
<el-tab-pane
:label=
"$t('settings.activityPub')"
:disabled=
"configDisabled"
lazy
>
<activity-pub/>
...
...
@@ -143,9 +157,21 @@ export default {
.el-tabs
{
margin-top
:
20px
}
h1
{
margin
:
22px
0
0
15px
;
}
}
.settings-docs-button
{
width
:
163px
;
text-align
:
left
;
padding
:
10px
;
}
.settings-header
{
margin
:
0
;
}
.settings-header-container
{
display
:
flex
;
height
:
36px
;
justify-content
:
space-between
;
align-items
:
center
;
margin
:
22px
15px
15px
15px
;
}
@media
only
screen
and
(
min-width
:
1824px
)
{
.settings-container
{
...
...
This diff is collapsed.
Click to expand it.
src/views/statuses/index.vue
+
5
−
5
View file @
363424ca
...
...
@@ -112,11 +112,11 @@ export default {
}
}
.filter-container
{
display
:
flex
;
height
:
36px
;
justify-content
:
space-between
;
align-items
:
center
;
margin
:
22px
0
15px
0
;
display
:
flex
;
height
:
36px
;
justify-content
:
space-between
;
align-items
:
center
;
margin
:
22px
0
15px
0
;
}
.select-instance
{
width
:
350px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment