Skip to content

Commit 5982a1c

Browse files
committed
fix #3036
1 parent f6d6094 commit 5982a1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qiita_pet/static/js/networkVue.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ Vue.component('processing-graph', {
10111011

10121012
// At this point we can show the graph and hide the job list
10131013
$("#processing-network-div").show();
1014+
$("#show-hide-network-btn").show();
10141015
$("#processing-job-div").hide();
10151016
}
10161017
})
@@ -1035,6 +1036,7 @@ Vue.component('processing-graph', {
10351036
$.get(vm.portal + vm.jobsEndpoint, function(data) {
10361037
$("#processing-job-div").html("");
10371038
$("#processing-job-div").append("<p>Hang tight, we are processing your request: </p>");
1039+
$("#show-hide-network-btn").hide();
10381040
var nonCompletedJobs = 0;
10391041
var successJobs = 0;
10401042
var totalJobs = 0;

0 commit comments

Comments
 (0)