Skip to content

Commit 95225b5

Browse files
author
SadiJr
committed
Merge branch 'change-max-proj-ui' into '4.20.0.0-scclouds'
Alteração da quantidade máxima de projetos através da UI Closes apache#2721 See merge request scclouds/scclouds!1193
2 parents e2a7133 + caee59f commit 95225b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/view/ResourceLimitTab.vue

Lines changed: 1 addition & 1 deletion
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('_', '') : '')) + (item.tag ? ' [' + item.tag + ']': '')"
3333
:name="item.key"

0 commit comments

Comments
 (0)