mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Add legacy version back on refactored master branch
This commit is contained in:
parent
359fe52c2e
commit
f9d7b99367
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
||||||
<template>
|
<template>
|
||||||
|
<div class="mb-3">
|
||||||
|
<label for="octopush-version" class="form-label">Octopush API Version</label>
|
||||||
|
<select id="octopush-version" v-model="$parent.notification.octopushVersion" class="form-select">
|
||||||
|
<option value="2">V2</option>
|
||||||
|
<option value="1">V1 (Legacy Octopush-DM)</option>
|
||||||
|
</select>
|
||||||
|
<div class="form-text">
|
||||||
|
Do you use the legacy version of Octopush (2011-2020) or the new version ?
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="octopush-key" class="form-label">API KEY</label>
|
<label for="octopush-key" class="form-label">API KEY</label>
|
||||||
<HiddenInput id="octopush-key" v-model="$parent.notification.octopushAPIKey" :required="true" autocomplete="one-time-code"></HiddenInput>
|
<HiddenInput id="octopush-key" v-model="$parent.notification.octopushAPIKey" :required="true" autocomplete="one-time-code"></HiddenInput>
|
||||||
|
|
Loading…
Reference in a new issue