Commit 70a656e8fde66ad120864ff3bdae914d49203842
Merge branch '8851_CA_List_Align' into Develop
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/ca/ca-view.html
... | ... | @@ -72,7 +72,7 @@ |
72 | 72 | </td> |
73 | 73 | </tr> |
74 | 74 | </tbody> |
75 | - <tbody ng-if="filterstring" class="clstbody"> | |
75 | + <tbody ng-if="filterstring" class="clstbodyca"> | |
76 | 76 | <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCAListViewData"> |
77 | 77 | <td style="max-width: 250px;"> |
78 | 78 | {{item._Title}} | ... | ... |