Ticket material
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled

This commit is contained in:
2026-07-03 16:26:00 +07:00
parent 63458f397d
commit bd77e1a4e7
30 changed files with 1507 additions and 279 deletions
+3 -5
View File
@@ -1,14 +1,12 @@
<template>
<CFooter class="px-4">
<div>
<a href="https://coreui.io" target="_blank">CoreUI</a>
<span class="ms-1"
>&copy; {{ new Date().getFullYear() }} creativeLabs.</span
>
<a href="https://manjapro.net/" target="_blank">ManjaPro</a>
<span class="ms-1">&copy; {{ new Date().getFullYear() }} bestapps</span>
</div>
<div class="ms-auto">
<span class="me-1" target="_blank">Powered by</span>
<a href="https://coreui.io/vue">CoreUI for Vue</a>
<a href="https://rjn-net.id/">PT. LJN Cikembar</a>
</div>
</CFooter>
</template>