forked from Alex/Pterodactyl-Panel
clearly this was a bad day in the programming world
This commit is contained in:
parent
c4007dcf57
commit
e98e7d5e7f
@ -438,7 +438,7 @@
|
||||
<form action="{{ route('admin.nodes.delete', $node->id) }}" method="POST" id="deleteNodeForm">
|
||||
{!! method_field('DELETE') !!}
|
||||
{!! csrf_field() !!}
|
||||
<input type="submit" name="doSomethingForFucksSake" value="Delete Node" class="btn btn-sm btn-danger" />
|
||||
<input type="submit" value="Delete Node" class="btn btn-sm btn-danger" />
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-xs-8">
|
||||
|
Loading…
Reference in New Issue
Block a user