jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
214 stars 22 forks source link

Pass the `slot_id` parameter as a number #288

Closed javisperez closed 1 month ago

javisperez commented 1 month ago

The slot_id parameter is wrongly sent as a string, should be a number.

This PR fixes that :).

This PR also adds some tiny UI fixes that i noticed.