chore(webui): Migrate to Quasar 2.x and Vue.js 3.x
This commit is contained in:
parent
153765f99f
commit
f7edb394f2
65 changed files with 4374 additions and 7999 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { get } from 'dot-prop'
|
||||
import { getProperty } from 'dot-prop'
|
||||
import { QChip } from 'quasar'
|
||||
import Chips from '../components/_commons/Chips'
|
||||
import ProviderIcon from '../components/_commons/ProviderIcon'
|
||||
import AvatarState from '../components/_commons/AvatarState'
|
||||
import TLSState from '../components/_commons/TLSState'
|
||||
import Chips from '../components/_commons/Chips.vue'
|
||||
import ProviderIcon from '../components/_commons/ProviderIcon.vue'
|
||||
import AvatarState from '../components/_commons/AvatarState.vue'
|
||||
import TLSState from '../components/_commons/TLSState.vue'
|
||||
|
||||
const allColumns = [
|
||||
{
|
||||
|
|
@ -141,7 +141,7 @@ const GetTablePropsMixin = {
|
|||
path: `/${type.replace('-', '/', 'gi')}/${encodeURIComponent(row.name)}`
|
||||
}),
|
||||
columns: allColumns.filter(c =>
|
||||
get(propsByType, `${type}.columns`, []).includes(c.name)
|
||||
getProperty(propsByType, `${type}.columns`, []).includes(c.name)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue