bansho/app/components/drupal/drupal.html
Frédéric Vachon 4056cd3e68 Drupal: Add views tile which is hidden if views are disabled
Change-Id: I3f3c9d95c9fb754052f29c7627fed125804cb6e3
2015-06-29 14:12:35 -04:00

56 lines
2.1 KiB
HTML

<article ng-controller="DrupalCtrl">
<h1 class="drupal__dashboard__title">{{drupal_id}}</h1>
<bansho-drupal-info host-name="{{hostName}}"
plugin="drupal_status,drupal_jenkins,http_load,selenium"
title="General informations"></bansho-drupal-info>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_cache"
title="Cache"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_cron"
title="Cron"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_database"
title="Database"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_codebase"
title="Codebase"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_extensions"
title="Extensions"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_logging"
title="Logging"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_security"
title="Security"
warning="70"
critical="40"></bansho-drupal-tile>
<bansho-drupal-tile host-name="{{hostName}}"
plugin="drupal_views"
title="Views"
warning="70"
critical="40"></bansho-drupal-tile>
</article>