Hotfixes
gitea/salix/test This commit looks good Details
gitea/salix/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-17 09:23:11 +01:00
parent 2860348ebf
commit d1341c2758
3 changed files with 5 additions and 5 deletions

View File

@ -3,5 +3,8 @@
// Carácter predeterminado de final de línea.
"files.eol": "\n",
"vsicons.presets.angular": false,
"eslint.autoFixOnSave": true
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

View File

@ -11,7 +11,7 @@
</vn-auto-search>
<vn-data-viewer
model="model"
class="vn-w-md">
class="vn-w-lg">
<vn-card>
<vn-table model="model">
<vn-thead>

View File

@ -16,9 +16,6 @@
{{::item.name}}
</vn-treeview>
</vn-card>
<vn-button-bar>
<vn-button ui-sref="worker.index" label="Back"></vn-button>
</vn-button-bar>
</form>
<vn-confirm
vn-id="deleteNode"