fix(系统设置): 资源池k8s
This commit is contained in:
parent
6c7b8fe614
commit
3b35cc1e67
|
@ -152,7 +152,7 @@
|
||||||
<a-form-item v-if="isShowTypeItem" :label="t('system.resourcePool.type')" field="type" class="form-item">
|
<a-form-item v-if="isShowTypeItem" :label="t('system.resourcePool.type')" field="type" class="form-item">
|
||||||
<a-radio-group v-model:model-value="form.type" type="button" @change="changeResourceType">
|
<a-radio-group v-model:model-value="form.type" type="button" @change="changeResourceType">
|
||||||
<a-radio value="Node">Node</a-radio>
|
<a-radio value="Node">Node</a-radio>
|
||||||
<a-radio v-xpack value="Kubernetes">Kubernetes</a-radio>
|
<a-radio value="Kubernetes">Kubernetes</a-radio>
|
||||||
</a-radio-group>
|
</a-radio-group>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<template v-if="isShowNodeResources">
|
<template v-if="isShowNodeResources">
|
||||||
|
|
Loading…
Reference in New Issue