Firstly, nice job so far with this project. I've been using it for few months now and, with except of few random crashes, it performed pretty decently.
Anyhow, for more prompt interventions while traveling, I needed these notifications via SMS as well.
So I've written a plugin to send SMS notifications via Twilio.
All's fine and dandy, except I cannot find an elegant way to extend the webserver/views/service-edit.html view from within the plugin. The plugin should be able to insert a new field per service (ex. "Alert to phone numbers") to be used by the new plugin.
Do you have any suggestions on how could I accomplish this elegantly? I'd like to publish the plugin afterwards, maybe there are others interested in it, and I can't do it without this step.
Hey there,
Firstly, nice job so far with this project. I've been using it for few months now and, with except of few random crashes, it performed pretty decently.
Anyhow, for more prompt interventions while traveling, I needed these notifications via SMS as well. So I've written a plugin to send SMS notifications via Twilio. All's fine and dandy, except I cannot find an elegant way to extend the webserver/views/service-edit.html view from within the plugin. The plugin should be able to insert a new field per service (ex. "Alert to phone numbers") to be used by the new plugin.
Do you have any suggestions on how could I accomplish this elegantly? I'd like to publish the plugin afterwards, maybe there are others interested in it, and I can't do it without this step.
Thanks, Cheers!