Merge pull request #194 from resin-io/fix/192/drive-selected-size

Show size when there is a selected drive
This commit is contained in:
Juan Cruz Viotti 2016-03-10 09:40:58 -04:00
commit a44230dcee

View File

@ -45,7 +45,7 @@
</div>
</div>
<div ng-show="app.selection.hasDrive()" ng-bind="app.selection.getDrive().name" ng-click="app.reselectDrive()"></div>
<div ng-show="app.selection.hasDrive()" ng-bind="app.selection.getDrive().name + ' - ' + app.selection.getDrive().size" ng-click="app.reselectDrive()"></div>
</div>
</div>
</div>