Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2afbc14

Browse files
fix: select stream before scheudling a job
1 parent0fc1690 commit2afbc14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎web/src/plugins/logs/SearchBar.vue‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4129,6 +4129,14 @@ export default defineComponent({
41294129
// if(searchObj.meta.jobId != ""){
41304130
// searchObj.meta.jobId = "";
41314131
// }
4132+
if (!searchObj.data.stream.selectedStream||searchObj.data.stream.selectedStream.length===0) {
4133+
$q.notify({
4134+
type:"negative",
4135+
message:"Please select a stream before scheduling a job",
4136+
timeout:3000,
4137+
});
4138+
return;
4139+
}
41324140
if (searchObj.meta.jobId!="") {
41334141
$q.notify({
41344142
type:"negative",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp