diff --git a/cpone-dashboard/templates/dashboard/partials/kpi.html b/cpone-dashboard/templates/dashboard/partials/kpi.html index 36b4b16..7cd3fa7 100644 --- a/cpone-dashboard/templates/dashboard/partials/kpi.html +++ b/cpone-dashboard/templates/dashboard/partials/kpi.html @@ -36,8 +36,8 @@

{{.CheckedOut}}

- {{if gt .CheckedIn 0}} -

{{printf "%.1f%%" (pct .CheckedOut .CheckedIn)}} selesai

+ {{if gt .TotalStaff 0}} +

{{printf "%.1f%%" (pct .CheckedOut .TotalStaff)}} selesai

{{end}} {{end}}