Skip to content

Commit

Permalink
Refs #37104 - fix sync_management
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Feb 1, 2024
1 parent 3dcae86 commit 8f5136e
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 323 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/katello/common/katello.global.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//Katello global object namespace that all others should be attached to
var KT = {};
var KT = KT ? KT : {};

//i18n global variable
var katelloI18n = {};
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/katello/sync_management/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
//= require "katello/jquery.treeTable"
//= require "katello/common/katello.common.js"
//= require "katello/sync_management/sync_management"
Loading

0 comments on commit 8f5136e

Please sign in to comment.