changed assets

This commit is contained in:
sanjayk03-dev
2024-08-13 09:37:03 +05:30
parent 0513aab2b7
commit ed25f5343d
8 changed files with 4 additions and 1 deletions

View File

@@ -278,7 +278,10 @@ script#control-view-template(type="text/x-template")
title="{{is_running ? 'Pause' : 'Start'}} program.", title="{{is_running ? 'Pause' : 'Start'}} program.",
@click="start_pause", :disabled="!state.selected", @click="start_pause", :disabled="!state.selected",
style="height:100px;width:100px;font-weight:normal") style="height:100px;width:100px;font-weight:normal")
.fa(:class="is_running ? 'fa-pause' : 'fa-play'" style="font-size:30px") if is_running
img(src="images/pause_gcode.png" style="height: 25px;")
else
img(src="images/play_gcode.png" style="height: 25px;")
button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal") button.pure-button(title="Stop program.", @click="stop", style="height:100px;width:100px;font-weight:normal")
img(src="images/stop.png" style="height: 25px;") img(src="images/stop.png" style="height: 25px;")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB