CHANGE open new pad in new tab #14
This commit is contained in:
parent
a0c8af82b9
commit
42eee8574c
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -184,7 +184,7 @@ HTML = """<!doctype html>
|
||||||
<div style="position:relative; display:flex; align-items:center; gap:.25rem;">
|
<div style="position:relative; display:flex; align-items:center; gap:.25rem;">
|
||||||
<button id="copy" onclick="copyToClipboard()">Copy</button>
|
<button id="copy" onclick="copyToClipboard()">Copy</button>
|
||||||
<button id="lock-btn" onclick="togglePwPanel()" title="No password – click to set one">Lock</button>
|
<button id="lock-btn" onclick="togglePwPanel()" title="No password – click to set one">Lock</button>
|
||||||
<a id="newpad" href="/">New pad</a>
|
<a id="newpad" href="/" target="_blank">New pad</a>
|
||||||
<a id="info" href="/system/info">Info</a>
|
<a id="info" href="/system/info">Info</a>
|
||||||
<div id="pw-panel">
|
<div id="pw-panel">
|
||||||
<label>Password protection</label>
|
<label>Password protection</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue