summaryrefslogtreecommitdiffstats
path: root/src/components/notifications/GrafanaOncall.vue
blob: a8d3c2b47d9bd342ae9d0393a400cb0792fcbfeb (plain)
1
2
3
4
5
6
7
<template>
    <div class="mb-3">
        <label for="GrafanaOncallURL" class="form-label">{{ $t("GrafanaOncallURL") }}<span style="color: red;"><sup>*</sup></span></label>
        <input id="GrafanaOncallURL" v-model="$parent.notification.GrafanaOncallURL" type="text" class="form-control" required>
    </div>
</template>