diff --git a/salt_observer/templates/minion/detail.html b/salt_observer/templates/minion/detail.html index a3f1b75b75181c1693da5ae5380cda5183380a15..9577fabe1651173ce38d1f3b1dd705c601a6b4e3 100644 --- a/salt_observer/templates/minion/detail.html +++ b/salt_observer/templates/minion/detail.html @@ -148,7 +148,7 @@ <tr> <td>Passwort authentication</td> <td> - {% if minion.data.grains.openssh.passwortauthentication %} + {% if minion.data.grains.openssh.passwordauthentication %} <span class="text-danger"><i class="fa fa-fw fa-times"></i> Yes</span> {% else %} <span class="text-success"><i class="fa fa-fw fa-check"></i> No</span>