Skip to content

Commit

Permalink
Merge pull request #5007 from thomasmckay/9361-host-collection
Browse files Browse the repository at this point in the history
fixes #9361 - correct logic to hide content hosts list on collection
  • Loading branch information
thomasmckay committed Feb 13, 2015
2 parents 34f98a4 + 0e79f7a commit 32b0f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<table ng-class="{'table-mask': contentHostsTable.working}"
class="table table-full table-striped"
ng-show="contentHostTable.rows.length > 0">
ng-show="contentHostsTable.rows.length > 0">
<thead>
<tr bst-table-head row-select>
<th bst-table-column="name" translate>Name</th>
Expand Down

0 comments on commit 32b0f55

Please sign in to comment.