|
|
@@ -308,6 +308,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
|
|
|
${ _("Scheduling on") }
|
|
|
</a>
|
|
|
</li>
|
|
|
+ % if not IS_EMBEDDED.get():
|
|
|
<li class="query-name no-horiz-padding skip-width-calculation">
|
|
|
<a href="javascript:void(0)">
|
|
|
<div class="notebook-name-desc" data-bind="editable: name, editableOptions: { inputclass: 'notebook-name-input', enabled: true, placement: 'bottom', emptytext: '${_ko('Add a name...')}', tpl: '<input type=\'text\' maxlength=\'255\'>' }"></div>
|
|
|
@@ -318,6 +319,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
|
|
|
<div class="notebook-name-desc" data-bind="editable: description, editableOptions: { type: 'textarea', enabled: true, placement: 'bottom', emptytext: '${_ko('Add a description...')}' }"></div>
|
|
|
</a>
|
|
|
</li>
|
|
|
+ % endif
|
|
|
<!-- /ko -->
|
|
|
</ul>
|
|
|
</div>
|