Skip to content

Commit bc3286c

Browse files
committed
Don't need this box anymore
1 parent 34ffcda commit bc3286c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

resources/views/admin/servers/view/manage.blade.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,6 @@
5858
</div>
5959
</div>
6060
</div>
61-
<div class="col-sm-4">
62-
<div class="box">
63-
<div class="box-header with-border">
64-
<h3 class="box-title">Rebuild Container</h3>
65-
</div>
66-
<div class="box-body">
67-
<p>This will trigger a rebuild of the server container when it next starts up. This is useful if you modified the server configuration file manually, or something just didn't work out correctly.</p>
68-
</div>
69-
<div class="box-footer">
70-
<form action="{{ route('admin.servers.view.manage.rebuild', $server->id) }}" method="POST">
71-
{!! csrf_field() !!}
72-
<button type="submit" class="btn btn-default">Rebuild Server Container</button>
73-
</form>
74-
</div>
75-
</div>
76-
</div>
7761
@if(! $server->suspended)
7862
<div class="col-sm-4">
7963
<div class="box box-warning">

0 commit comments

Comments
 (0)