luci-app-statistics: clean and fix plugin configurations
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / view / statistics / plugins / apcups.js
index d3059944285c86ab04a3ed47e8e98b722cb6af94..b4f170c8a721883112e990c6913d85818a1759e7 100644 (file)
@@ -9,7 +9,6 @@ return L.Class.extend({
                var o;
 
                o = s.option(form.Flag, 'enable', _('Enable this plugin'));
-               o.default = '0';
 
                o = s.option(form.DynamicList, 'Host', _('Monitor host'));
                o.default = 'localhost';