Skip to content

Commit

Permalink
fix(entityTags): Render alerts in netflix-aws and titus details
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and tomaslin committed Mar 16, 2018
1 parent ad1747e commit 8bdc3ee
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions serverGroup/details/serverGroupDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ <h4 class="text-center">
<cloud-provider-logo provider="serverGroup.type" height="'36px'" width="'36px'"></cloud-provider-logo>
<h3 select-on-dbl-click>
{{serverGroup.name}}
<entity-ui-tags component="serverGroup"
application="ctrl.application"
entity-type="serverGroup"
page-location="details"
on-update="ctrl.application.serverGroups.refresh()"></entity-ui-tags>
<render-if-feature feature="entityTags">
<entity-notifications
entity="serverGroup"
application="ctrl.application"
placement="bottom"
h-offset-percent="90%"
entity-type="serverGroup"
page-location="details"
on-update="ctrl.application.serverGroups.refresh()"
></entity-notifications>
</render-if-feature>
</h3>
</div>
<div>
Expand Down

0 comments on commit 8bdc3ee

Please sign in to comment.