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) { getTitle: function(stats) {
var title = var title =
'(' '('
+ ' a:' + stats.numActive + ' active:' + stats.numActive
+ ' p:' + stats.numWaiting + ' waiting:' + stats.numWaiting
+ ' s:' + stats.numStopped + ' stopped:' + stats.numStopped
+ ') ' + ') '
+ 'aria2 Web Client'; + 'aria2 Web Client';