|
@@ -518,6 +518,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|
|
{
|
|
|
data: "virtual_path",
|
|
|
defaultContent: "",
|
|
|
+ width: '20%',
|
|
|
render: function(data, type, row) {
|
|
|
if (type === 'display') {
|
|
|
if (!data){
|
|
@@ -564,6 +565,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|
|
{
|
|
|
data: "status",
|
|
|
defaultContent: "",
|
|
|
+ width: '15%',
|
|
|
render: function(data, type, row) {
|
|
|
if (type === 'display') {
|
|
|
let info = "";
|
|
@@ -927,6 +929,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com).
|
|
|
{
|
|
|
data: "message",
|
|
|
defaultContent: "",
|
|
|
+ width: '25%',
|
|
|
render: function(data, type, row) {
|
|
|
if (type === 'display') {
|
|
|
if (data){
|