mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
sysStat for +op username vs old config value
This commit is contained in:
parent
8d9a686629
commit
b12d9aad04
3 changed files with 20 additions and 2 deletions
|
@ -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 ...)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue