fix(gui): Fix usbboot drive icon path

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-03-15 16:41:38 +01:00
parent 9b42960b2f
commit 2aa37571f0
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -11,7 +11,7 @@
ng-click="modal.toggleDrive(drive)">
<img class="list-group-item-section" alt="Drive device type logo"
ng-if="drive.icon"
ng-src="./assets/{{drive.icon}}.svg"
ng-src="../assets/{{drive.icon}}.svg"
width="25"
height="30">
<div