Hannu Nyman
e6f30bb7f3
luci-app-statistics: cpufreq: changes in data structure
...
Collectd 5.9.0 changed the data structure of the cpufreq plugin:
CPU cores are now handled as separate plugin instances.
There are also new data items per core:
* time spent at each frequency
* amount of frequency transitions
Enable these new data items, but initially hide them behind
a new config option "ExtraItems" (default: disabled), as
the amount of graphs in multi-core systems could be rather large.
Note that the frequencies are not (yet) sorted, so the
information value of the time-spent graph is semi-random.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-07-30 20:47:02 +03:00
Hannu Nyman
15088a31b8
Merge pull request #2935 from YuriPet/patch-1
...
luci-base: update Ukrainian translation
2019-07-30 18:51:13 +03:00
Hannu Nyman
f6fef59253
Merge pull request #2936 from YuriPet/master
...
luci-app-firewall: update Ukrainian translation
2019-07-30 18:50:58 +03:00
Hannu Nyman
9217742d0a
Merge pull request #2934 from antoinedeschenes/patch-1
...
luci-mod-network: 802.11w config in station mode
2019-07-30 18:50:08 +03:00
Antoine Deschênes
011d9d0176
luci-mod-network: 802.11w config in station mode
...
802.11w has to be enabled in station mode to be effective. If the AP is using WPA3-SAE or requires 11w, station will not connect unless 11w is enabled via this option.
Signed-off-by: Antoine Deschênes <adeschenes@kronostechnologies.com>
2019-07-30 08:50:13 -04:00
Jo-Philipp Wich
8a947ea550
luci-base: ui.js: do not save invalid dynlist values
...
Fixes: 3880c3f22
("luci-base: ui.js: save filled out but not added dynlist items on submit")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-30 13:33:46 +02:00
Jo-Philipp Wich
3880c3f22f
luci-base: ui.js: save filled out but not added dynlist items on submit
...
Fixes : #2938
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-30 13:29:11 +02:00
Yurii
d2e7958fa9
luci-app-firewall: update Ukrainian translation
...
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-30 02:31:26 +03:00
Yurii
66cdd4363a
luci-base: update Ukrainian translation
...
Signed-off-by: Yurii <yuripet@gmail.com>
2019-07-30 02:26:21 +03:00
Florian Eckert
e0771aa49f
Merge pull request #2933 from TDT-AG/pr/20190729-openvpn-german-translation
...
luci-app-openvpn: add some german translations
2019-07-29 11:25:08 +02:00
Florian Eckert
ab7d387bb7
Merge pull request #2928 from tano-systems/pr/luci-app-firewall-i18n-ru
...
luci-app-firewall: update Russian translation
2019-07-29 09:53:55 +02:00
Florian Eckert
78b4ccb5b1
Merge pull request #2929 from tano-systems/pr/luci-base-i18n-ru
...
luci-base: update Russian translation
2019-07-29 09:53:16 +02:00
Florian Eckert
70e4d08d2e
Merge pull request #2932 from castillofrancodamian/base
...
luci-base: update Spanish translation
2019-07-29 09:52:50 +02:00
Martin Schiller
0c4fad4e82
luci-app-openvpn: add some german translations
...
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2019-07-29 08:23:40 +02:00
Franco Castillo
e699eb9759
luci-base: update Spanish translation
...
Update Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-27 20:50:18 -03:00
Jo-Philipp Wich
2d3470b700
luci-base: don't treat .rmempty flag as optional for ListValue widgets
...
Restore the old CBI behaviour of not automatically rendering empty
selection choices in ListValue select dropdowns when .rmempty is
specified.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-27 22:33:36 +02:00
Anton Kikin
7bf0e71e60
luci-base: update Russian translation
...
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-27 23:19:45 +03:00
Anton Kikin
a1096119c7
luci-app-firewall: update Russian translation
...
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-27 23:11:19 +03:00
Jo-Philipp Wich
b949c02624
Merge pull request #2923 from tano-systems/pr/multi-fix
...
luci-base: fix multiple parameter in cbi templates
2019-07-27 20:21:08 +02:00
Hannu Nyman
946fc57aa9
Merge pull request #2925 from musashino205/l10n/fw-upd-ja
...
luci-app-firewall: update Japanese translation
2019-07-27 20:37:28 +03:00
INAGAKI Hiroshi
f9a05f3743
luci-app-firewall: update Japanese translation
...
Updated Japanese translations and remove unused msgid/msgstr sets.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-27 22:35:19 +09:00
INAGAKI Hiroshi
be275fd42a
i18n: sync translations
...
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2019-07-27 02:30:20 +09:00
Anton Kikin
aeba90032f
luci-base: fix multiple parameter in cbi templates
...
In the dc0211803e
commit, the parameter "multi" in ui.js is
replaced with "multiple" everywhere. Thus, it must also be changed
in the cbi templates.
Fixes: dc0211803e
Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
2019-07-26 18:18:42 +03:00
Jo-Philipp Wich
16f23de977
luci-lib-nixio: fix compilation
...
Fixes : #2921
Fixes: f3f42ff09
("address: Replace ualarm with setitimer")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 15:11:17 +02:00
Florian Eckert
2a1a60740a
Merge pull request #2918 from castillofrancodamian/viz
...
luci-app-olsr-viz: Add Spanish translation
2019-07-26 14:08:37 +02:00
Florian Eckert
2fbea7543b
Merge pull request #2917 from castillofrancodamian/banip
...
luci-app-banip: Add Spanish translation
2019-07-26 14:08:09 +02:00
Florian Eckert
e6bea5bd1e
Merge pull request #2916 from castillofrancodamian/nut
...
luci-app-nut: Add Spanish translation
2019-07-26 14:07:10 +02:00
Florian Eckert
3195fa5c0f
Merge pull request #2915 from castillofrancodamian/ltqtapi
...
luci-app-ltqtapi: Add Spanish translation
2019-07-26 14:06:12 +02:00
Florian Eckert
69120da698
Merge pull request #2914 from castillofrancodamian/privoxy
...
luci-app-privoxy: Add Spanish translation
2019-07-26 14:05:47 +02:00
Jo-Philipp Wich
e8ce961cc3
Merge pull request #2890 from stangri/master-luci-app-https_dns_proxy
...
luci-app-https_dns_proxy: better handling of ports, update dhcp config
2019-07-26 12:39:35 +02:00
Jo-Philipp Wich
acba2fe997
Merge pull request #2883 from neheb/patch-1
...
address: Replace ualarm with setitimer
2019-07-26 12:37:24 +02:00
Jo-Philipp Wich
d25f95c93d
luci-app-firewall: explicitely set 'DNAT' target on new forwards
...
Fixes : #2920
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 12:36:04 +02:00
Jo-Philipp Wich
b4129640b4
luci-base: keep polling confirmation endpoint on XHR failures
...
Fixes : #2912
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 12:25:46 +02:00
Jo-Philipp Wich
28aafc0dd4
luci-base: form.js: pass-through placeholder option of CBIListValue
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 10:22:05 +02:00
Jo-Philipp Wich
c67f052d91
luci-base: ui.js: HTML escape uci changelog values
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 10:22:05 +02:00
Jo-Philipp Wich
a6c538a776
luci-base: ui.js: HTML escape custom dropdown values
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 10:22:05 +02:00
Jo-Philipp Wich
86fcf91633
luci-base: ui.js: fix event binding for UISelect
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-26 10:22:05 +02:00
Franco Castillo
9187745e45
luci-app-olsr-viz: Add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25 20:05:07 -03:00
Franco Castillo
092c73f965
luci-app-banip: Add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25 19:38:25 -03:00
Franco Castillo
d0299458cc
luci-app-nut: Add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25 18:54:44 -03:00
Franco Castillo
54eeea4071
luci-app-ltqtapi: Add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25 18:06:13 -03:00
Franco Castillo
677acbfd0a
luci-app-privoxy: Add Spanish translation
...
Add Spanish translation.
Signed-off-by: Franco Castillo <castillofrancodamian@gmail.com>
2019-07-25 17:49:17 -03:00
Jo-Philipp Wich
fd35e9a226
luci-mod-system: leds.js: fix crash when no usb devices or ports are present
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-07-25 08:49:18 +02:00
Florian Eckert
bd441898fa
Merge pull request #2909 from castillofrancodamian/lxc
...
luci-app-lxc: Add Spanish translation
2019-07-23 08:36:14 +02:00
Florian Eckert
721f99e67e
Merge pull request #2908 from castillofrancodamian/squid
...
luci-app-squid: Add template
2019-07-23 08:35:45 +02:00
Florian Eckert
b1ed79c29b
Merge pull request #2907 from castillofrancodamian/olsr-viz
...
luci-app-olsr-viz: Add template
2019-07-23 08:35:28 +02:00
Florian Eckert
0f11820dee
Merge pull request #2906 from castillofrancodamian/olsr-services
...
luci-app-olsr-services: Add template
2019-07-23 08:35:05 +02:00
Florian Eckert
17c1f795fb
Merge pull request #2905 from castillofrancodamian/ocserv
...
luci-app-ocserv: Add template
2019-07-23 08:34:38 +02:00
Florian Eckert
fc6e79fd8e
Merge pull request #2904 from castillofrancodamian/mosquitto
...
luci-app-mosquitto: Add template
2019-07-23 08:33:38 +02:00
Florian Eckert
2a28a5b8d9
Merge pull request #2903 from castillofrancodamian/ltqtapi
...
luci-app-ltqtapi: Add template
2019-07-23 08:33:09 +02:00