From 5cb7244278d4da1ec11b2e0ea39ca37ecdcd1026 Mon Sep 17 00:00:00 2001 From: its-a-feature Date: Wed, 7 Aug 2024 16:28:51 -0500 Subject: [PATCH] fixing borwserscript for ls --- Payload_Type/poseidon/poseidon/browserscripts/ls_new.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Payload_Type/poseidon/poseidon/browserscripts/ls_new.js b/Payload_Type/poseidon/poseidon/browserscripts/ls_new.js index fc804be..9069bc3 100644 --- a/Payload_Type/poseidon/poseidon/browserscripts/ls_new.js +++ b/Payload_Type/poseidon/poseidon/browserscripts/ls_new.js @@ -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}, ];