notify: more work
This commit is contained in:
parent
d31149cfd0
commit
cad1ac566a
1 changed files with 4 additions and 10 deletions
|
@ -174,6 +174,10 @@ def index():
|
|||
</div>
|
||||
<input type="submit" class="btn btn-primary" name="{generate_token_name}" value="{generate_token_value}">
|
||||
</form>
|
||||
<hr>
|
||||
<p>The token can be given as a URL parameter 'token', as a auth header `Authorization: Bearer token`, HTTPAuth where username is ignored, and token is the password.
|
||||
Can also be given a a path, e.g. {CONFIG_URL}/{token}.
|
||||
</p>
|
||||
<hr>
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Quick URL</label>
|
||||
|
@ -275,16 +279,6 @@ def index():
|
|||
+ "\n\n"
|
||||
+ "Changes: " + .compare_url</code></pre>
|
||||
|
||||
|
||||
<!--
|
||||
<p class="fs-5">You've successfully loaded up the Bootstrap starter example. It includes <a href="https://getbootstrap.com/">Bootstrap 5</a> via the <a href="https://www.jsdelivr.com/package/npm/bootstrap">jsDelivr CDN</a> and includes an additional CSS and JS file for your own code.</p>
|
||||
<p>Feel free to download or copy-and-paste any parts of this example.</p>
|
||||
|
||||
<hr class="col-1 my-4">
|
||||
|
||||
<a href="https://getbootstrap.com" class="btn btn-primary">Read the Bootstrap docs</a>
|
||||
<a href="https://github.com/twbs/examples" class="btn btn-secondary">View on GitHub</a>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue