Aiden

Results 18 comments of Aiden

I updated this to check if the API string was empty or not before making the call. It felt like a cleaner check than what I had before.

> Sad, maybe it's works in desktop, but in mobile created crash. How did you go about compiling for mobile?

[Passing test](http://jenkins.eng.ixsystems.net:8080/job/master/job/api_tests/509/console) Look for `oom_check`

Newest [passing test](http://jenkins.eng.ixsystems.net:8080/job/master/job/api_tests/544/console)! Check for `oom_check`.

> What will happen with the subsequent request in the UI? If we're at the limit of the queue, every subsequent result in the UI takes the same job. One...

It'll try to, but after the file is downloaded the link expires. The other UI tab that tries to use that link returns with ![image](https://github.com/user-attachments/assets/fe34876b-15e4-4af8-b74b-2c4508d6ec5f)

@sonicaj just pinging for review's sake

> Is there any reason to not just always display motd before login? On the WebUI it could get annoying to have a popup modal every single time you log...

Instead of parsing the SSH session, would verifying that the SSHd config contains the banner line be sufficient? As well as looking to see that the contents of /etc/motd is...