bugy / script-server

Web UI for your scripts with execution management
Other
1.61k stars 249 forks source link

turn off word wrap script output #471

Open null338 opened 3 years ago

null338 commented 3 years ago

Hello,

Is there is a setting to turn off line wrap on the script output? My script output has very log lines and the script window appears to be truncating to the next line. Even when I use the copy button and paste to an editor the the lines are split up.

It would be helpful if I could find a way to scroll the window from left to right to keep the lines intact.

Also, is there a way to change the theme in the 'latest' build? The documentation suggest there is, however, I am unable to get it to change to the dark theme.

Thank you!

bugy commented 3 years ago

Hi @null338, unfortunately there is no such feature :(

Regarding the theme: did you try adding conf/theme/theme.css file? With proper variables (you could get one from samples folder)

null338 commented 3 years ago

Hi @bugy ,

Yes, I've tried that. The runners work, so I believe I have it setup correctly.

WORKDIR /app

./conf/
├── conf.json
├── logging.json
├── runners
│   ├── job1.json
│   ├── job2.json
│   └── job3.json
└── theme
    ├── darkBackground_header.jpg
    ├── darkBackground_login.jpg
    └── theme.css
bugy commented 3 years ago

Probably you are using released version. Please try dev one instead: https://github.com/bugy/script-server/releases/tag/dev

null338 commented 3 years ago

Yes. Will the themes be released to the 'released' 'latest' version?

bugy commented 3 years ago

Yes. Unfortunately I cannot find time lately to finish the full testing and do the release