nothing
This commit is contained in:
@@ -63,7 +63,7 @@ script#macros-template(type="text/x-template")
|
|||||||
select#gcodeSelect-0(title="Select previously uploaded GCode programs.",selected
|
select#gcodeSelect-0(title="Select previously uploaded GCode programs.",selected
|
||||||
v-model="state.selected",@change="load", :disabled="!is_ready",
|
v-model="state.selected",@change="load", :disabled="!is_ready",
|
||||||
style="max-width:100%;height:40px;border-radius:5px")
|
style="max-width:100%;height:40px;border-radius:5px")
|
||||||
option(disabled='false' selected='' value='default') Select an option
|
option( selected='' value='default') Create G-Code
|
||||||
option(v-for="file in state.files", :value="file") {{file}}
|
option(v-for="file in state.files", :value="file") {{file}}
|
||||||
|
|
||||||
button.pure-button(title="Upload a new GCode program.", @click="open",
|
button.pure-button(title="Upload a new GCode program.", @click="open",
|
||||||
|
|||||||
Reference in New Issue
Block a user