1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-21 12:55:30 +00:00

Merge pull request #5976 from mailcow/fix/get-tfa

2024-07 fixes
This commit is contained in:
FreddleSpl0it
2024-08-01 11:04:04 +02:00
committed by GitHub
3 changed files with 9 additions and 3 deletions

View File

@@ -325,7 +325,10 @@ jQuery(function($){
title: 'URI',
data: 'uri',
defaultContent: '',
className: 'dtr-col-md dtr-break-all'
className: 'dtr-col-md dtr-break-all',
render: function (data, type) {
return escapeHtml(data);
}
},
{
title: 'Method',