ESLint and verbiage changes
This commit is contained in:
parent
ef54d9e3b6
commit
1c0174c319
|
@ -2,6 +2,9 @@
|
|||
<div class="mb-3">
|
||||
<label for="pagertree-integration-url" class="form-label">{{ $t("pagertreeIntegrationUrl") }}<span style="color: red;"><sup>*</sup></span></label>
|
||||
<input id="pagertree-integration-url" v-model="$parent.notification.pagertreeIntegrationUrl" type="text" class="form-control" autocomplete="false">
|
||||
<i18n-t tag="div" keypath="wayToGetPagerTreeIntegrationURL" class="form-text">
|
||||
<a href="https://pagertree.com/docs/integration-guides/introduction#copy-the-endpoint-url" target="_blank">{{ $t("here") }}</a>
|
||||
</i18n-t>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="pagertree-urgency" class="form-label">{{ $t("pagertreeUrgency") }}</label>
|
||||
|
@ -23,11 +26,6 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import HiddenInput from "../HiddenInput.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
HiddenInput,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -704,5 +704,6 @@
|
|||
"pagertreeHigh": "High",
|
||||
"pagertreeCritical": "Critical",
|
||||
"pagertreeResolve": "Auto Resolve",
|
||||
"pagertreeDoNothing": "Do Nothing"
|
||||
"pagertreeDoNothing": "Do Nothing",
|
||||
"wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue