Skip to content

Commit

Permalink
hide network when no artifact has been created
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed May 14, 2021
1 parent ddca8c9 commit 9799e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiita_pet/static/js/networkVue.js
Expand Up @@ -950,6 +950,7 @@ Vue.component('processing-graph', {
// for the jobs to generate the initial set of artifacts. Update
// the job list
if (data.nodes.length == 0) {
$("#processing-network-div").hide();
vm.checkInitialJobs();
}
else {
Expand Down

0 comments on commit 9799e8f

Please sign in to comment.