Removed hard coded users in PCOverview

Former-commit-id: 2a6372ac048c09a2ad201c491d7ffc3dc37025e5
This commit is contained in:
Ziver Koc 2016-01-18 16:54:10 +01:00
parent 440cc1ec62
commit 1f7090200a
2 changed files with 20 additions and 13 deletions

View file

@ -45,7 +45,7 @@
]
);
});
var userArray = [ {{#username}} "{{.}}", {{/username}} ];
var userArray = [ {{#username}} "{{.getUsername()}}", {{/username}} ];
function chartData(elementId, data){
Morris.Line({
element: elementId,