mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 05:06:40 +00:00
Show drive name in drive selector modal (#259)
The `name` property equals the drive letter in Windows, and the mount point in UNIX based operating systems. Fixes: https://github.com/resin-io/etcher/issues/258 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
d53bc1ecdf
commit
1bfe88f2f4
@ -9,7 +9,7 @@
|
|||||||
ng-click="modal.state.toggleSelectDrive(drive)">
|
ng-click="modal.state.toggleSelectDrive(drive)">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="list-group-item-heading">{{ drive.description }} - {{ drive.size }}</h4>
|
<h4 class="list-group-item-heading">{{ drive.description }} - {{ drive.size }}</h4>
|
||||||
<p class="list-group-item-text">{{ drive.device }}</p>
|
<p class="list-group-item-text">{{ drive.name }}</p>
|
||||||
</div>
|
</div>
|
||||||
<span class="tick tick--success" ng-disabled="!modal.state.isSelectedDrive(drive)"></span>
|
<span class="tick tick--success" ng-disabled="!modal.state.isSelectedDrive(drive)"></span>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user