mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-25 06:15:56 +01:00
fix(ui): resouce usage message
This commit is contained in:
parent
6d23eff005
commit
10da89edc7
@ -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?"
|
||||
|
@ -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"
|
||||
/>
|
||||
|
@ -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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user