toggle files sotring

This commit is contained in:
sanjayk03-dev
2024-05-30 19:13:59 +05:30
parent bfa773dab4
commit 1af41376b1
2 changed files with 23 additions and 6 deletions

View File

@@ -372,6 +372,10 @@ script#control-view-template(type="text/x-template")
v-model="state.selected", @change="load", :disabled="!is_ready",
style="max-width:100%;margin-left:5px")
option(v-for="file in gcode_files", :value="file") {{file}}
button.pure-button(@click="toggle_sorting", :disabled="!is_ready",
style="height:100%")
| {{files_sortby}}
.progress(v-if="toolpath_progress && toolpath_progress < 1",
title="Simulating GCode to check for errors, calculate ETA and " +