fix: do not allow service storage mount point modifications

This commit is contained in:
Andras Bacsai
2024-05-27 15:11:00 +02:00
parent 92828b22fa
commit ad5c1639e8
3 changed files with 19 additions and 8 deletions

View File

@@ -12,6 +12,8 @@ class Show extends Component
public bool $isReadOnly = false;
public ?string $modalId = null;
public bool $isFirst = true;
public bool $isService = false;
public ?string $startedAt = null;
protected $rules = [
'storage.name' => 'required|string',