refacor: update dashboard to coreui-vue changes

This commit is contained in:
woothu
2019-11-08 12:50:42 +01:00
parent cb5f6ec3a2
commit 1c7b133ae5
42 changed files with 549 additions and 4034 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<template>
<CCard :header="caption" body-wrapper>
<CTable
<CDataTable
:hover="hover"
:striped="striped"
:bordered="bordered"
@@ -17,7 +17,7 @@
<CBadge :color="getBadge(item.status)">{{item.status}}</CBadge>
</td>
</template>
</CTable>
</CDataTable>
</CCard>
</template>