<%- include('partials/page-start') %>
Packages
<%= stats.totalPackages %> <%= stats.activePackages %> active
Versions
<%= stats.totalVersions %> latest tracking
Applications
<%= stats.totalApplications %> <%= stats.releasedApplications %> released
Package types
2 .deb + docker

Package mới cập nhật

Hiển thị version mới nhất cho từng package.

Xem tất cả
<% if (packages.length === 0) { %> <% } %> <% packages.slice(0, 4).forEach((item) => { %> <% }) %>
Package Type Latest Status
Chưa có package nào. Bấm Upload package để thêm dữ liệu đầu tiên.
<%= item.name %> <%= item.code %> <%= helpers.packageTypeLabel(item.type) %> <%= item.latestVersion %> <%= item.status %>

Hoạt động gần đây

Các thay đổi chính trong package/app.

<% if (activity.length === 0) { %>
Chưa có hoạt động upload/update package.
<% } %> <% activity.forEach((item) => { %>
<%= item.icon %>
<%= item.title %> <%= item.detail %>
<% }) %>
<%- include('partials/package-modal') %> <%- include('partials/page-end') %>