Updated small things in new Dashboard
This commit is contained in:
@@ -123,7 +123,7 @@ Vue.component('dashboard-new', {
|
||||
'Vollanschluss: ' + dashboardData.order_mph_vollanschluss,
|
||||
'Vorsorgeanschluss: ' + dashboardData.order_mph_vorsorge
|
||||
]"
|
||||
color="#dbab1a"
|
||||
color="#f5b902"
|
||||
/>
|
||||
</div>
|
||||
<hr>
|
||||
@@ -148,7 +148,7 @@ Vue.component('dashboard-new', {
|
||||
icon="fas fa-house-user"
|
||||
:text="dashboardData.lehrrohr_im_haus + ' / ' + dashboardData.order_efh"
|
||||
:subHeaders="[]"
|
||||
color="#dbab1a"
|
||||
color="#f5b902"
|
||||
/>
|
||||
<tt-dashboard-display-card
|
||||
header="Inhousekabel verlegt EFH"
|
||||
@@ -187,7 +187,7 @@ Vue.component('dashboard-new', {
|
||||
icon="fas fa-file-alt"
|
||||
:text="dashboardData.vollanschluss_dokumentiert_350 + ' / ' + (parseInt(dashboardData.order_efh_vollanschluss) + parseInt(dashboardData.order_mph_vollanschluss))"
|
||||
:subHeaders="[]"
|
||||
color="#dbab1a"
|
||||
color="#f5b902"
|
||||
/>
|
||||
<tt-dashboard-display-card
|
||||
header="Vorsorgeanschluss dokumentiert"
|
||||
|
||||
Reference in New Issue
Block a user