diff options
Diffstat (limited to 'app/views/setup/show.html.erb')
-rw-r--r-- | app/views/setup/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/setup/show.html.erb b/app/views/setup/show.html.erb index c3ed3b8..cc1d094 100644 --- a/app/views/setup/show.html.erb +++ b/app/views/setup/show.html.erb @@ -24,7 +24,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see <h1>Backends</h1> -<% Backends.classes.each do |backend_class| %> +<% Backends.classes.select(&:available?).each do |backend_class| %> <div class="panel panel-default"> <!-- Default panel contents --> <div class="panel-heading"> |