_snippets => snippets - because babel ignores folders starting with _
This commit is contained in:
parent
07bbbff038
commit
a24beb25a3
34 changed files with 38 additions and 38 deletions
|
|
@ -13,19 +13,19 @@ to OctoPrint, you can also configure additional printer profiles under Settings
|
|||
<div class="tab-content scrollable">
|
||||
<!-- ko with: editor -->
|
||||
<div id="wizard_plugin_corewizard_printerprofile_general" class="tab-pane active">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorGeneral.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorGeneral.jinja2' %}
|
||||
</div>
|
||||
|
||||
<div id="wizard_plugin_corewizard_printerprofile_buildvolume" class="tab-pane">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorBuildvolume.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorBuildvolume.jinja2' %}
|
||||
</div>
|
||||
|
||||
<div id="wizard_plugin_corewizard_printerprofile_axes" class="tab-pane">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorAxes.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorAxes.jinja2' %}
|
||||
</div>
|
||||
|
||||
<div id="wizard_plugin_corewizard_printerprofile_extruder" class="tab-pane">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorExtruder.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorExtruder.jinja2' %}
|
||||
</div>
|
||||
<!-- /ko -->
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
<h4>{{ _('OctoPrint related commands') }}</h4>
|
||||
|
||||
<form class="form-horizontal" data-bind="with: settingsViewModel">
|
||||
{% include "_snippets/settings/server/serverCommandServerRestart.jinja2" %}
|
||||
{% include "snippets/settings/server/serverCommandServerRestart.jinja2" %}
|
||||
</form>
|
||||
|
||||
<h4>{{ _('System related commands') }}</h4>
|
||||
|
||||
<form class="form-horizontal" data-bind="with: settingsViewModel">
|
||||
{% include "_snippets/settings/server/serverCommandSystemRestart.jinja2" %}
|
||||
{% include "_snippets/settings/server/serverCommandSystemShutdown.jinja2" %}
|
||||
{% include "snippets/settings/server/serverCommandSystemRestart.jinja2" %}
|
||||
{% include "snippets/settings/server/serverCommandSystemShutdown.jinja2" %}
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
</p>{% endtrans %}
|
||||
|
||||
<form class="form-horizontal" data-bind="with: settingsViewModel">
|
||||
{% include "_snippets/settings/webcam/webcamStreamUrl.jinja2" %}
|
||||
{% include "_snippets/settings/webcam/webcamSnapshotUrl.jinja2" %}
|
||||
{% include "snippets/settings/webcam/webcamStreamUrl.jinja2" %}
|
||||
{% include "snippets/settings/webcam/webcamSnapshotUrl.jinja2" %}
|
||||
</form>
|
||||
|
||||
<h4>{{ _('Timelapse Recordings') }}</h4>
|
||||
|
|
@ -38,5 +38,5 @@
|
|||
</p>{% endtrans %}
|
||||
|
||||
<form class="form-horizontal" data-bind="with: settingsViewModel">
|
||||
{% include "_snippets/settings/webcam/ffmpegPath.jinja2" %}
|
||||
{% include "snippets/settings/webcam/ffmpegPath.jinja2" %}
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@
|
|||
{% endtrans %}</p>
|
||||
|
||||
<form class="form-horizontal">
|
||||
{% include "_snippets/settings/cura/enginePath.jinja2" %}
|
||||
{% include "_snippets/settings/cura/engineLog.jinja2" %}
|
||||
{% include "snippets/settings/cura/enginePath.jinja2" %}
|
||||
{% include "snippets/settings/cura/engineLog.jinja2" %}
|
||||
</form>
|
||||
|
||||
<h4>{{ _('Profiles') }}</h4>
|
||||
|
||||
{% include "_snippets/settings/cura/profiles.jinja2" %}
|
||||
{% include "snippets/settings/cura/profiles.jinja2" %}
|
||||
|
||||
<button class="btn pull-right" data-bind="click: function() { $root.showImportProfileDialog() }">{{ _('Import Profile...') }}</button>
|
||||
|
||||
|
|
@ -22,4 +22,4 @@
|
|||
<small>{% trans %}For more information on configuration and usage please <a href="{{ plugin_cura_homepage }}" target="_blank">see the Plugin's homepage</a>.{% endtrans %}</small>
|
||||
</div>
|
||||
|
||||
{% include "_snippets/settings/cura/profileImporter.jinja2" %}
|
||||
{% include "snippets/settings/cura/profileImporter.jinja2" %}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div style="margin-top: 1em">
|
||||
<form class="form-horizontal">
|
||||
{% include "_snippets/settings/cura/enginePath.jinja2" %}
|
||||
{% include "snippets/settings/cura/enginePath.jinja2" %}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
yet. You should do this now.{% endtrans %}</p>
|
||||
|
||||
<div>
|
||||
{% include "_snippets/settings/cura/profiles.jinja2" %}
|
||||
{% include "snippets/settings/cura/profiles.jinja2" %}
|
||||
</div>
|
||||
|
||||
<button class="btn btn-block" data-bind="click: function() { $root.showImportProfileDialog() }">{{ _('Import Profile...') }}</button>
|
||||
|
|
|
|||
|
|
@ -74,9 +74,9 @@
|
|||
</div>
|
||||
<div class="modal-body">
|
||||
<form class="form-horizontal">
|
||||
{% include "_snippets/plugins/softwareupdate/checkoutFolder.jinja2" %}
|
||||
{% include "_snippets/plugins/softwareupdate/versionTracking.jinja2" %}
|
||||
{% include "_snippets/plugins/softwareupdate/releaseChannel.jinja2" %}
|
||||
{% include "snippets/plugins/softwareupdate/checkoutFolder.jinja2" %}
|
||||
{% include "snippets/plugins/softwareupdate/versionTracking.jinja2" %}
|
||||
{% include "snippets/plugins/softwareupdate/releaseChannel.jinja2" %}
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{ _('Version cache TTL') }}</label>
|
||||
<div class="controls">
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
</p>{% endtrans %}
|
||||
|
||||
<form class="form-horizontal">
|
||||
{% include "_snippets/plugins/softwareupdate/checkoutFolder.jinja2" %}
|
||||
{% include "_snippets/plugins/softwareupdate/versionTracking.jinja2" %}
|
||||
{% include "snippets/plugins/softwareupdate/checkoutFolder.jinja2" %}
|
||||
{% include "snippets/plugins/softwareupdate/versionTracking.jinja2" %}
|
||||
</form>
|
||||
|
||||
{% trans %}<p>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<div id="add_folder_dialog" class="modal hide fade">
|
||||
<div class="modal-header">
|
||||
<a href="#" class="close" data-dismiss="modal" aria-hidden="true">×</a>
|
||||
<h3>Create Folder</h3>
|
||||
<h3>{{ _('Create Folder') }}</h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>{{ _('Please specify the name of the folder to create.') }}</p>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<h3>{{ _('Printer Profiles') }}</h3>
|
||||
|
||||
{% include "_snippets/settings/printerprofiles/profiles.jinja2" %}
|
||||
{% include "snippets/settings/printerprofiles/profiles.jinja2" %}
|
||||
|
||||
<button class="btn pull-right" data-bind="click: function() { $root.printerProfiles.showEditProfileDialog(); }">{{ _('Add Profile...') }}</button>
|
||||
|
||||
{% include "_snippets/settings/printerprofiles/profileEditor.jinja2" %}
|
||||
{% include "snippets/settings/printerprofiles/profileEditor.jinja2" %}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<form class="form-horizontal">
|
||||
<h3>{{ _('Commands') }}</h3>
|
||||
|
||||
{% include "_snippets/settings/server/serverCommandServerRestart.jinja2" %}
|
||||
{% include "_snippets/settings/server/serverCommandSystemRestart.jinja2" %}
|
||||
{% include "_snippets/settings/server/serverCommandSystemShutdown.jinja2" %}
|
||||
{% include "snippets/settings/server/serverCommandServerRestart.jinja2" %}
|
||||
{% include "snippets/settings/server/serverCommandSystemRestart.jinja2" %}
|
||||
{% include "snippets/settings/server/serverCommandSystemShutdown.jinja2" %}
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -1,21 +1,21 @@
|
|||
<h3>{{ _('Webcam') }}</h3>
|
||||
|
||||
<form class="form-horizontal">
|
||||
{% include "_snippets/settings/webcam/webcamStreamUrl.jinja2" %}
|
||||
{% include "_snippets/settings/webcam/webcamOrientation.jinja2" %}
|
||||
{% include "snippets/settings/webcam/webcamStreamUrl.jinja2" %}
|
||||
{% include "snippets/settings/webcam/webcamOrientation.jinja2" %}
|
||||
</form>
|
||||
|
||||
<h3>{{ _('Timelapse Recordings') }}</h3>
|
||||
|
||||
<form class="form-horizontal">
|
||||
{% include "_snippets/settings/webcam/webcamSnapshotUrl.jinja2" %}
|
||||
{% include "_snippets/settings/webcam/ffmpegPath.jinja2" %}
|
||||
{% include "_snippets/settings/webcam/watermark.jinja2" %}
|
||||
{% include "snippets/settings/webcam/webcamSnapshotUrl.jinja2" %}
|
||||
{% include "snippets/settings/webcam/ffmpegPath.jinja2" %}
|
||||
{% include "snippets/settings/webcam/watermark.jinja2" %}
|
||||
<div>
|
||||
<div><small><a href="#" class="muted" data-bind="toggleContent: { class: 'icon-caret-right icon-caret-down', parent: '.form-horizontal', container: '.hide' }"><i class="icon-caret-right"></i> {{ _('Advanced options') }}</a></small></div>
|
||||
<div class="hide">
|
||||
{% include "_snippets/settings/webcam/ffmpegBitrate.jinja2" %}
|
||||
{% include "_snippets/settings/webcam/ffmpegThreads.jinja2" %}
|
||||
{% include "snippets/settings/webcam/ffmpegBitrate.jinja2" %}
|
||||
{% include "snippets/settings/webcam/ffmpegThreads.jinja2" %}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
|
|
@ -15,19 +15,19 @@
|
|||
<!-- ko with: printerProfiles.editor -->
|
||||
<div class="tab-content">
|
||||
<div id="settings_printerProfiles_editDialog_general" class="tab-pane active">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorGeneral.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorGeneral.jinja2' %}
|
||||
</div>
|
||||
|
||||
<div id="settings_printerProfiles_editDialog_buildvolume" class="tab-pane">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorBuildvolume.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorBuildvolume.jinja2' %}
|
||||
</div>
|
||||
|
||||
<div id="settings_printerProfiles_editDialog_axes" class="tab-pane">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorAxes.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorAxes.jinja2' %}
|
||||
</div>
|
||||
|
||||
<div id="settings_printerProfiles_editDialog_extruder" class="tab-pane">
|
||||
{% include '_snippets/settings/printerprofiles/profileEditorExtruder.jinja2' %}
|
||||
{% include 'snippets/settings/printerprofiles/profileEditorExtruder.jinja2' %}
|
||||
</div>
|
||||
</div>
|
||||
<!-- /ko -->
|
||||
Loading…
Reference in a new issue