This closes #3371
This commit is contained in:
commit
7fafe179f1
|
@ -268,6 +268,17 @@ var Artemis;
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
if (ctrl.dlq) {
|
||||||
|
origQueue = {
|
||||||
|
itemField: 'StringProperties',
|
||||||
|
header: 'Original Queue',
|
||||||
|
templateFn: function(value) {
|
||||||
|
return value._AMQ_ORIG_QUEUE;
|
||||||
|
}
|
||||||
|
};
|
||||||
|
ctrl.tableColumns.push(origQueue);
|
||||||
|
}
|
||||||
|
|
||||||
var resendConfig = {
|
var resendConfig = {
|
||||||
name: 'Resend',
|
name: 'Resend',
|
||||||
title: 'Resend message',
|
title: 'Resend message',
|
||||||
|
|
Loading…
Reference in New Issue