We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f532aa commit a3b79beCopy full SHA for a3b79be
zeppelin-web/src/app/notebook/notebook-actionBar.html
@@ -24,7 +24,7 @@ <h3>
24
tooltip-placement="bottom"
25
uib-tooltip={{noteName(note)}}
26
ng-click="input.showEditor = !revisionView; input.value = note.name"
27
- ng-show="!input.showEditor"><span>{{notePath(note)}}</span></p>
+ ng-show="!input.showEditor"><span>{{noteName(note)}}</span></p>
28
</div>
29
<div style="float: left; padding-bottom: 10px">
30
<span class="labelBtn btn-group">
0 commit comments