Skip to content

Commit e08f88f

Browse files
define the limit of projects through the UI (#10652)
1 parent d5ba393 commit e08f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ui/src/components/view/ResourceLimitTab.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
>
2828
<div v-for="(item, index) in dataResource" :key="index">
2929
<a-form-item
30-
v-if="item.resourcetypename !== 'project'"
30+
v-if="item.resourcetypename !== 'project' || !$route.path.startsWith('/project')"
3131
:v-bind="item.resourcetypename"
3232
:label="$t('label.max' + (item.resourcetypename ? item.resourcetypename.replace('_', '') : ''))"
3333
:name="item.resourcetype"

0 commit comments

Comments
 (0)