Skip to content

Commit

Permalink
Fixes #37845 - Errata modal breaks header css
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Sep 20, 2024
1 parent c884849 commit 55e3e22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ angular.module('Bastion.content-hosts').service('ContentHostsModalHelper', ['$ui
$uibModal.open({
templateUrl: 'content-hosts/bulk/views/content-hosts-bulk-errata-modal.html',
controller: 'ContentHostsBulkErrataModalController',
openedClass: 'bastion',
size: 'lg',
resolve: {
hostIds: this.resolveFunc()
Expand Down

0 comments on commit 55e3e22

Please sign in to comment.