From 99a85d6fd90d434d10317dd0dca9d54c1a752193 Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Fri, 12 Aug 2016 12:14:54 +0300 Subject: [PATCH] OpenWRT stuff is fixed --- OpenWRT/Makefile | 2 +- OpenWRT/view/cronosagent/restart.htm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OpenWRT/Makefile b/OpenWRT/Makefile index 75e848a..cbf7835 100644 --- a/OpenWRT/Makefile +++ b/OpenWRT/Makefile @@ -42,7 +42,7 @@ define Package/cronosagent/install $(INSTALL_BIN) $(X_SOURCE_DIR)/OpenWRT/init.d/cronosagent $(1)/etc/init.d/ $(INSTALL_DATA) $(X_SOURCE_DIR)/OpenWRT/config/cronosagent $(1)/etc/config/ $(INSTALL_DATA) $(X_SOURCE_DIR)/OpenWRT/controller/cronosagent.lua $(1)/usr/lib/lua/luci/controller/ - $(INSTALL_DATA) $(X_SOURCE_DIR)/OpenWRT/view/cronosagent/restart.lua $(1)/usr/lib/lua/luci/view/cronosagent/ + $(INSTALL_DATA) $(X_SOURCE_DIR)/OpenWRT/view/cronosagent/restart.htm $(1)/usr/lib/lua/luci/view/cronosagent/ $(INSTALL_DATA) $(X_SOURCE_DIR)/OpenWRT/model/cbi/cronosagent/configure.lua $(1)/usr/lib/lua/luci/model/cbi/cronosagent/ endef diff --git a/OpenWRT/view/cronosagent/restart.htm b/OpenWRT/view/cronosagent/restart.htm index b262090..fac325f 100644 --- a/OpenWRT/view/cronosagent/restart.htm +++ b/OpenWRT/view/cronosagent/restart.htm @@ -4,6 +4,6 @@ %> <%+header%> -

CronosAgent

- +

CronosAgent ▸ Restart

+ <%+footer%>