add backup needed label

This commit is contained in:
JDonadio 2017-02-06 10:09:13 -03:00
commit 1cbcb30d08
2 changed files with 6 additions and 0 deletions

View file

@ -113,6 +113,9 @@
<span class="right text-light assertive" ng-show="!item.isComplete()">
{{'Incomplete' | translate}}
</span>
<span class="right text-light assertive" ng-show="item.isComplete() && item.needsBackup">
{{'Backup needed' | translate}}
</span>
<i class="icon bp-arrow-right"></i>
</a>