🎉 Finishes server creation 🎉
This commit is contained in:
parent
a7fdb9618c
commit
9d2d726992
5 changed files with 136 additions and 17 deletions
|
@ -62,6 +62,7 @@ class ServersController extends Controller
|
|||
->join('locations', 'nodes.location', '=', 'locations.id')
|
||||
->join('services', 'servers.service', '=', 'services.id')
|
||||
->join('service_options', 'servers.option', '=', 'service_options.id')
|
||||
->where('servers.id', $id)
|
||||
->first();
|
||||
|
||||
return view('admin.servers.view', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue