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
Container Registry
Model registry
Operate
Environments
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
Angelina Filippova
admin-fe
Commits
99bcf4cb
Commit
99bcf4cb
authored
5 years ago
by
Angelina Filippova
Browse files
Options
Downloads
Patches
Plain Diff
Remove Tesla Adapter from settings
parent
d0d421ca
No related branches found
No related tags found
No related merge requests found
Pipeline
#23202
passed
5 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/settings/components/Http.vue
+0
-10
0 additions, 10 deletions
src/views/settings/components/Http.vue
with
0 additions
and
10 deletions
src/views/settings/components/Http.vue
+
0
−
10
View file @
99bcf4cb
...
@@ -3,10 +3,6 @@
...
@@ -3,10 +3,6 @@
<el-form
ref=
"httpData"
:model=
"httpData"
:label-width=
"labelWidth"
>
<el-form
ref=
"httpData"
:model=
"httpData"
:label-width=
"labelWidth"
>
<setting
:setting-group=
"http"
:data=
"httpData"
/>
<setting
:setting-group=
"http"
:data=
"httpData"
/>
</el-form>
</el-form>
<el-form
ref=
"teslaAdapter"
:model=
"teslaAdapterData"
:label-width=
"labelWidth"
>
<setting
:setting-group=
"teslaAdapter"
:data=
"teslaAdapterData"
/>
</el-form>
<el-divider
class=
"divider thick-line"
/>
<el-form
ref=
"corsPlugData"
:model=
"corsPlugData"
:label-width=
"labelWidth"
>
<el-form
ref=
"corsPlugData"
:model=
"corsPlugData"
:label-width=
"labelWidth"
>
<el-form-item
class=
"grouped-settings-header"
>
<el-form-item
class=
"grouped-settings-header"
>
<span
class=
"label-font"
>
{{
$t
(
'
settings.corsPlug
'
)
}}
</span>
<span
class=
"label-font"
>
{{
$t
(
'
settings.corsPlug
'
)
}}
</span>
...
@@ -86,12 +82,6 @@ export default {
...
@@ -86,12 +82,6 @@ export default {
loading
()
{
loading
()
{
return
this
.
settings
.
loading
return
this
.
settings
.
loading
},
},
teslaAdapter
()
{
return
this
.
settings
.
description
.
find
(
setting
=>
setting
.
group
===
'
:tesla
'
)
},
teslaAdapterData
()
{
return
_
.
get
(
this
.
settings
.
settings
,
[
'
:tesla
'
])
||
{}
},
webCacheTtl
()
{
webCacheTtl
()
{
return
this
.
settings
.
description
.
find
(
setting
=>
setting
.
key
===
'
:web_cache_ttl
'
)
return
this
.
settings
.
description
.
find
(
setting
=>
setting
.
key
===
'
:web_cache_ttl
'
)
},
},
...
...
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