From 1bfe88f2f41baa7599c6f73d6ddbf945e6a12c9f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 8 Apr 2016 09:49:11 -0400 Subject: [PATCH] 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 --- .../drive-selector/templates/drive-selector-modal.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/browser/components/drive-selector/templates/drive-selector-modal.tpl.html b/lib/browser/components/drive-selector/templates/drive-selector-modal.tpl.html index e966bfbb..eaf2b185 100644 --- a/lib/browser/components/drive-selector/templates/drive-selector-modal.tpl.html +++ b/lib/browser/components/drive-selector/templates/drive-selector-modal.tpl.html @@ -9,7 +9,7 @@ ng-click="modal.state.toggleSelectDrive(drive)">

{{ drive.description }} - {{ drive.size }}

-

{{ drive.device }}

+

{{ drive.name }}