From a3b79bee7d2485c9d5e2e307dc27fa809c00e7fb Mon Sep 17 00:00:00 2001 From: Muhammad Taufiq Date: Mon, 20 Jan 2020 16:41:12 +0000 Subject: [PATCH] [ZEPPELIN-4575] Switched to the use of noteName variable instead of notePath variable as it does not contain leading / --- zeppelin-web/src/app/notebook/notebook-actionBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeppelin-web/src/app/notebook/notebook-actionBar.html b/zeppelin-web/src/app/notebook/notebook-actionBar.html index b37b913a206..2dab5cf2707 100644 --- a/zeppelin-web/src/app/notebook/notebook-actionBar.html +++ b/zeppelin-web/src/app/notebook/notebook-actionBar.html @@ -24,7 +24,7 @@

tooltip-placement="bottom" uib-tooltip={{noteName(note)}} ng-click="input.showEditor = !revisionView; input.value = note.name" - ng-show="!input.showEditor">{{notePath(note)}}

+ ng-show="!input.showEditor">{{noteName(note)}}