kthcloud / console

kthcloud web console
https://cloud.cbh.kth.se
MIT License
3 stars 3 forks source link

Check if run arguments exceed 100 and display an error on the input #307

Closed Phillezi closed 3 weeks ago

Phillezi commented 3 weeks ago

Check if run arguments exceed 100 and display an error on the input and enque an error if the user tries to save their args with length > 100.

Just added a little check that makes sure the user gets alerted if imageArgs exceed 100, since it is the max in go-deploy.

It looks like this (changed it to 2 for displaying purposes): image image image