Skip to content

Commit

Permalink
Refs #36526 - remove duplicate banners from applicable and installed …
Browse files Browse the repository at this point in the history
…pages (#10636)
  • Loading branch information
jeremylenz authored Jul 5, 2023
1 parent f579e49 commit 74d8bd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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

0 comments on commit 74d8bd6

Please sign in to comment.