summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index db66991..088767d 100644
--- a/www/index.html
+++ b/www/index.html
@@ -60,6 +60,11 @@
<table id="DataTable" class="datatable">
<tr class="datatable">
+<td class="description">Description</td>
+<td class="username">Username</td>
+<td class="password">Password</td>
+<td class="commands">Commands</td>
+<tr class="datatable">
<td class="description">
<select id="DescriptionSelect" class="fill_0_0_lower"
onchange="DoSelectDescription()">
@@ -78,6 +83,10 @@
<input type="button" id="Delete" value="Delete" onclick="DoDelete()"
class="smalltext" disabled>
<input type="button" id="Add" value="Add" onclick="DoAdd()" class="smalltext">
+<input type="button" id="Up" value="Up" onclick="DoUp()" class="smalltext"
+ disabled>
+<input type="button" id="Down" value="Down" onclick="DoDown()"
+ class="smalltext" disabled>
<br>
<input type="button" id="CopyUsername" value="Copy Username"
onclick="DoCopyUsername()" class="smalltext" disabled>