mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 08:13:01 +00:00
minor tweaks
This commit is contained in:
parent
684443e6a6
commit
0d07f67642
3 changed files with 6 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
<dt>URL</dt>
|
<dt>URL</dt>
|
||||||
<dd>https://example.com/remote.php/webdav/advent22</dd>
|
<dd>https://example.com/remote.php/webdav/advent22</dd>
|
||||||
|
|
||||||
<dt>Login</dt>
|
<dt>Zugangsdaten</dt>
|
||||||
<dd>*** / ***</dd>
|
<dd>*** / ***</dd>
|
||||||
|
|
||||||
<dt>Cache-Dauer</dt>
|
<dt>Cache-Dauer</dt>
|
||||||
|
@ -70,6 +70,9 @@
|
||||||
|
|
||||||
<dt>Konfigurationsdatei</dt>
|
<dt>Konfigurationsdatei</dt>
|
||||||
<dd>config.toml</dd>
|
<dd>config.toml</dd>
|
||||||
|
|
||||||
|
<dt>UI-Admin</dt>
|
||||||
|
<dd>*** / ***</dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<div class="content">
|
<div class="content is-small">
|
||||||
<h3>Steuerung</h3>
|
<h3>Steuerung</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Linksklick: Türchen bearbeiten</li>
|
<li>Linksklick: Türchen bearbeiten</li>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<div class="content">
|
<div class="content is-small">
|
||||||
<h3>Steuerung</h3>
|
<h3>Steuerung</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Linksklick + Ziehen: Neues Türchen erstellen</li>
|
<li>Linksklick + Ziehen: Neues Türchen erstellen</li>
|
||||||
|
|
Loading…
Reference in a new issue