Skip to content

Commit

Permalink
fix(titus): keep instance/job title on same line as icon (#5118)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Apr 5, 2018
1 parent 709df33 commit 964f6e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ <h4 class="text-center">
<span class="glyphicon glyphicon-remove"></span>
</a>
</div>
<div class="header-text">
<div class="header-text horizontal middle">
<span class="glyphicon glyphicon-hdd {{instance.healthState}}"></span>
<h3 select-on-dbl-click>
<h3 class="horizontal middle space-between flex-1" select-on-dbl-click>
{{instance ? instance.id : instanceIdNotFound}}
</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ <h4 class="text-center">
<span class="glyphicon glyphicon-remove"></span>
</a>
</div>
<div class="header-text">
<div class="header-text horizontal middle">
<cloud-provider-logo provider="serverGroup.type" height="'36px'" width="'36px'"></cloud-provider-logo>
<h3 select-on-dbl-click>
<h3 class="horizontal middle space-between flex-1" select-on-dbl-click>
{{serverGroup.name}}
<render-if-feature feature="entityTags">
<entity-notifications
Expand Down

0 comments on commit 964f6e9

Please sign in to comment.