1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

Merge branch 'master' into reporting

This commit is contained in:
downtownallday
2021-04-07 08:28:31 -04:00
18 changed files with 171 additions and 86 deletions

View File

@@ -24,6 +24,9 @@ Vue.component('chart-table', {
'items': this.items,
'caption-top': true
},
attrs: {
'thead-tr-class': 'h-1'
},
scopedSlots: scopedSlots
});