add macwalk and arpnip buttons to device details
This commit is contained in:
		| @@ -99,7 +99,15 @@ | ||||
|       <td> | ||||
|         <form method="post" class="nd_inline-form" action="[% uri_for('/admin/discover') %]"> | ||||
|           <input type="hidden" value="[% d.ip %]" name="device" type="text"/> | ||||
|           <button type="submit" class="btn btn-info btn-small">Rediscover</button> | ||||
|           <button type="submit" class="btn btn-info btn-small">Discover</button> | ||||
|         </form> | ||||
|         <form method="post" class="nd_inline-form" action="[% uri_for('/admin/arpnip') %]"> | ||||
|           <input type="hidden" value="[% d.ip %]" name="device" type="text"/> | ||||
|           <button type="submit" class="btn btn-info btn-small">Arpnip</button> | ||||
|         </form> | ||||
|         <form method="post" class="nd_inline-form" action="[% uri_for('/admin/macsuck') %]"> | ||||
|           <input type="hidden" value="[% d.ip %]" name="device" type="text"/> | ||||
|           <button type="submit" class="btn btn-info btn-small">Macsuck</button> | ||||
|         </form> | ||||
|       </td> | ||||
|     </tr> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user