Loading ui/src/components/ImpressionRequestCard.vue +4 −3 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ </v-card> </v-dialog> <model-stl class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl> <model-stl :v-show="show_stl" class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl> <v-btn block v-on:click="dialog = true">Agrandir</v-btn> <v-card-title>{{ title }}</v-card-title> <v-card-subtitle class="text-left"> Loading Loading @@ -96,9 +96,9 @@ <v-btn color="indigo" v-on:click="download_stl"> <v-icon color="blue">mdi-cloud-download</v-icon> STL </v-btn> <v-btn color="indigo" v-on:click="infos" :disabled="!show_edit()"> <!-- <v-btn color="indigo" v-on:click="infos" :disabled="!show_edit()"> <v-icon color="blue">mdi-pencil</v-icon> Edit </v-btn> </v-btn> --> </v-col> <v-col> <v-btn color="indigo" v-on:click="download_gcode" v-show="show_gcode()"> Loading Loading @@ -252,6 +252,7 @@ export default { props: ["id", "admin"], data() { return { show_stl: true, dialog: false, admin_dialog: false, stl_background: "#1e1e1e", Loading Loading
ui/src/components/ImpressionRequestCard.vue +4 −3 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ </v-card> </v-dialog> <model-stl class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl> <model-stl :v-show="show_stl" class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl> <v-btn block v-on:click="dialog = true">Agrandir</v-btn> <v-card-title>{{ title }}</v-card-title> <v-card-subtitle class="text-left"> Loading Loading @@ -96,9 +96,9 @@ <v-btn color="indigo" v-on:click="download_stl"> <v-icon color="blue">mdi-cloud-download</v-icon> STL </v-btn> <v-btn color="indigo" v-on:click="infos" :disabled="!show_edit()"> <!-- <v-btn color="indigo" v-on:click="infos" :disabled="!show_edit()"> <v-icon color="blue">mdi-pencil</v-icon> Edit </v-btn> </v-btn> --> </v-col> <v-col> <v-btn color="indigo" v-on:click="download_gcode" v-show="show_gcode()"> Loading Loading @@ -252,6 +252,7 @@ export default { props: ["id", "admin"], data() { return { show_stl: true, dialog: false, admin_dialog: false, stl_background: "#1e1e1e", Loading