initial commit, not much is working yet
This commit is contained in:
1
octoprint_switcher/templates/README.txt
Normal file
1
octoprint_switcher/templates/README.txt
Normal file
@ -0,0 +1 @@
|
||||
Put your plugin's Jinja2 templates here.
|
1
octoprint_switcher/templates/switcher_navbar.jinja2
Normal file
1
octoprint_switcher/templates/switcher_navbar.jinja2
Normal file
@ -0,0 +1 @@
|
||||
<a href="foo">{{ plugin_switcher_switch0|escape }}</a>
|
8
octoprint_switcher/templates/switcher_settings.jinja2
Normal file
8
octoprint_switcher/templates/switcher_settings.jinja2
Normal file
@ -0,0 +1,8 @@
|
||||
<form class="form-horizontal">
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{ _('Switch 0') }}</label>
|
||||
<div class="controls">
|
||||
<input type="text" class="input-block-level" data-bind="value: settings.plugins.switcher.switch0">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
Reference in New Issue
Block a user