diff --git a/istoreenhance/Makefile b/istoreenhance/Makefile index 80bbbe1..d81dc63 100644 --- a/istoreenhance/Makefile +++ b/istoreenhance/Makefile @@ -11,7 +11,7 @@ PKG_ARCH_ISTOREENHANCE:=$(ARCH) PKG_NAME:=istoreenhance # use PKG_SOURCE_DATE instead of PKG_VERSION for compitable -PKG_SOURCE_DATE:=0.4.1 +PKG_SOURCE_DATE:=0.5.0 PKG_RELEASE:=5 ARCH_HEXCODE:= ifeq ($(ARCH),x86_64) @@ -26,7 +26,7 @@ endif PKG_SOURCE_VERSION:=$(ARCH_HEXCODE) PKG_SOURCE:=iStoreEnhance-binary-$(PKG_SOURCE_DATE).tar.gz PKG_SOURCE_URL:=http://dl.istoreos.com/binary/iStoreEnhance/ -PKG_HASH:=cfe68c3de5a74c1e0eaf699a6eed08c04e018bb0793f299285a37657ce0726aa +PKG_HASH:=e871447d6522f27881a25b59fb44d3f1582af73b06803704e3cab43b456d8894 PKG_BUILD_DIR:=$(BUILD_DIR)/iStoreEnhance-binary-$(PKG_SOURCE_DATE) diff --git a/luci-app-bandix/Makefile b/luci-app-bandix/Makefile index 1584576..60787a8 100644 --- a/luci-app-bandix/Makefile +++ b/luci-app-bandix/Makefile @@ -10,7 +10,7 @@ LUCI_DEPENDS:=+luci-base +luci-lib-jsonc +curl +bandix PKG_MAINTAINER:=timsaya -PKG_VERSION:=0.11.0 +PKG_VERSION:=0.11.1 PKG_RELEASE:=1 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/luci-app-bandix/htdocs/luci-static/resources/view/bandix/index.js b/luci-app-bandix/htdocs/luci-static/resources/view/bandix/index.js index 2d1deb4..4d344cc 100644 --- a/luci-app-bandix/htdocs/luci-static/resources/view/bandix/index.js +++ b/luci-app-bandix/htdocs/luci-static/resources/view/bandix/index.js @@ -6179,6 +6179,12 @@ return view.extend({ callGetTrafficUsageIncrements(startMs, endMs, selectedAggregation, selectedMac).then(function (result) { if (!result || !result.increments) { + var container = document.getElementById('traffic-increments-container'); + if (container) { + container.innerHTML = '