git.99rst.org
/
openwrt-luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
06921a3f76bb537dd1b3608689b95838ecedfa9d
[openwrt-luci.git]
/
1
/* Licensed to the public under the Apache License 2.0. */
2
3
'use strict';
4
'require baseclass';
5
6
return baseclass.extend({
7
title: _('Users'),
8
9
rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
10
return {
11
title: "%H: Users (console logins)",
12
vlabel: "count",
13
data: {
14
types: [ "users" ],
15
options: {
16
users: {
17
title: "Users %di",
18
}
19
}
20
}
21
};
22
}
23
});
git clone https://git.99rst.org/PROJECT