First pass at XML exporter for services

This commit is contained in:
Dane Everitt 2017-10-03 00:01:04 -05:00
parent 12faf80faf
commit 0d739257a9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 283 additions and 3 deletions

View file

@ -101,7 +101,7 @@
@foreach($service->options as $option)
<tr>
<td><a href="{{ route('admin.services.option.view', $option->id) }}">{{ $option->name }}</a></td>
<td>{!! $option->description !!}</td>
<td class="col-xs-6">{!! $option->description !!}</td>
<td><code>{{ $option->tag }}</code></td>
<td class="text-center">{{ $option->servers->count() }}</td>
</tr>