fixed file name bug

This commit is contained in:
sanjayk03-dev
2024-02-22 03:02:36 +05:30
parent 217de6dcf3
commit 8fd0f763be
2 changed files with 11 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ script#macros-template(type="text/x-template")
p.title Macros Name
.input-container
input.input-color(type="color",id="macros-color",value="#ffffff",@change="editedColor")
input.input-name(type="text",minlength='1',maxlength='20',id="macros-name" ,v-model="macrosName",@keypress="editedName")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name" ,v-model="macrosName",@keypress="editedName")
p.title Macros G-Code
.flex-row-container
select(id="gcode-select",title="Select previously uploaded GCode programs.",selected