Skip to content

Commit

Permalink
Enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Nov 29, 2018
1 parent a9e3002 commit 51c0d8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<td ng-repeat="column in lhc.additionalColumns">
<span ng-repeat="val in column.items">{{ou[val]}}&nbsp;</span>
</td>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<th width=15%" nowrap="nowrap" ng-repeat="column in lhc.additionalColumns">
<i ng-if="column.icon !== ''" class="material-icons">{{column.icon}}</i>{{column.name}}
</th>

0 comments on commit 51c0d8e

Please sign in to comment.