Add mount update and deletion services, add MountController@update and MountController@delete

This commit is contained in:
Matthew Penner 2020-05-20 19:35:30 -06:00
parent 77150b2551
commit 0db7debb46
6 changed files with 154 additions and 11 deletions

View file

@ -47,8 +47,8 @@
<tr>
<td><code>{{ $mount->id }}</code></td>
<td><a href="{{ route('admin.mounts.view', $mount->id) }}">{{ $mount->name }}</a></td>
<td>{{ $mount->source }}</td>
<td>{{ $mount->target }}</td>
<td><code>{{ $mount->source }}</code></td>
<td><code>{{ $mount->target }}</code></td>
<td class="text-center">{{ $mount->eggs_count }}</td>
<td class="text-center">{{ $mount->nodes_count }}</td>
<td class="text-center">{{ $mount->servers_count }}</td>