2 * Copyright 2013 Freifunk Augsburg / Michael Wendland <michael@michiwend.com>
3 * Licensed to the public under the Apache License 2.0.
9 return baseclass.extend({
10 title: _('Splash Leases'),
12 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
14 title: "%H: Splash Leases",
15 vlabel: "Active Clients",
17 number_format: "%5.1lf",
20 splash_leases: [ "leased", "whitelisted", "blacklisted" ]
23 splash_leases__leased : { color: "00CC00", title: "Leased", overlay: false },
24 splash_leases__whitelisted: { color: "0000FF", title: "Whitelisted", overlay: false },
25 splash_leases__blacklisted: { color: "FF0000", title: "Blacklisted", overlay: false }