fix(ui): resouce usage message

This commit is contained in:
Denis Gukov 2022-02-03 16:35:29 +05:00
parent 6d23eff005
commit 10da89edc7
3 changed files with 2 additions and 16 deletions

View File

@ -19,20 +19,6 @@
</template>
</EditDialog>
<EditDialog
v-model="itemRefsDialog"
title="Can't delete the environment"
:max-width="500"
>
<template v-slot:form="{}">
<ObjectRefsView
title="The environment used by following resources:"
:object-refs="itemRefs"
:project-id="projectId"
/>
</template>
</EditDialog>
<YesNoDialog
title="Delete environment"
text="Are you really want to delete this environment?"

View File

@ -26,7 +26,7 @@
>
<template v-slot:form="{}">
<ObjectRefsView
title="The inventory used by following resources:"
object-title="inventory"
:object-refs="itemRefs"
:project-id="projectId"
/>

View File

@ -25,7 +25,7 @@
>
<template v-slot:form="{}">
<ObjectRefsView
title="The repository used by following resources:"
object-title="repository"
:object-refs="itemRefs"
:project-id="projectId"
/>