mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 06:08:44 +00:00
95_Dashboard: fixed problem with smallscreen styles that caused devices
to be shown in wrong tabs git-svn-id: https://svn.fhem.de/fhem/trunk@9024 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0231143800
commit
24919102c3
@ -1,5 +1,7 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 95_Dashboard: fixed problem with smallscreen styles that caused devices
|
||||
to be shown in wrong tabs
|
||||
- bugfix: 34_NUT: versucht bei disabled=1 nicht mehr, eine Verbindung aufzubauen
|
||||
- change: 57_CALVIEW: - replace unwanted backslash before a comma sign
|
||||
- bugfix: 95_Dashboard: fixed sorting for grouped devices
|
||||
|
@ -367,6 +367,9 @@ sub Dashboard_CGI($)
|
||||
|
||||
FW_pO $ret;
|
||||
|
||||
# empty room to make sure no room actions are taken by the framework
|
||||
$FW_room = '';
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user