@@ -34,6 +34,8 @@
|
||||
<button class="primary" id="coreInfo">Core info</button>
|
||||
<input type="text" id="coreAppend" placeholder="Data to append (text)">
|
||||
<button class="secondary" id="coreAppendBtn">Append</button>
|
||||
<button class="secondary" id="coreOpenNamed">Open named core</button>
|
||||
<button class="secondary" id="coreAppendNamed">Append to named</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +84,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Hyperdb (notes)</h2>
|
||||
<div class="row">
|
||||
<input type="text" id="noteId" placeholder="Note id">
|
||||
<input type="text" id="noteTitle" placeholder="Title">
|
||||
<input type="text" id="noteBody" placeholder="Body">
|
||||
<button class="primary" id="notePut">Put note</button>
|
||||
<button class="secondary" id="noteGet">Get note</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
<h2>Log</h2>
|
||||
<div class="log" id="log"></div>
|
||||
|
||||
Reference in New Issue
Block a user