chore: disable volume data cloning for now

This commit is contained in:
peaklabs-dev
2025-01-13 11:14:00 +01:00
parent 43dacd83c9
commit 36b16e9d62
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
<x-forms.input required id="newName" label="New Name" />
<x-forms.button isHighlighted wire:click="clone('project')" class="mt-4">Clone to a new Project</x-forms.button>
<x-forms.button isHighlighted wire:click="clone('environment')" class="mt-4">Clone to a new Environment</x-forms.button>
{{--
<div class="mt-8">
<h3 class="text-lg font-bold mb-2">Clone Volume Data</h3>
<div class="text-sm text-gray-600 dark:text-gray-300 mb-4">
@@ -39,7 +39,7 @@
</div>
@endif
</div>
</div>
</div> --}}
<h3 class="pt-8 pb-2">Servers</h3>
<div>Choose the server and network to clone the resources to.</div>

View File

@@ -1,7 +1,7 @@
<div>
<h2>Resource Operations</h2>
<div>You can easily make different kind of operations on this resource.</div>
{{--
<div class="mt-8">
<h3 class="text-lg font-bold mb-2">Clone Volume Data</h3>
<div class="text-sm text-gray-600 dark:text-gray-300 mb-4">
@@ -31,7 +31,7 @@
</div>
@endif
</div>
</div>
</div> --}}
<h3>Clone</h3>
<div class="pb-4">To another project / environment on a different / same server.</div>