mirror of https://github.com/apache/cloudstack.git
define the limit of projects through the UI (#10652)
This commit is contained in:
parent
d5ba39387b
commit
e08f88f0ae
|
|
@ -27,7 +27,7 @@
|
|||
>
|
||||
<div v-for="(item, index) in dataResource" :key="index">
|
||||
<a-form-item
|
||||
v-if="item.resourcetypename !== 'project'"
|
||||
v-if="item.resourcetypename !== 'project' || !$route.path.startsWith('/project')"
|
||||
:v-bind="item.resourcetypename"
|
||||
:label="$t('label.max' + (item.resourcetypename ? item.resourcetypename.replace('_', '') : ''))"
|
||||
:name="item.resourcetype"
|
||||
|
|
|
|||
Loading…
Reference in New Issue