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
+4 -4
View File
@@ -51,7 +51,7 @@
<small>tab style</small>
</CCardHeader>
<CCardBody>
<CNav tabs>
<CNav variant="tabs">
<CNavItem active>
Active
</CNavItem>
@@ -72,7 +72,7 @@
<small>pill style</small>
</CCardHeader>
<CCardBody>
<CNav pills>
<CNav variant="pills">
<CNavItem active>Active</CNavItem>
<CNavItem>Link</CNavItem>
<CNavItem>Another Link</CNavItem>
@@ -87,7 +87,7 @@
<small>fill tabs</small>
</CCardHeader>
<CCardBody>
<CNav fill tabs>
<CNav fill variant="tabs">
<CNavItem active>Active</CNavItem>
<CNavItem>Link</CNavItem>
<CNavItem>Link with a long name </CNavItem>
@@ -102,7 +102,7 @@
<small>justified tabs</small>
</CCardHeader>
<CCardBody>
<CNav justified tabs>
<CNav justified variant="tabs">
<CNavItem active>Active</CNavItem>
<CNavItem>Link</CNavItem>
<CNavItem>Link with a long name </CNavItem>