summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html')
-rw-r--r--ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html
index 6ffd8c3c9..4d9857bec 100644
--- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html
+++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail_users.html
@@ -21,8 +21,7 @@ var plot_users = jQuery.jqplot ('user_chart', [values_users],
});
</script>
<div id="user_chart" style="height:300px; width:700px;"></div>
- <div class='table'>
- <table class='resume'>
+ <table class='table table-striped'>
<tr><th>{% trans "User type" %}</th><th>{% trans "Number" %}</th></tr>
{% for user_type in ishtar_users.types %}
<tr>
@@ -31,6 +30,5 @@ var plot_users = jQuery.jqplot ('user_chart', [values_users],
</tr>
{% endfor%}
</table>
- </div>
</div>