Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpc500 authored Mar 21, 2022
1 parent 3bec9b8 commit a006984
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function(task, responses){
for(let i = 0; i < entries.length; i++){

output_table.push({
"Backup File":{ "plaintext": entries[i]["backup"] },
"Backup File":{ "plaintext": entries[i]["backup"], "copyIcon": true },
"Original File":{ "plaintext": entries[i]["original"] },
"Size":{ "plaintext": entries[i]["size"] },
"Modified Time":{ "plaintext": entries[i]["mtime"] },
Expand All @@ -37,8 +37,8 @@ function(task, responses){
{"plaintext": "Backup File", "type": "string", "fillWidth": true},
{"plaintext": "Original File", "type": "string", "fillWidth": true},
{"plaintext": "Size", "type": "string", "width": 80},
{"plaintext": "Modified Time", "type": "string", "width": 285},
{"plaintext": "Created Time", "type": "string", "width": 285},
{"plaintext": "Modified Time", "type": "string", "width": 200},
{"plaintext": "Created Time", "type": "string", "width": 200},
{"plaintext": "Type", "type": "string", "width": 80},
],
"rows": output_table,
Expand Down

0 comments on commit a006984

Please sign in to comment.