feat(ui): add info callout to clone resource section about excluded items
This commit is contained in:
parent
ad95d65aca
commit
4fd90171eb
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@
|
|||
}">
|
||||
<h3 class="pt-4">Clone Resource</h3>
|
||||
<div class="pb-2">Duplicate this resource to another server or network destination.</div>
|
||||
<x-callout type="info" title="Important" class="mb-4">
|
||||
Cloning only duplicates resource configuration (such as environment variables, build settings etc..). It does not include any resource data, such as databases or stored files.
|
||||
</x-callout>
|
||||
|
||||
@can('update', $resource)
|
||||
<div class="space-y-4 pb-8">
|
||||
|
|
|
|||
Loading…
Reference in a new issue