Skip to content

Commit

Permalink
Merge pull request #626 from bcgov/batchinput
Browse files Browse the repository at this point in the history
fixed scheduledjobs
  • Loading branch information
michaeltangbcgov authored Oct 18, 2024
2 parents fd87888 + e961461 commit 1629760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/Batch/ScheduledBatchRuns.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@

<script>
import DisplayTable from "@/components/DisplayTable.vue";
import BatchProcessingService from "@/services/BatchProcessingService.js";
import { useBatchProcessingStore } from "../../store/modules/batchprocessing";
import { mapState, mapActions } from "pinia";
Expand Down
6 changes: 1 addition & 5 deletions frontend/src/views/BatchProcessing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@
<v-tabs-window-item value="batchRuns">
<BatchRuns></BatchRuns>
</v-tabs-window-item>

<v-tabs-window-item value="scheduledRuns">
<v-row v-if="!scheduledJobs.length">
<v-col> No Scheduled Jobs </v-col>
</v-row>
<v-row v-else>
<v-row>
<v-col> <ScheduledBatchRuns></ScheduledBatchRuns></v-col>
</v-row>
</v-tabs-window-item>
Expand Down

0 comments on commit 1629760

Please sign in to comment.