forked from AkkomaGang/admin-fe
Purge SSH settings
This commit is contained in:
parent
c4e16b1e15
commit
7a815f233d
4 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,9 @@ pipeline:
|
|||
build:
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
image: node:14
|
||||
commands:
|
||||
- git config --global url."https://github.com/".insteadOf git://github.com/
|
||||
|
@ -37,7 +39,9 @@ pipeline:
|
|||
release:
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- push
|
||||
branch:
|
||||
- main
|
||||
image: node:16
|
||||
secrets:
|
||||
- SCW_ACCESS_KEY
|
||||
|
|
|
@ -436,7 +436,6 @@ export default {
|
|||
gopher: 'Gopher',
|
||||
jobQueue: 'Job queue',
|
||||
webPush: 'Web push encryption',
|
||||
esshd: 'BBS / SSH access',
|
||||
rateLimiters: 'Rate limiters',
|
||||
other: 'Other',
|
||||
success: 'Settings changed successfully!',
|
||||
|
|
|
@ -2,7 +2,6 @@ export const tabs = [
|
|||
{ label: 'ActivityPub', path: 'activity-pub', tab: ':activity_pub' },
|
||||
{ label: 'Authentication', path: 'authentication', tab: ':authentication' },
|
||||
{ label: 'Captcha', path: 'captcha', tab: ':captcha' },
|
||||
{ label: 'BBS / SSH access', path: 'esshd', tab: ':esshd' },
|
||||
{ label: 'Emoji', path: 'emoji', tab: ':emoji' },
|
||||
{ label: 'Frontend', path: 'frontend', tab: ':frontend' },
|
||||
{ label: 'Gopher', path: 'gopher', tab: ':gopher' },
|
||||
|
|
|
@ -14,9 +14,7 @@
|
|||
<setting :setting-group="frontends" :data="frontendsData"/>
|
||||
</el-form>
|
||||
<el-divider v-if="frontends" class="divider thick-line"/>
|
||||
<el-form :model="assetsData" :label-position="labelPosition" :label-width="labelWidth">
|
||||
<setting :setting-group="assets" :data="assetsData"/>
|
||||
</el-form>
|
||||
<el-form :model="assetsData" :label-position="labelPosition" :label-width="labelWidth"/>
|
||||
<el-divider v-if="assets" class="divider thick-line"/>
|
||||
<el-form :model="chatData" :label-position="labelPosition" :label-width="labelWidth">
|
||||
<setting :setting-group="chat" :data="chatData"/>
|
||||
|
|
Loading…
Reference in a new issue