sysStat for +op username vs old config value

This commit is contained in:
Bryan Ashby 2016-08-03 21:46:38 -06:00
parent 8d9a686629
commit b12d9aad04
3 changed files with 20 additions and 2 deletions

View file

@ -180,6 +180,10 @@ function ViewController(options) {
case 'config' :
propValue = asset.resolveConfigAsset(conf[propName]);
break;
case 'sysStat' :
propValue = asset.resolveSystemStatAsset(conf[propName]);
break;
// :TODO: handle @art (e.g. text : @art ...)