removed tags

This commit is contained in:
barisusakli
2015-04-10 16:45:37 -04:00
parent 729fb1d696
commit a14249dee6
4 changed files with 2 additions and 14 deletions

View File

@@ -283,13 +283,8 @@ define('admin/general/dashboard', ['semver'], function(semver) {
color: "#949FB1",
highlight: "#A8B3C5",
label: "Recent/Unread"
},
{
value: 1,
color: "#8FA633",
highlight: "#3FA7B8",
label: "Tags"
}], {
}
], {
responsive: true
});
@@ -356,7 +351,6 @@ define('admin/general/dashboard', ['semver'], function(semver) {
graphs.presence.segments[1].value = users.topics;
graphs.presence.segments[2].value = users.category;
graphs.presence.segments[3].value = users.recent;
graphs.presence.segments[4].value = users.tags;
graphs.presence.update();
}