small markup adjustment
This commit is contained in:
parent
466cba39d8
commit
e03d6379a6
|
@ -152,9 +152,7 @@ const Helpers = {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form onsubmit='return false'>
|
<form onsubmit='return false'>
|
||||||
|
|
||||||
<div class='panel panel-scrollable'>
|
<div class='panel panel-scrollable'>
|
||||||
|
|
||||||
<table width='100%' id='pref-profiles-list'>
|
<table width='100%' id='pref-profiles-list'>
|
||||||
${reply.map((profile) => `
|
${reply.map((profile) => `
|
||||||
<tr data-row-id="${profile.id}">
|
<tr data-row-id="${profile.id}">
|
||||||
|
@ -178,6 +176,7 @@ const Helpers = {
|
||||||
`).join("")}
|
`).join("")}
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
${App.FormFields.button_tag(__('Remove selected profiles'), "",
|
${App.FormFields.button_tag(__('Remove selected profiles'), "",
|
||||||
{class: 'pull-left alt-danger', onclick: 'App.dialogOf(this).removeSelected()'})}
|
{class: 'pull-left alt-danger', onclick: 'App.dialogOf(this).removeSelected()'})}
|
||||||
|
|
Loading…
Reference in New Issue