mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Nicer actions on list items
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<td>
|
||||
<td style="width: 100%;">
|
||||
<a href='/api/missions/<%-name%>'><%-name%></a>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-danger btn-xs delete">
|
||||
<span class="glyphicon glyphicon-remove"></span> Delete
|
||||
<span class="glyphicon glyphicon-trash"></span> Delete
|
||||
</button>
|
||||
</td>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mod</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
<td>
|
||||
<td style="width: 100%;">
|
||||
<a href='#mods/<%-name%>'><%-name%></a>
|
||||
</td>
|
||||
<td>
|
||||
<% if (outdated) { %>
|
||||
<a class="btn btn-primary btn-xs update pull-right ladda-button" data-style="expand-left">
|
||||
<span class="glyphicon glyphicon-save"></span>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Server</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
<td>
|
||||
<td style="width: 100%;">
|
||||
<a href='#servers/<%-id%>'><%-title%></a>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-danger btn-xs delete pull-right">
|
||||
<span class="glyphicon glyphicon-remove"></span> Delete
|
||||
<span class="glyphicon glyphicon-trash"></span> Delete
|
||||
</button>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user