Skip to content
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

Refs #36526 - Remove duplicate katello-agent banners from content host Packages tab #10636

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<span page-title ng-model="host">{{ 'Packages for: ' | translate }} {{ host.name }}</span>

<h3 translate>Applicable Packages</h3>
<div ng-show="katelloAgentPresent" data-extend-template="common/views/katello-agent-notice.html"></div>

<section ng-hide="denied('edit_hosts', host)" bst-feature-flag="remote_actions">
<p bst-alert="warning" ng-hide="hostToolingEnabled">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<h3 translate>Installed Packages</h3>

<div ng-show="katelloAgentPresent" data-extend-template="common/views/katello-agent-notice.html"></div>

<section ng-hide="denied('edit_hosts', host)" bst-feature-flag="remote_actions">
<p bst-alert="warning" ng-hide="hostToolingEnabled">
<span translate>
Expand Down