updated the page title to be more obvious
This commit is contained in:
parent
047e7d8b98
commit
39ecd3a3d6
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user