fix: remove nixpkgarchive from ui

This commit is contained in:
Andras Bacsai
2023-09-12 09:46:10 +02:00
parent 95764c2b76
commit be30651172
3 changed files with 0 additions and 14 deletions

View File

@@ -48,7 +48,6 @@ class General extends Component
'application.ports_exposes' => 'required',
'application.ports_mappings' => 'nullable',
'application.dockerfile' => 'nullable',
'application.nixpkgsarchive' => 'nullable',
];
protected $validationAttributes = [
'application.name' => 'name',
@@ -67,7 +66,6 @@ class General extends Component
'application.ports_exposes' => 'Ports exposes',
'application.ports_mappings' => 'Ports mappings',
'application.dockerfile' => 'Dockerfile',
'application.nixpkgsarchive' => 'Nixpkgs archive',
];
public function instantSave()