mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 06:47:53 +02:00
Finished Settings-Cart
This commit is contained in:
@ -80,13 +80,16 @@
|
||||
</viewport>
|
||||
|
||||
<settingstab id="settingstab">
|
||||
<p>Download Location: <span id="downloadLocation"></span></p>
|
||||
<span class="title">Download Location:</span>
|
||||
<span id="downloadLocation"></span>
|
||||
<komga-settings>
|
||||
<span class="title">Komga</span>
|
||||
<div>Configured: <span id="komgaConfigured">✅❌</span></div>
|
||||
<label for="komgaUrl"></label><input placeholder="URL" id="komgaUrl" type="text">
|
||||
<label for="komgaUsername"></label><input placeholder="Username" id="komgaUsername" type="text">
|
||||
<label for="komgaPassword"></label><input placeholder="Password" id="komgaPassword" type="password">
|
||||
<label for="komgaUpdateTime">Update Time</label><input id="komgaUpdateTime" type="time" value="00:01">
|
||||
<input type="submit" value="Update" onclick="UpdateSettingsClick()">;
|
||||
<div><label for="komgaUpdateTime" style="margin-right: 5px;">Update Time</label><input id="komgaUpdateTime" type="time" value="00:01"></div>
|
||||
<input type="submit" value="Update" onclick="UpdateSettingsClick()">
|
||||
</komga-settings>
|
||||
</settingstab>
|
||||
|
||||
|
Reference in New Issue
Block a user