Skip to content

Commit

Permalink
Fixed width of table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
gSpotx2f committed Feb 26, 2021
1 parent 7107329 commit 2a1d50f
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk

PKG_VERSION:=0.3
PKG_RELEASE:=2
PKG_RELEASE:=3
LUCI_TITLE:=Information about connected disk devices (partitions, filesystems, SMART).
LUCI_DEPENDS:=+fdisk +smartmontools +smartmontools-drivedb
LUCI_PKGARCH:=all
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,17 @@ OpenWrt >= 19.07.

**Installation notes:**

wget --no-check-certificate -O /tmp/luci-app-disks-info_0.3-2_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-app-disks-info_0.3-2_all.ipk
opkg install /tmp/luci-app-disks-info_0.3-2_all.ipk
rm /tmp/luci-app-disks-info_0.3-2_all.ipk
wget --no-check-certificate -O /tmp/luci-app-disks-info_0.3-3_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-app-disks-info_0.3-3_all.ipk
opkg install /tmp/luci-app-disks-info_0.3-3_all.ipk
rm /tmp/luci-app-disks-info_0.3-3_all.ipk
/etc/init.d/rpcd restart

**i18n-ru:**

wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.3-2_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-i18n-disks-info-ru_0.3-2_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.3-2_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.3-2_all.ipk
wget --no-check-certificate -O /tmp/luci-i18n-disks-info-ru_0.3-3_all.ipk https://github.com/gSpotx2f/luci-app-disks-info/raw/master/packages/19.07/luci-i18n-disks-info-ru_0.3-3_all.ipk
opkg install /tmp/luci-i18n-disks-info-ru_0.3-3_all.ipk
rm /tmp/luci-i18n-disks-info-ru_0.3-3_all.ipk

**Screenshots:**

![](https://github.com/gSpotx2f/luci-app-disks-info/blob/master/screenshots/01.jpg)

![](https://github.com/gSpotx2f/luci-app-disks-info/blob/master/screenshots/02.jpg)

![](https://github.com/gSpotx2f/luci-app-disks-info/blob/master/screenshots/03.jpg)
132 changes: 64 additions & 68 deletions htdocs/luci-static/resources/view/disks-info.js

Large diffs are not rendered by default.

Binary file removed packages/19.07/luci-app-disks-info_0.3-2_all.ipk
Binary file not shown.
Binary file added packages/19.07/luci-app-disks-info_0.3-3_all.ipk
Binary file not shown.
Binary file removed packages/19.07/luci-i18n-disks-info-ru_0.3-2_all.ipk
Binary file not shown.
Binary file not shown.
Binary file modified screenshots/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/02.jpg
Binary file not shown.
Binary file removed screenshots/03.jpg
Binary file not shown.

0 comments on commit 2a1d50f

Please sign in to comment.