Skip to content

Commit

Permalink
disable train button when no device is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Sep 4, 2024
1 parent b925367 commit 23ea670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train/src/ui/monitoring.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
class="regular"
@click="state.started = true; command('train')"
:loading="state.started"
:disabled="state.selectedDevice === null"
>
<i class="zmdi zmdi-play mr5"></i> Train
</el-button>
Expand Down

0 comments on commit 23ea670

Please sign in to comment.