Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Bk Bcs Saas
Commits
f83af355
Unverified
Commit
f83af355
authored
3 years ago
by
HubuHito
Browse files
Options
Download
Email Patches
Plain Diff
fix: 修复私有化1.5.4测试问题
parent
8ca5f1f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
bcs-app/frontend/src/views/app/k8s/daemonset.vue
+3
-0
bcs-app/frontend/src/views/app/k8s/daemonset.vue
bcs-app/frontend/src/views/app/k8s/deployments.vue
+3
-0
bcs-app/frontend/src/views/app/k8s/deployments.vue
bcs-app/frontend/src/views/app/k8s/job.vue
+3
-0
bcs-app/frontend/src/views/app/k8s/job.vue
bcs-app/frontend/src/views/app/k8s/statefulset.vue
+3
-0
bcs-app/frontend/src/views/app/k8s/statefulset.vue
bcs-app/frontend/src/views/app/mixins/mixin-base-instantiation.js
+2
-1
...frontend/src/views/app/mixins/mixin-base-instantiation.js
bcs-app/frontend/src/views/configuration/instantiation.vue
+2
-1
bcs-app/frontend/src/views/configuration/instantiation.vue
with
16 additions
and
2 deletions
+16
-2
bcs-app/frontend/src/views/app/k8s/daemonset.vue
+
3
-
0
View file @
f83af355
...
...
@@ -30,6 +30,9 @@
tmplAppId
:
tpl
.
tmpl_app_id
,
tmplAppName
:
tpl
.
tmpl_app_name
,
searchParamsList
:
this
.
searchParamsList
},
query
:
{
clusterId
:
this
.
clusterValue
}
})
},
...
...
This diff is collapsed.
Click to expand it.
bcs-app/frontend/src/views/app/k8s/deployments.vue
+
3
-
0
View file @
f83af355
...
...
@@ -30,6 +30,9 @@
tmplAppId
:
tpl
.
tmpl_app_id
,
tmplAppName
:
tpl
.
tmpl_app_name
,
searchParamsList
:
this
.
searchParamsList
},
query
:
{
clusterId
:
this
.
clusterValue
}
})
},
...
...
This diff is collapsed.
Click to expand it.
bcs-app/frontend/src/views/app/k8s/job.vue
+
3
-
0
View file @
f83af355
...
...
@@ -30,6 +30,9 @@
tmplAppId
:
tpl
.
tmpl_app_id
,
tmplAppName
:
tpl
.
tmpl_app_name
,
searchParamsList
:
this
.
searchParamsList
},
query
:
{
clusterId
:
this
.
clusterValue
}
})
},
...
...
This diff is collapsed.
Click to expand it.
bcs-app/frontend/src/views/app/k8s/statefulset.vue
+
3
-
0
View file @
f83af355
...
...
@@ -30,6 +30,9 @@
tmplAppId
:
tpl
.
tmpl_app_id
,
tmplAppName
:
tpl
.
tmpl_app_name
,
searchParamsList
:
this
.
searchParamsList
},
query
:
{
clusterId
:
this
.
clusterValue
}
})
},
...
...
This diff is collapsed.
Click to expand it.
bcs-app/frontend/src/views/app/mixins/mixin-base-instantiation.js
+
2
-
1
View file @
f83af355
...
...
@@ -246,7 +246,8 @@ export default {
const
res
=
await
this
.
$store
.
dispatch
(
'
configuration/getAllNamespaceList
'
,
{
projectId
:
this
.
projectId
,
group_by
:
'
cluster_name
'
,
perm_can_use
:
1
perm_can_use
:
1
,
cluster_id
:
this
.
$route
.
query
.
clusterId
})
const
list
=
res
.
data
...
...
This diff is collapsed.
Click to expand it.
bcs-app/frontend/src/views/configuration/instantiation.vue
+
2
-
1
View file @
f83af355
...
...
@@ -2149,7 +2149,8 @@
const
res
=
await
this
.
$store
.
dispatch
(
'
configuration/getAllNamespaceList
'
,
{
projectId
:
this
.
projectId
,
group_by
:
'
cluster_name
'
,
perm_can_use
:
1
perm_can_use
:
1
,
cluster_id
:
clusterId
})
const
resList
=
res
.
data
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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