mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 15:41:24 +08:00
add link to documentation explaining how to get id and token
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
<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"
|
||||
required="true"
|
||||
id="heiioncall-apikey" v-model="$parent.notification.heiiOnCallApiKey" required="true"
|
||||
autocomplete="false"
|
||||
></HiddenInput>
|
||||
</div>
|
||||
@@ -13,12 +11,15 @@
|
||||
<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"
|
||||
required="true"
|
||||
id="heiioncall-trigger-id" v-model="$parent.notification.heiiOnCallTriggerId" required="true"
|
||||
autocomplete="false"
|
||||
></HiddenInput>
|
||||
</div>
|
||||
<div class="form-text">
|
||||
<i18n-t tag="p" keypath="wayToGetHeiiOnCallDetails" style="margin-top: 8px;">
|
||||
<a href="https://heiioncall.com/docs" target="_blank">Heii On-Call Documentation</a>
|
||||
</i18n-t>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user