Add missing closing div tag in dashboard.blade.php
This commit is contained in:
parent
70c28fceeb
commit
84c3f832ae
1 changed files with 2 additions and 1 deletions
|
|
@ -99,6 +99,8 @@
|
|||
<div class="flex-1"></div>
|
||||
</a>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-2">
|
||||
<h3 class="py-4">Deployments </h3>
|
||||
@if ($deployments_per_server->count() > 0)
|
||||
|
|
@ -131,7 +133,6 @@
|
|||
<div>No queued / in progress deployments</div>
|
||||
@endforelse
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
function gotoProject(uuid, environment = 'production') {
|
||||
window.location.href = '/project/' + uuid + '/' + environment;
|
||||
|
|
|
|||
Loading…
Reference in a new issue