diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index c9af17f1b3..4c7cbce69d 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -2728,11 +2728,11 @@ const CBITableSection = CBITypedSection.extend(/** @lends LuCI.form.TableSection dom.append(tdEl.lastElementChild, E('button', { - 'title': btn_title || _('Clone') + '⿻', + 'title': btn_title || _('Clone'), 'class': 'btn cbi-button cbi-button-neutral', 'click': ui.createHandlerFn(this, 'handleClone', section_id, true), 'disabled': this.map.readonly || null - }, [ btn_title || _('Clone') + '⿻' ]) + }, [ btn_title || _('Clone') ]) ); }