mirror of https://github.com/apache/cloudstack.git
fix display ip address allow input (#5569)
This commit is contained in:
parent
79e6fe47c8
commit
daf29a085e
|
|
@ -30,8 +30,8 @@
|
|||
<div>{{ text }}</div>
|
||||
<small v-if="record.type!=='L2'">{{ $t('label.cidr') + ': ' + record.cidr }}</small>
|
||||
</template>
|
||||
<template slot="ipAddress" slot-scope="text, record, index">
|
||||
<a-form-item v-if="record.type!=='L2' && index === 0">
|
||||
<template slot="ipAddress" slot-scope="text, record">
|
||||
<a-form-item v-if="record.type!=='L2'">
|
||||
<a-input
|
||||
style="width: 150px;"
|
||||
v-decorator="['ipAddress' + record.id, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue