diff options
Diffstat (limited to 'base/tps-tomcat/shared/webapps/tps/profiles.html')
| -rw-r--r-- | base/tps-tomcat/shared/webapps/tps/profiles.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/base/tps-tomcat/shared/webapps/tps/profiles.html b/base/tps-tomcat/shared/webapps/tps/profiles.html index c3c1ea140..a31389e64 100644 --- a/base/tps-tomcat/shared/webapps/tps/profiles.html +++ b/base/tps-tomcat/shared/webapps/tps/profiles.html @@ -27,7 +27,7 @@ $(function() { new TableView({ el: $("table[name='profiles']"), - collection: new ProfileCollection() + collection: new ProfileCollection({ size: 3 }) }); }); </script> @@ -55,6 +55,16 @@ $(function() { <td name="status"> </td> </tr> </tbody> +<tfoot> + <tr> + <th class="rcue-table-actions" colspan="2"> + <span> + <a href="#" class="prev">Prev</a> + <a href="#" class="next">Next</a> + <span> + </th> + </tr> +</tfoot> </table> </body> |
