summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/accounts/account.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/accounts/account.html')
-rw-r--r--pyload/web/app/templates/default/accounts/account.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/accounts/account.html b/pyload/web/app/templates/default/accounts/account.html
new file mode 100644
index 000000000..90bd632c8
--- /dev/null
+++ b/pyload/web/app/templates/default/accounts/account.html
@@ -0,0 +1,10 @@
+<td>{{ plugin }}</td>
+<td>{{ loginname }}</td>
+<td>{{ valid }}</td>
+<td>{{ premium }}</td>
+<td>{{ trafficleft }}</td>
+<td>{{ shared }}</td>
+<td>{{ activated }}</td>
+<td>
+ <button type="button" class="btn btn-danger">Delete</button>
+</td> \ No newline at end of file