Skip to content

Commit

Permalink
fixing borwserscript for ls
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Aug 7, 2024
1 parent a9329bc commit 5cb7244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Payload_Type/poseidon/poseidon/browserscripts/ls_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ function(task, response){
let headers = [
{"plaintext": "name", "type": "string", "fillWidth": true},
{"plaintext": "size", "type": "size", "width": 150},
{"plaintext": "user", "type": "string", "width": 200},
{"plaintext": "group", "type": "string", "width": 200},
{"plaintext": "user", "type": "string", "fillWidth": true},
{"plaintext": "group", "type": "string", "fillWidth": true},
{"plaintext": "permissions", "type": "string", "width": 150},
{"plaintext": "modified", "type": "date", "width": 300},
{"plaintext": "modified", "type": "date", "width": 250},
{"plaintext": "ls", "type": "button", "width": 100},
{"plaintext": "download", "type": "button", "width": 100},
];
Expand Down

0 comments on commit 5cb7244

Please sign in to comment.