diff options
Diffstat (limited to 'src/components/notifications/GrafanaOncall.vue')
-rw-r--r-- | src/components/notifications/GrafanaOncall.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/notifications/GrafanaOncall.vue b/src/components/notifications/GrafanaOncall.vue new file mode 100644 index 0000000..a8d3c2b --- /dev/null +++ b/src/components/notifications/GrafanaOncall.vue @@ -0,0 +1,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> + |