nesfit / fitcrack

A hashcat-based distributed password cracking system
https://fitcrack.fit.vutbr.cz/
Other
140 stars 30 forks source link

Job should not be created if there is just one inactive host assigned #87

Closed davidbolvansky closed 1 year ago

davidbolvansky commented 1 year ago

Relevant code

https://github.com/nesfit/fitcrack/blob/2373d65f386eb2359fd939b1f27de2584a12b1df/webadmin/fitcrackFE/src/components/job/addJobView.vue#L930

Currently FC is stuck in this situation and loops forever.

Edit: Fixed.