1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor(UI): improved breadcrumbs and tabs

This commit is contained in:
2021-07-14 16:10:34 +02:00
parent f0fa7c81b7
commit ed6e7fa72d
8 changed files with 53 additions and 11 deletions

View File

@ -71,6 +71,7 @@
:row="row"
:fields="fieldsObj"
:key-usage="keyUsage"
:element-type="elementType"
:class="{'selected': selectedRows.includes(row._id)}"
@select-row="selectRow($event, row._id)"
@update-field="updateField($event, row)"
@ -123,7 +124,8 @@ export default {
results: Array,
connUid: String,
mode: String,
isSelected: Boolean
isSelected: Boolean,
elementType: { type: String, default: 'table' }
},
data () {
return {