From 5fbed138a8d55de50a31c646bc92cd0b96da46b9 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 3 Oct 2016 19:00:56 +0100 Subject: [PATCH] feat(GUI): display image path base name as tooltip on truncated name Changelog-Entry: Display image path base name as a tooltip on truncated image name. Change-Type: minor --- lib/gui/pages/main/templates/main.tpl.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/gui/pages/main/templates/main.tpl.html b/lib/gui/pages/main/templates/main.tpl.html index ab7b0cd6..7c5dfed1 100644 --- a/lib/gui/pages/main/templates/main.tpl.html +++ b/lib/gui/pages/main/templates/main.tpl.html @@ -18,7 +18,8 @@
+ ng-bind="main.selection.getImageName() || main.selection.getImagePath() | basename | middleEllipses:25" + uib-tooltip="{{ main.selection.getImagePath() | basename }}">