From 0b2c92cbe5f8d721334c05ea9fd700832b748ef9 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 25 Apr 2024 13:37:45 +0200 Subject: [PATCH] able to change storage name and path --- .../livewire/project/shared/storages/show.blade.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/project/shared/storages/show.blade.php b/resources/views/livewire/project/shared/storages/show.blade.php index a50a78877..3a5733701 100644 --- a/resources/views/livewire/project/shared/storages/show.blade.php +++ b/resources/views/livewire/project/shared/storages/show.blade.php @@ -2,11 +2,13 @@
@if ($isReadOnly) @if ($isFirst) - - + + @else - + @endif @@ -25,7 +27,8 @@ Update - This storage will be deleted {{ $storage->name }}. It + This storage will be deleted {{ $storage->name }}. + It is not reversible.
Please think again.