diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-09-27 21:19:03 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-09-27 21:19:03 +0200 |
commit | 58d7ee8ab328f0478863bf4aeac64f53a6c9816f (patch) | |
tree | ac3a336a01fd1f30a7ad785492f16ff55642e5e8 /themes/luci-theme-bootstrap | |
parent | 72d4b62d2504d1e7e0298e575eb88eb88486ae53 (diff) |
luci-theme-bootstrap: fix typo in admin node lookup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm index 740538481..3fc535949 100644 --- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -193,7 +193,7 @@ <div class="alert-message warning"> <h4><%:No password set!%></h4> <p><%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%></p> - <% if disp.lookup("amdin/system/admin") then %> + <% if disp.lookup("admin/system/admin") then %> <div class="right"><a class="btn" href="<%=url("admin/system/admin")%>"><%:Go to password configuration...%></a></div> <% end %> </div> |