libs/web: cbi: support description attribute in nullsection instances
[project/luci.git] / libs / web / luasrc / view / cbi / nullsection.htm
index 9a91432..bd48950 100644 (file)
@@ -2,6 +2,9 @@
        <% if self.title and #self.title > 0 then -%>
                <legend><%=self.title%></legend>
        <%- end %>
        <% if self.title and #self.title > 0 then -%>
                <legend><%=self.title%></legend>
        <%- end %>
+       <% if self.description and #self.description > 0 then -%>
+               <div class="cbi-section-descr"><%=self.description%></div>
+       <%- end %>
        <div class="cbi-section-node" id="cbi-<%=self.config%>-<%=tostring(self):sub(8)%>">
                <div>
                        <% self:render_children(1, scope or {}) %>
        <div class="cbi-section-node" id="cbi-<%=self.config%>-<%=tostring(self):sub(8)%>">
                <div>
                        <% self:render_children(1, scope or {}) %>