EVOLUTION-MANAGER
Edit File: teams_endpoint.template
<div class="mb-3 row"> <label class="col-form-label col-sm-3"> <b>{{ i18n("notification_endpoint.teams.url") }}</b> <a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#teams"><i class="fa-regular fa-circle-question"></i></a> </label> <div class="col-sm-7"> <input data-pattern="https" name="teams_url" type="text" class="form-control" required /> </div> </div>