small markup adjustment

This commit is contained in:
Andrew Dolgov 2021-02-18 11:55:00 +03:00
parent 466cba39d8
commit e03d6379a6
1 changed files with 1 additions and 2 deletions

View File

@ -152,9 +152,7 @@ const Helpers = {
</div>
<form onsubmit='return false'>
<div class='panel panel-scrollable'>
<table width='100%' id='pref-profiles-list'>
${reply.map((profile) => `
<tr data-row-id="${profile.id}">
@ -178,6 +176,7 @@ const Helpers = {
`).join("")}
</table>
</div>
<footer>
${App.FormFields.button_tag(__('Remove selected profiles'), "",
{class: 'pull-left alt-danger', onclick: 'App.dialogOf(this).removeSelected()'})}