You can easily make different kind of operations on this resource.
Clone Resource
Duplicate this resource to another server or network destination.
@can('update', $resource)
Clone Resource
All configurations will be duplicated to the selected destination. The running application won't be
touched.
@else
You don't have permission to clone resources. Contact your team administrator to request access.
@endcan
Move Resource
Transfer this resource between projects and environments.
@can('update', $resource)
@if ($projects->count() > 0)
Move Resource
All configurations will be moved to the selected environment. The running application won't be
touched.
@else
No other projects available for moving this resource.
@endif
@else
You don't have permission to move resources between projects or environments. Contact your team
administrator to request access.
@endcan