luci-base: form.js: fix TableSection descriptions row rendering
authorAnton Kikin <a.kikin@tano-systems.com>
Sun, 19 Apr 2020 02:55:03 +0000 (05:55 +0300)
committerAnton Kikin <a.kikin@tano-systems.com>
Sun, 19 Apr 2020 10:56:24 +0000 (13:56 +0300)
commitda0e974db5865daf6d634ae5f7649f5b5fc2ef31
treebd6a04b5b2981b276e049e5872ce23ca464b426b
parentf76a020db1936e66551e1e33c6bbc1fb6bc727e3
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: Anton Kikin <a.kikin@tano-systems.com>
modules/luci-base/htdocs/luci-static/resources/form.js