Updated small things in new Dashboard

This commit is contained in:
Luca Haid
2025-01-10 08:32:10 +01:00
parent 5c893f4d3e
commit b196f4c6af

View File

@@ -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"