mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
refactoring (#116)
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
This commit is contained in:
@ -21,7 +21,7 @@ class="p-6"
|
||||
<option value="" selected disabled>
|
||||
{{ __("Select") }}
|
||||
</option>
|
||||
@foreach ($keys as $key)
|
||||
@foreach (auth()->user()->sshKeys as $key)
|
||||
<option value="{{ $key->id }}" @if($key->id === old('key_id')) selected @endif>
|
||||
{{ $key->name }}
|
||||
</option>
|
||||
|
Reference in New Issue
Block a user