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) {
|
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';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user