luci2: implement LuCI2.cbi.SingleSection widget
[project/luci2/ui.git] / luci2 / htdocs / luci2 / luci2.js
index 13519e6..2d002cb 100644 (file)
@@ -6853,6 +6853,16 @@ function LuCI2()
                }
        });
 
+       this.cbi.SingleSection = this.cbi.NamedSection.extend({
+               render: function()
+               {
+                       this.instance = { };
+                       this.instance[this.uci_type] = { tabs: [ ] };
+
+                       return this._render_section_body(this.uci_type, 0);
+               }
+       });
+
        this.cbi.DummySection = this.cbi.TypedSection.extend({
                sections: function(cb)
                {