|
@@ -278,7 +278,7 @@ ${ hueIcons.symbols() }
|
|
|
|
|
|
|
|
<div class="nav-collapse">
|
|
<div class="nav-collapse">
|
|
|
<ul class="nav editor-nav">
|
|
<ul class="nav editor-nav">
|
|
|
- <li class="currentApp">
|
|
|
|
|
|
|
+ <li class="currentApp" data-bind="visible: editorMode" style="display: none">
|
|
|
<!-- ko if: editorMode() -->
|
|
<!-- ko if: editorMode() -->
|
|
|
<a data-bind="attr: { href: '${ url('notebook:editor') }?type=' + editorType(), title: editorTypeTitle() + '${ _(' Editor') }' }" style="cursor: pointer">
|
|
<a data-bind="attr: { href: '${ url('notebook:editor') }?type=' + editorType(), title: editorTypeTitle() + '${ _(' Editor') }' }" style="cursor: pointer">
|
|
|
<!-- ko if: editorType() == 'impala' -->
|
|
<!-- ko if: editorType() == 'impala' -->
|