quotaDangerCoefficient
: false
"
[class.warning]="
projectQuota?.hard?.storage !== -1
? projectQuota?.used?.storage /
projectQuota?.hard?.storage <=
quotaDangerCoefficient &&
projectQuota?.used?.storage /
projectQuota?.hard?.storage >=
quotaWarningCoefficient
: false
">