* modules/admin-core: Reintroduced ffluci.controller.admin.status
[project/luci.git] / modules / admin-core / src / view / admin_uci / changes.htm
index 3bbcd0e..52efb45 100644 (file)
@@ -1,7 +1,7 @@
 <%+header%>
 <h1><%:config Konfiguration%></h1>
 <h2><%:changes Ă„nderungen%></h2>
-<code><%=(ffluci.model.uci.changes() or "-")%></code>
+<code><%=ffluci.model.uci.changes()%></code>
 <form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
        <input type="submit" value="<%:apply Anwenden%>" />
 </form>