mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Add missing closing div tag in dashboard.blade.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user