{% extends "base.html.twig" %} {% block title %}SNPM Gateway{% endblock %} {% form_theme form 'form/modal.html.twig' %} {% block body %}

SNMP Gateway entries


{% if(isServiceEnabled) %} {% include 'blocks/filter.html.twig' %} {{ sg_datatables_render(datatable) }} {% else %}
The required SNMP component is not installed. Contact your server administrator to perform the needed steps.
{% endif %}
{% if(isServiceEnabled) %} {% set vars = {'name': 'confirm-delete', 'title': 'Delete Entry', 'text': 'Do you really want to delete selected item?', 'confirmButtonIcon': 'fas fa-trash', 'confirmButtonLabel': 'Delete', 'extraText': '

Keep in mind already registered devices remains active in the system.

'} %} {% include 'layout/component/modalConfirm.html.twig' with vars %} {% endif %} {% endblock body %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}