Saltar al contenido principal
Centro de Ayuda
Abrir/cerrar menú de navegación
Prueba Prey
Inicia Sesión en Prey Panel
Iniciar sesión
<% links.forEach(function(link) { %>
<%= link.text %>
<% }) %>
Categorías
Estamos aquí para ayudarte
Búsqueda
Centro de Ayuda de Prey
Funcionalidades de Prey
Todo lo que debes saber sobre las principales funcionalidades de tu panel de Prey.
API Para Desarrollos
Acciones Masivas y Solución de Problemas
Automatizaciones y Solución de Problemas
Geocercas y Solución de Problemas
Acciones de seguridad
Gestión de préstamos de equipos
Rastreo de dispositivos
Mira nuestros videos aquí
Visita nuestro canal de Youtube
Categorías
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 12 %>
Abrir/cerrar menú de navegación
<% categories.forEach(function(category, index) { %> <% if (category.isActive) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% } %> <% }); %>
Categorías
Categorías
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Más información
<% } %>
<% } %>