Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lisaac committed Apr 8, 2020
1 parent b5e7f59 commit e40a86b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-diskman
PKG_VERSION:=v0.2.7
PKG_VERSION:=v0.2.8
PKG_RELEASE:=beta
PKG_MAINTAINER:=lisaac <https://github.com/lisaac/luci-app-diskman>
PKG_LICENSE:=AGPL-3.0
Expand Down
1 change: 0 additions & 1 deletion luasrc/view/diskman/smart_detail.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
xhr.onload = function () {
let st = JSON.parse(xhr.responseText)
let tb = document.getElementById('smart_attr_table');
console.log(st)
if (st && tb) {
/* clear all rows */
while (tb.rows.length > 1)
Expand Down

0 comments on commit e40a86b

Please sign in to comment.