updated the page title to be more obvious

This commit is contained in:
hamza zia 2013-07-17 16:13:43 +02:00
parent 047e7d8b98
commit 39ecd3a3d6

View File

@ -62,9 +62,9 @@ angular.module('webui.services.utils', [])
getTitle: function(stats) {
var title =
'('
+ ' a:' + stats.numActive
+ ' p:' + stats.numWaiting
+ ' s:' + stats.numStopped
+ ' active:' + stats.numActive
+ ' waiting:' + stats.numWaiting
+ ' stopped:' + stats.numStopped
+ ') '
+ 'aria2 Web Client';