{% include 'panel/p_header.twig' %}

Checks de la web. Desde aquí puedes ver, editar, y añadir nuevos checkeos a tus servidores

{% if you.fullRights == 1 %}
{% if groups is not empty %}

{{T_.add}}

{%else%}
{{T_.add_grp_to_add_chk}}
{%endif%}
{% endif %}
{% for check in checks %} {% if check.ID_G != beforegroup %} {% endif %} {% set beforegroup = check.ID_G %} {# Modales concretos #} {% if check.ID_TC == 3 %} {#Contador de visitas #} {% elseif check.ID_TC == 4 %} {% endif %} {% endfor %} {% for group in emptygrp %} {% endfor %}
{{T_.name}} Tipo Check {{T_.edit}}
{{check.nameGroup}}
{{check.name}} {{check.nameTCheck}} - {{check.url}} {{T_.view_hist}} {% if you.fullRights == 1 %} {{T_.edit}} {% if check.ID_TC == 3 %}{#Visitas#} {% elseif check.ID_TC == 4 %}{#Database#} Codigo para check database {% endif %} {% endif %}
{{group.name}}
Este grupo está vacío. Puedes eliminarlo desde grupos
{% include 'footer.twig' %}