95_Dashboard: fixed problem with smallscreen styles that caused devices
to be shown in wrong tabs git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9024 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# 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
|
- bugfix: 34_NUT: versucht bei disabled=1 nicht mehr, eine Verbindung aufzubauen
|
||||||
- change: 57_CALVIEW: - replace unwanted backslash before a comma sign
|
- change: 57_CALVIEW: - replace unwanted backslash before a comma sign
|
||||||
- bugfix: 95_Dashboard: fixed sorting for grouped devices
|
- bugfix: 95_Dashboard: fixed sorting for grouped devices
|
||||||
|
|||||||
@@ -367,6 +367,9 @@ sub Dashboard_CGI($)
|
|||||||
|
|
||||||
FW_pO $ret;
|
FW_pO $ret;
|
||||||
|
|
||||||
|
# empty room to make sure no room actions are taken by the framework
|
||||||
|
$FW_room = '';
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user