summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/web/static/js/views/accounts/accountView.js2
-rw-r--r--module/web/templates/default/accounts.html1
2 files changed, 1 insertions, 2 deletions
diff --git a/module/web/static/js/views/accounts/accountView.js b/module/web/static/js/views/accounts/accountView.js
index 7d6306523..7c3d492c3 100644
--- a/module/web/static/js/views/accounts/accountView.js
+++ b/module/web/static/js/views/accounts/accountView.js
@@ -4,7 +4,7 @@ define(['jquery', 'underscore', 'backbone', 'app', '../abstract/itemView'],
// Renders settings over view page
return itemView.extend({
- el: "tr",
+ tagName: "tr",
template: _.compile($('#template-account').html()),
events: {
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 %}