hide controls on query page

This commit is contained in:
Arpit Jalan 2018-08-19 16:28:24 +05:30
parent 915657b8cd
commit 4af28311ab
1 changed files with 20 additions and 18 deletions

View File

@ -3,6 +3,7 @@
{{#if disallow}}
<h2>{{i18n "explorer.admins_only"}}</h2>
{{else}}
{{#unless selectedQueryId}}
<div class="query-list">
{{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" none="explorer.menu_none" content=content castInteger="true" nameChanges="true"}}
{{d-button action="showCreate" icon="plus" class="no-text"}}
@ -24,6 +25,7 @@
{{/if}}
<hr>
{{/unless}}
{{#if content.length}}
{{#if selectedItem.fake}}