diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 22:23:58 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 22:23:58 +0200 |
commit | 93d56c45ccc17a2bc66738ad8a3ac973f53d8131 (patch) | |
tree | eab0a7e01bb7c44c333b18cefe3bb2caf856e52a /module/web/templates/default | |
parent | add and delete accounts, db will be resetted (diff) | |
download | pyload-93d56c45ccc17a2bc66738ad8a3ac973f53d8131.tar.xz |
fixed account table header
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/accounts.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/web/templates/default/accounts.html b/module/web/templates/default/accounts.html index c68f04653..a509a010d 100644 --- a/module/web/templates/default/accounts.html +++ b/module/web/templates/default/accounts.html @@ -21,7 +21,6 @@ <td><% trafficleft %></td> <td><% shared %></td> <td><% activated %></td> - <td><% shared %></td> <td><button type="button" class="btn btn-danger">Delete</button> </td> </script> {% endblock %} |