Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qahome-diamond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qahome-diamond
Commits
ee8a596e
Commit
ee8a596e
authored
Jun 19, 2019
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新日志目录
parent
09b9b0bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sync.vue
src/views/dbconfig/sync.vue
+2
-2
envDetail.vue
src/views/docker/envDetail.vue
+1
-1
No files found.
src/views/dbconfig/sync.vue
View file @
ee8a596e
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
<div
class=
"app-container"
style=
"width:1000px; margin:0 auto;"
>
<div
class=
"app-container"
style=
"width:1000px; margin:0 auto;"
>
<el-form
ref=
"dataForm"
:inline=
"true"
:rules=
"rules"
:model=
"temp"
label-width=
"150px"
style=
"margin-bottom:15px"
>
<el-form
ref=
"dataForm"
:inline=
"true"
:rules=
"rules"
:model=
"temp"
label-width=
"150px"
style=
"margin-bottom:15px"
>
<el-form-item
label=
"Namespace"
prop=
"namespace"
>
<el-form-item
label=
"Namespace"
prop=
"namespace"
>
<el-select
v-model=
"temp.namespace"
style=
"width:310px"
placeholder=
"要同步数据库的环境"
clearable
>
<el-select
v-model=
"temp.namespace"
style=
"width:310px"
placeholder=
"要同步数据库的环境"
filterable
clearable
>
<el-option
v-for=
"item in namespaces"
:value=
"item"
:label=
"item"
:key=
"item"
/>
<el-option
v-for=
"item in namespaces"
:value=
"item"
:label=
"item"
:key=
"item"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"数据库名称"
prop=
"dbname"
>
<el-form-item
label=
"数据库名称"
prop=
"dbname"
>
<el-select
:disabled=
"disableBool"
v-model=
"temp.dbname"
clearable
placeholder=
"要同步表结构及配置数据的数据库名称"
style=
"width:310px"
>
<el-select
:disabled=
"disableBool"
v-model=
"temp.dbname"
filterable
clearable
placeholder=
"要同步表结构及配置数据的数据库名称"
style=
"width:310px"
>
<el-option
v-for=
"item in dbnames"
:value=
"item"
:label=
"item"
:key=
"item"
/>
<el-option
v-for=
"item in dbnames"
:value=
"item"
:label=
"item"
:key=
"item"
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
...
...
src/views/docker/envDetail.vue
View file @
ee8a596e
...
@@ -602,7 +602,7 @@ export default {
...
@@ -602,7 +602,7 @@ export default {
if
(
scopeData
.
labels
.
type
===
'
ui
'
)
{
if
(
scopeData
.
labels
.
type
===
'
ui
'
)
{
path
=
'
/usr/local/openresty/nginx/logs/access.log /usr/local/openresty/nginx/logs/error.log
'
path
=
'
/usr/local/openresty/nginx/logs/access.log /usr/local/openresty/nginx/logs/error.log
'
}
else
{
}
else
{
path
=
`/home/quant_group/logs/
${
scopeData
.
serviceName
}
.log`
path
=
`/home/quant_group/logs/
*
.log`
}
}
window
.
open
(
`http://172.30.220.24:9600/static/logs.html?namespace=
${
this
.
namespace
}
&pod=
${
scopeData
.
podName
}
&paths=
${
path
}
`
,
'
_blank
'
)
window
.
open
(
`http://172.30.220.24:9600/static/logs.html?namespace=
${
this
.
namespace
}
&pod=
${
scopeData
.
podName
}
&paths=
${
path
}
`
,
'
_blank
'
)
},
},
...
...
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