sgd_dashboard-1.0.0-beta1/templates/sgd-core-data.html.twig
templates/sgd-core-data.html.twig
<h2>Site Guardian configuration</h2>
<div class="sgd-core-configuration">
<dl>
<dt>{{ status.website.client_name.title}}</dt>
<dd>{{ status.website.client_name.value}}</dd>
<dt>{{ status.website.url.title}}</dt>
<dd>{{ status.website.url.value}}</dd>
<dt>{{ status.website.crontab.title}}</dt>
<dd>{{ status.website.crontab.value}}</dd>
</dl>
<dl>
<dt>{{ status.website.api_key_unique.title}}</dt>
<dd>{{ status.website.api_key_unique.value}}</dd>
<dt>{{ status.website.last_checked.title}}</dt>
{% if status.website.last_checked.value %}
<dd>{{ status.website.last_checked.value | format_date('medium') }}</dd>
{% else %}
<dd>{{ 'Never' |t }}</dd>
{% endif %}
</dl>
<div class="actions">
{{ status.website.visit_site_link.value }}
{{ status.website.refresh_link.value }}
{{ status.website.download_report_link.value }}
</div>
</div>
<h2>Website status</h2>
<div class="sgd-core-status">
<dl>
<dt>{{ status.drupal.drupal_version.title}}</dt>
<dd>{{ status.drupal.drupal_version.value}}</dd>
<dt>{{ status.php.php_version.title}}</dt>
<dd>{{ status.php.php_version.value}}</dd>
<dt>{{ status.hosting.webserver.title}}</dt>
<dd>{{ status.hosting.webserver.value}}</dd>
<dt>{{ status.hosting.db_type.title}}</dt>
<dd>{{ status.hosting.db_type.value}}</dd>
<dt>{{ status.hosting.db_version.title}}</dt>
<dd>{{ status.hosting.db_version.value}}</dd>
<dt>{{ status.hosting.redis.title}}</dt>
<dd>{{ status.hosting.redis.value}}</dd>
<dt>{{ status.drupal.twig_debug_enabled.title}}</dt>
<dd>{{ status.drupal.twig_debug_enabled.value}}</dd>
<dt>{{ status.drupal.render_cache_disabled.title}}</dt>
<dd>{{ status.drupal.render_cache_disabled.value}}</dd>
<dt>{{ status.drupal.sg_notes.title}}</dt>
<dd>{{ status.drupal.sg_notes.value}}</dd>
</dl>
<dl>
<dt>{{ status.drupal.core_update_status.title}}</dt>
<dd>{{ status.drupal.core_update_status.value}}</dd>
<dt>{{ status.drupal.contrib_update_status.title}}</dt>
<dd>{{ status.drupal.contrib_update_status.value}}</dd>
<dt>{{ status.drupal.db_updates.title}}</dt>
<dd>{{ status.drupal.db_updates.value}}</dd>
<dt>{{ status.drupal.configuration_files.title}}</dt>
<dd>{{ status.drupal.configuration_files.value}}</dd>
<dt>{{ status.drupal.update_access.title}}</dt>
<dd>{{ status.drupal.update_access.value}}</dd>
<dt>{{ status.drupal.trusted_host_patterns.title}}</dt>
<dd>{{ status.drupal.trusted_host_patterns.value}}</dd>
<dt>{{ status.projects.enabled_modules_count.title}}</dt>
<dd>{{ status.projects.enabled_modules_count.value}}</dd>
<dt>{{ status.projects.enabled_themes_count.title}}</dt>
<dd>{{ status.projects.enabled_themes_count.value}}</dd>
<dt>{{ status.projects.uninstalled.title}}</dt>
<dd>{{ status.projects.uninstalled.value}}</dd>
</dl>
<dl>
<dt>{{ status.drupal.cron_last_run.title}}</dt>
<dd>{{ status.drupal.cron_last_run.value}}</dd>
<dt>{{ status.hosting.db_transaction_level.title}}</dt>
<dd>{{ status.hosting.db_transaction_level.value}}</dd>
<dt>{{ status.drupal.file_system.title}}</dt>
<dd>{{ status.drupal.file_system.value}}</dd>
<dt>{{ status.php.php_memory_limit.title}}</dt>
<dd>{{ status.php.php_memory_limit.value}}</dd>
<dt>{{ status.php.php_apcu_caching.title}}</dt>
<dd>{{ status.php.php_apcu_caching.value}}</dd>
<dt>{{ status.php.php_opcache.title}}</dt>
<dd>{{ status.php.php_opcache.value}}</dd>
<dt>{{ status.projects.updates_available_count.title}}</dt>
<dd>{{ status.projects.updates_available_count.value}}</dd>
<dt>{{ status.projects.security_count.title}}</dt>
<dd>{{ status.projects.security_count.value}}</dd>
<dt>{{ status.projects.unsupported_count.title}}</dt>
<dd>{{ status.projects.unsupported_count.value}}</dd>
<dt>{{ status.drupal.available_updates_last_retreived.title}}</dt>
<dd>{{ status.drupal.available_updates_last_retreived.value}}</dd>
</dl>
</div>
<h2>Projects</h2>
{{ exposed_form }}
{{ project_list }}