b94b5c08c98f1ebe12089aac0d11e51021b3507d
[portal/sdk.git] /
1 <div id="page-content">
2         <h1 class="heading-page">Drools List</h1>
3         <div id="droolsTable" title="Drools List">
4                 <table class="striped" table-data="tableData">
5                         <thead>
6                                 <tr>
7                                         <th>Drools File Name</th>
8                                         <th>Class Name</th>
9                                         <th>Run Rule</th>
10                                 </tr>
11                         </thead>
12                         <tbody type="body" ng-repeat="rowData in tableData">
13                                 <tr>
14                                         <td ng-bind="rowData['droolsFile']"></td>
15                                         <td ng-bind="rowData['className']"></td>
16                                         <td>
17                                                 <div>
18                                                         <a href="samplePage#/drools/{{rowData.droolsFile}}" class="icon-controls-playalt"></a>
19                                                 </div>
20                                         </td>
21                                 </tr>
22                         </tbody>
23                         
24                 </table>
25
26                 <div ng-if="tableData==null || tableData.length==0" align="center">No records found</div>
27         </div>  
28         <a href="samplePage#/drools/0">Go to Drools Rule Engine import page</a>
29         
30 </div>
31
32