summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 814ca6a1..67467877 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -70,6 +70,8 @@
<div id="desc"><label>Description</label><input id="editdescription"/></div>
<div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val info-card-url"><input id="editurl"></p></div>
<hr>
+ <button id="edit-node-dialog__save" class="btn-regular btn-regular-outline">Save</button>
+ <button id="edit-node-dialog__delete" class="btn-regular btn-regular-outline">Delete</button>
</form>
</div>
</div>