From 8e13fcfbac98e0e6235cca2246ad4a06a9ec3157 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Wed, 19 Sep 2018 14:00:43 +0200 Subject: luci-app-ddns: fix overview page Small fix for wrong display of next update data Signed-off-by: Ansuel Smith --- applications/luci-app-ddns/Makefile | 2 +- applications/luci-app-ddns/luasrc/view/ddns/system_status.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-ddns') diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 331851d263..9262afcf84 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith diff --git a/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm b/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm index 31ed42b0ac..615b6b4336 100644 --- a/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm +++ b/applications/luci-app-ddns/luasrc/view/ddns/system_status.htm @@ -25,7 +25,7 @@ rows.push([ '' + data[j].section + '', //configuration - data[j].datenextstat ? ''+data[j].datenextstat+'' : '<%:Unknown error%>', + data[j].datenextstat ? ''+data[j].datenextstat+'' : ''+data[j].datenext+'', data[j].lookup ? data[j].lookup : '<%:config error%>', data[j].reg_ip ? data[j].reg_ip : '<%:No data%>', data[j].iface // monitored interface -- cgit v1.2.3