pull/4483/head
Humberto Evans 3 months ago
parent e8fada9386
commit 80bdc455da

@ -247,7 +247,7 @@ async function applyNotificationEveryMonitor(notificationID, userID) {
let checkNotification = await R.findOne(
"monitor_notification",
" monitor_id = ? AND notification_id = ? ",
[monitors[i].id, notificationID]
[ monitors[i].id, notificationID ]
);
if (!checkNotification) {

@ -1,9 +1,7 @@
<template>
<div class="mb-3">
<label for="heiioncall-apikey" class="form-label"
>{{ $t("API Key")
}}<span style="color: red"><sup>*</sup></span></label
>
<label for="heiioncall-apikey" class="form-label">{{ $t("API Key")
}}<span style="color: red"><sup>*</sup></span></label>
<HiddenInput
id="heiioncall-apikey"
v-model="$parent.notification.heiiOnCallApiKey"
@ -12,10 +10,8 @@
></HiddenInput>
</div>
<div class="mb-3">
<label for="heiioncall-trigger-id" class="form-label"
>{{ $t("Trigger ID")
}}<span style="color: red"><sup>*</sup></span></label
>
<label for="heiioncall-trigger-id" class="form-label">{{ $t("Trigger ID")
}}<span style="color: red"><sup>*</sup></span></label>
<HiddenInput
id="heiioncall-trigger-id"
v-model="$parent.notification.heiiOnCallTriggerId"

Loading…
Cancel
Save