move oom killer

This commit is contained in:
1day2die 2023-06-09 23:29:29 +02:00
parent dfd5c184af
commit 77e5b1302e

View file

@ -51,10 +51,10 @@
<th>{{__('Disk')}}</th>
<th>{{__('Databases')}}</th>
<th>{{__('Backups')}}</th>
<th>{{__('OOM Killer')}}</th>
<th>{{__('Nodes')}}</th>
<th>{{__('Eggs')}}</th>
<th>{{__('Min Credits')}}</th>
<th>{{__('OOM Killer')}}</th>
<th>{{__('Servers')}}</th>
<th>{{__('Created at')}}</th>
<th>{{ __('Actions') }}</th>
@ -101,10 +101,10 @@
{data: "disk"},
{data: "databases"},
{data: "backups"},
{data: "oom_killer"},
{data: "nodes", sortable: false},
{data: "eggs", sortable: false},
{data: "minimum_credits"},
{data: "oom_killer"},
{data: "servers", sortable: false},
{data: "created_at"},
{data: "actions", sortable: false}