Merge pull request #474 from miniSpoXster777/patch-1
Add Server ID column to admin servers page
This commit is contained in:
commit
3e71549d93
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<th width="20"></th>
|
||||
<th>{{__('Name')}}</th>
|
||||
<th>{{__('User')}}</th>
|
||||
<th>{{__('Server id')}}</th>
|
||||
<th>{{__('Config')}}</th>
|
||||
<th>{{__('Suspended at')}}</th>
|
||||
<th>{{__('Created at')}}</th>
|
||||
|
@ -33,6 +34,7 @@
|
|||
{data: 'status' , name : 'servers.suspended'},
|
||||
{data: 'name'},
|
||||
{data: 'user' , name : 'user.name'},
|
||||
{data: 'identifier'},
|
||||
{data: 'resources' , name : 'product.name'},
|
||||
{data: 'suspended'},
|
||||
{data: 'created_at'},
|
||||
|
|
Loading…
Add table
Reference in a new issue