mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
951c5d53ab
@ -1,3 +1,7 @@
|
||||
8.1.109
|
||||
- Update to docker 1.12.3
|
||||
- Include ctop utility
|
||||
|
||||
8.0.108
|
||||
- Update to docker 1.12.2
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="docker"
|
||||
PKG_VERSION="1.12.2"
|
||||
PKG_REV="108"
|
||||
PKG_VERSION="1.12.3"
|
||||
PKG_REV="109"
|
||||
PKG_ARCH="any"
|
||||
PKG_ADDON_PROJECTS="Generic RPi RPi2 imx6"
|
||||
PKG_LICENSE="ASL"
|
||||
|
1043
packages/addons/service/docker/source/bin/ctop
Normal file
1043
packages/addons/service/docker/source/bin/ctop
Normal file
File diff suppressed because it is too large
Load Diff
@ -254,7 +254,7 @@ def print_notification(json_data):
|
||||
try:
|
||||
if message is not '':
|
||||
length = int(__addon__.getSetting('notification_length')) * 1000
|
||||
dialog.notification('Docker', message, '/storage/.kodi/addons/service.system.docker/icon.png', length)
|
||||
dialog.notification('Docker', message, '/storage/.kodi/addons/service.system.docker/resources/icon.png', length)
|
||||
xbmc.log('## service.system.docker ## ' + unicode(message))
|
||||
except NameError as e:
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user