mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-09-23 19:27:10 +00:00
[Imapsync] switch from order_id to prio
This commit is contained in:
@@ -2231,8 +2231,8 @@ jQuery(function($){
|
||||
defaultContent: ''
|
||||
},
|
||||
{
|
||||
title: lang.syncjobs.order_id,
|
||||
data: 'order_id',
|
||||
title: lang.syncjobs.prio,
|
||||
data: 'prio',
|
||||
responsivePriority: 3,
|
||||
defaultContent: ''
|
||||
},
|
||||
|
||||
@@ -349,8 +349,8 @@ jQuery(function($){
|
||||
responsivePriority: 3
|
||||
},
|
||||
{
|
||||
title: lang.syncjobs.order_id,
|
||||
data: 'order_id',
|
||||
title: lang.syncjobs.prio,
|
||||
data: 'prio',
|
||||
defaultContent: '',
|
||||
responsivePriority: 3
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user