Skip to content

Jobs list as modal #2289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 18, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
BUG: Fix job updates
  • Loading branch information
ElDeveloper committed Sep 8, 2017
commit 0440cb7dbc29b250e787e23883e3b9b2f1d5b421
1 change: 1 addition & 0 deletions qiita_pet/static/js/qiita.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function delete_analysis(aname, analysis_id) {
}

function show_hide_process_list() {
processing_jobs_vue.update_processing_job_data();
$('#qiita-processing').modal('show');
}

Expand Down
2 changes: 1 addition & 1 deletion qiita_pet/templates/sitebase.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ <h4 class="modal-title">Active Jobs</h4>
<h6 class="modal-title">succesful jobs are not shown</h6>
</div>

<div class="modal-body">
<div id='processing-jobs-table' class="modal-body">
Search: <input v-model="search">
<hr>
<data-table-processing-jobs :jobs="filteredJobs"></data-table-processing-jobs>
Expand Down