X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-statistics%2Fhtdocs%2Fluci-static%2Fresources%2Fview%2Fstatistics%2Fplugins%2Fload.js;h=25755637c803beb1eef0097feff9b99d78270b18;hb=3c4bc228a1f7b5731cf464f3f407c9ed9ace3cd2;hp=be6aba44cdedeb9aa25c52e2d364d7cb3f077891;hpb=1099aebdee29b8e5408688d0fd64d49e6ec4bd35;p=project%2Fluci.git diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js index be6aba44cd..25755637c8 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/view/statistics/plugins/load.js @@ -1,7 +1,8 @@ 'use strict'; +'require baseclass'; 'require form'; -return L.Class.extend({ +return baseclass.extend({ title: _('Load Plugin Configuration'), description: _('The load plugin collects statistics about the general system load.'),