mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
chore: Update deployment index.blade.php script for better performance
This commit is contained in:
@@ -105,12 +105,9 @@
|
||||
@endforelse
|
||||
|
||||
@if ($deployments_count > 0)
|
||||
@assets
|
||||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/plugin/utc.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/plugin/relativeTime.js"></script>
|
||||
@endassets
|
||||
@script
|
||||
<script>
|
||||
function goto(url) {
|
||||
window.location.href = url;
|
||||
@@ -145,8 +142,6 @@
|
||||
}
|
||||
}))
|
||||
</script>
|
||||
@endscript
|
||||
@endif
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user