Franklin Hughes
Franklin Hughes
Here is my code for my first method using the addMethod approach. My server either returns True or the custom message. ``` $.validator.addMethod('verifyStationID', function(value, element) { /* Custom method to...
Here is my code for the second method using the remote option. Server still returns True or custom message. ``` $("form.create-site").validate({ rules: { ... StationID: { required: true, validStationID: true,...
Any updates on this feature?
Oh, ok. Yes, you can raise a PR.
Yes, giving feedback to the user based on certain async functions would be great.
any updates on this feature?
Bumping this feature. It would be great to have Beszel alert based on container statuses like unhealthy, down, etc. Currently, I’m using Uptime Kuma to monitor this, but it seems...