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
@@ -43,6 +43,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="primary"
fade="true"
show="true"
>
Primary Alert
@@ -50,6 +51,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="secondary"
fade="true"
show="true"
>
Secondary Alert
@@ -57,6 +59,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="success"
fade="true"
show="true"
>
Success Alert
@@ -64,6 +67,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="danger"
fade="true"
show="true"
>
Danger Alert
@@ -71,6 +75,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="warning"
fade="true"
show="true"
>
Warning Alert
@@ -78,6 +83,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="info"
fade="true"
show="true"
>
Info Alert
@@ -85,6 +91,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="light"
fade="true"
show="true"
>
Light Alert
@@ -92,6 +99,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="dark"
fade="true"
show="true"
>
Dark Alert
@@ -126,6 +134,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<div>
<calert-stub
color="primary"
fade="true"
show="true"
>
@@ -142,6 +151,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="secondary"
fade="true"
show="true"
>
@@ -158,6 +168,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="success"
fade="true"
show="true"
>
@@ -174,6 +185,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="danger"
fade="true"
show="true"
>
@@ -190,6 +202,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="warning"
fade="true"
show="true"
>
@@ -206,6 +219,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="info"
fade="true"
show="true"
>
@@ -222,6 +236,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="light"
fade="true"
show="true"
>
@@ -238,6 +253,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
color="dark"
fade="true"
show="true"
>
@@ -283,6 +299,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<ccardbody-stub>
<calert-stub
color="success"
fade="true"
show="true"
>
<h4
@@ -334,6 +351,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
closebutton="true"
color="secondary"
fade="true"
show="true"
>
@@ -341,20 +359,10 @@ exports[`Alerts.vue renders correctly 1`] = `
</calert-stub>
<calert-stub
closebutton="true"
color="secondary"
fade="true"
show="true"
>
Dismissible Alert with fade effect!
</calert-stub>
<calert-stub
class="alert-dismissible"
color="secondary"
fade="true"
show="true"
>
@@ -426,6 +434,7 @@ exports[`Alerts.vue renders correctly 1`] = `
<calert-stub
closebutton="true"
color="info"
fade="true"
show="10"
>
@@ -197,7 +197,7 @@ exports[`Badges.vue renders correctly 1`] = `
Badge
<small>
pills
shape="pill"
</small>
</header>
@@ -205,49 +205,57 @@ exports[`Badges.vue renders correctly 1`] = `
class="card-body"
>
<span
class="badge badge-primary badge-pill"
class="badge badge-primary"
shape="pill"
>
Primary
</span>
<span
class="badge badge-secondary badge-pill"
class="badge badge-secondary"
shape="pill"
>
Secondary
</span>
<span
class="badge badge-success badge-pill"
class="badge badge-success"
shape="pill"
>
Success
</span>
<span
class="badge badge-danger badge-pill"
class="badge badge-danger"
shape="pill"
>
Danger
</span>
<span
class="badge badge-warning badge-pill"
class="badge badge-warning"
shape="pill"
>
Warning
</span>
<span
class="badge badge-info badge-pill"
class="badge badge-info"
shape="pill"
>
Info
</span>
<span
class="badge badge-light badge-pill"
class="badge badge-light"
shape="pill"
>
Light
</span>
<span
class="badge badge-dark badge-pill"
class="badge badge-dark"
shape="pill"
>
Dark
</span>
@@ -233,6 +233,7 @@ exports[`Modals.vue renders correctly 1`] = `
<cmodal-stub
backdrop="true"
closeonbackdrop="true"
color="primary"
fade="true"
title="Modal title"
>