Skip to content
Commit da0e974d authored by Anton Kikin's avatar Anton Kikin
Browse files

luci-base: form.js: fix TableSection descriptions row rendering



In some cases, a table cell at actions column of a descriptions row
may not be rendered. For example, this happens for GridSection when
sorting is disabled:

    s = m.section(form.GridSection, 'section_type');
    s.sortable = false;

Signed-off-by: default avatarAnton Kikin <a.kikin@tano-systems.com>
parent f76a020d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment