mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 17:39:08 +00:00
FA5 icon fix
This commit is contained in:
parent
47f8de9c35
commit
d05fb698d6
@ -7,7 +7,7 @@
|
|||||||
<div class="query-list">
|
<div class="query-list">
|
||||||
{{text-field value=search placeholderKey="explorer.search_placeholder"}}
|
{{text-field value=search placeholderKey="explorer.search_placeholder"}}
|
||||||
{{d-button action="showCreate" icon="plus" class="no-text btn-right"}}
|
{{d-button action="showCreate" icon="plus" class="no-text btn-right"}}
|
||||||
{{d-button action="importQuery" label="explorer.import.label" icon="upload btn-right"}}
|
{{d-button action="importQuery" label="explorer.import.label" icon="upload"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if showCreate}}
|
{{#if showCreate}}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
enabled_site_setting :data_explorer_enabled
|
enabled_site_setting :data_explorer_enabled
|
||||||
register_asset 'stylesheets/explorer.scss'
|
register_asset 'stylesheets/explorer.scss'
|
||||||
|
register_svg_icon "upload" if respond_to?(:register_svg_icon)
|
||||||
|
|
||||||
# route: /admin/plugins/explorer
|
# route: /admin/plugins/explorer
|
||||||
add_admin_route 'explorer.title', 'explorer'
|
add_admin_route 'explorer.title', 'explorer'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user