Skip to content

Commit

Permalink
Removes redundant plugin require
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Mar 14, 2024
1 parent ab53709 commit e9d2b20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dashboard/app/javascript/active_jobs/active_jobs.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
'use strict';

import oboe from 'oboe';
import dataTableProcessing from 'datatables.net-plugins/api/processing()';
import { cssBadgeForState, capitalizeFirstLetter } from '.././utils.js'

window.fetch_table_data = fetch_table_data;
window.create_datatable = create_datatable;
window.set_cluster_id = set_cluster_id;
window.set_filter_id = set_filter_id;

dataTableProcessing(window, jQuery);

var entityMap = {
'&': '&',
'<': '&lt;',
Expand Down

0 comments on commit e9d2b20

Please sign in to comment.