arma-server-web-admin/public/js/tpl/servers/list_item.html

7 lines
200 B
HTML
Raw Normal View History

2014-04-13 17:10:40 +00:00
<td>
<a href='#servers/<%-id%>'><%-title%></a>
<button type="button" class="btn btn-danger btn-xs delete pull-right">
<span class="glyphicon glyphicon-remove"></span> Delete
</button>
2014-04-13 17:10:40 +00:00
</td>