From bfa773dab44a7c547fdbb1cecfec6e4298e127b0 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sat, 18 May 2024 02:30:31 +0530 Subject: [PATCH] removed text replica --- src/pug/templates/control-view.pug | 1 - src/pug/templates/macros.pug | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index 032a32f..b42dc4c 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -14,7 +14,6 @@ script#control-view-template(type="text/x-template") h3(slot="header") GCode Not Set div(slot="body") p Configure the GCode for the selected macro to use it - p Configure the GCode for the selected macro to use it div(slot="footer") button.pure-button(@click="showNoGcodeMessage=false") OK diff --git a/src/pug/templates/macros.pug b/src/pug/templates/macros.pug index 14d0e45..51e66d0 100644 --- a/src/pug/templates/macros.pug +++ b/src/pug/templates/macros.pug @@ -77,7 +77,6 @@ script#macros-template(type="text/x-template") p u Note: | Select a Macro to edit its settings. - | Select a Macro to edit its settings. .tabs div(style="display:flex;align-items:center;margin-left:30px") @@ -88,7 +87,6 @@ script#macros-template(type="text/x-template") option( selected='' value='0') Select a Macro option(v-for="(index,file) in macros_list", :value="index+1") {{file}} .macros-form - p.title Macro Name p.title Macro Name .input-container input.input-color(type="color",id="macros-color",value="#ffffff",@change="editedColor") @@ -97,7 +95,6 @@ script#macros-template(type="text/x-template") input.input-alert(type="checkbox",id="macros-alert" v-model="isChecked",@change="editedAlert") label Would you like an alert when running this macro? p.title Macro G-Code - p.title Macro G-Code .flex-row-container select(id="gcode-select",title="Select previously uploaded GCode programs.",selected v-model="fileName",@change="load", :disabled="!is_ready",