2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
nasseeder1
bd20fa0596 dashboard.js: Dashboard no longer requires dummy readingsgroup
git-svn-id: https://svn.fhem.de/fhem/trunk@21981 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2020-05-20 17:30:33 +00:00
nasseeder1
b15703da9b 95_Dashboard: new attr "dashboard_homeTab", "dashboard_webRefresh", new set command activateTab, bugfixes, comref revised
git-svn-id: https://svn.fhem.de/fhem/trunk@20260 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2019-09-27 13:08:21 +00:00
Talkabout
18080badda 95_Dashboard: fixed issue with csrf token preventing ajax requests to succeed
git-svn-id: https://svn.fhem.de/fhem/trunk@13650 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2017-03-08 20:52:03 +00:00
talkabout
093a65b3c3 95_Dashboard: fixed js error caused by changes in fhemweb
git-svn-id: https://svn.fhem.de/fhem/trunk@10797 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2016-02-11 21:53:21 +00:00
talkabout
28ff65ee29 95_Dashboard: fixed javascript bug causing tabs not to load
git-svn-id: https://svn.fhem.de/fhem/trunk@9994 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-11-24 18:49:59 +00:00
talkabout
62256ccd7a 95_Dashboard: the fhem root url is not hardcoded any more
but read from the  variable.
                Fixed a problem that causes drag&drop being still activated
                when the dashboard was locked. (resize/move)

git-svn-id: https://svn.fhem.de/fhem/trunk@9952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-11-21 12:03:23 +00:00
talkabout
08c21124b0 95_Dashboard: support for devspecs in dashboard - storing and restore of currently selected tab - style adjustments
git-svn-id: https://svn.fhem.de/fhem/trunk@8990 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-26 20:42:15 +00:00
talkabout
6dc5c9770b Dashboard: group names can contain regex special characters now - restoring of group visibility now works as expected - fixed issue that some readingGroups are not updated correctly
git-svn-id: https://svn.fhem.de/fhem/trunk@8949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-12 19:56:22 +00:00
talkabout
b0e820375f Dashboard: fixed CSS height issue for rows (top, center, bottom)
git-svn-id: https://svn.fhem.de/fhem/trunk@8903 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-06 16:45:02 +00:00
talkabout
0c8d8c8d3f Released version 3.0 of the dashboard module with the following changes:
- Tabs are loading via ajax (asynchronous).
 - Removed attribute dashboard_tabcount. The number of tabs is determined automatically based on the gorup definitions.
 - Group names now also support regular expressions.
 - Dashboard is not limited to 1 for every FHEMWEB instance.
 - Dashboard link in left menu has the same name as the dashboard definition in fhem.cfg.
 - dashboard_webfrontendfilter has been removed. To hide a dashboard put its name into the FHEMWEB instance's hiddenroom attribute.
 - Flexible mode to be able to position groups absolutely on the dashboard screen.
 - The number of columns can be defined per tab (additionally to the global definition)
 - Optimized icon loading.
 - Optimized fullscreen view.
 - Minor improvements in javascript and css.

git-svn-id: https://svn.fhem.de/fhem/trunk@8893 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-07-05 13:12:02 +00:00
svenson08
76c675abf1 Dashboard: Fix TabIcons (by Talkabout)
git-svn-id: https://svn.fhem.de/fhem/trunk@8718 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-06-08 19:55:33 +00:00
svenson08
5f451e315b Fix for show Tabicons
git-svn-id: https://svn.fhem.de/fhem/trunk@5935 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-22 18:34:21 +00:00
svenson08
0798427a9b Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@5924 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-21 19:42:15 +00:00
svenson08
5a7ed1baa8 Changed View of readingsHistory. Fix Linebrake in unlock state. Bugfix Display Group with similar group names. CSS Class Changes. Insert Configdialog for Tabs. Change handling of parameters in both directions.
git-svn-id: https://svn.fhem.de/fhem/trunk@5917 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-20 18:52:01 +00:00
svenson08
094a8fc68b Dashboard-Styles changed
git-svn-id: https://svn.fhem.de/fhem/trunk@5754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-05 18:47:16 +00:00
svenson08
ce1c97e886 Change Detail and Set Button.
git-svn-id: https://svn.fhem.de/fhem/trunk@5634 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-24 19:59:30 +00:00
svenson08
efa5fce8a7 Erase Lock/Unlock Button
git-svn-id: https://svn.fhem.de/fhem/trunk@5544 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-17 17:34:52 +00:00
svenson08
9f999072be dashboard_showfullsize not applied in room "all"
git-svn-id: https://svn.fhem.de/fhem/trunk@5333 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-26 20:03:04 +00:00
svenson08
1d0b54bc55 Fix small Bug
git-svn-id: https://svn.fhem.de/fhem/trunk@5113 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-03 18:25:02 +00:00
svenson08
787d16c20e Change Groupcontent sorting in compliance by alias and sortby.
Custom CSS over new Attribute dashboard_customcss. 
Fix Bug that affect new groups.

git-svn-id: https://svn.fhem.de/fhem/trunk@5030 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-23 20:29:50 +00:00
svenson08
7ed2ba7916 Bugfixes. Groupstitel now can show icons, Backbutton in Fullsize-Mode
git-svn-id: https://svn.fhem.de/fhem/trunk@4978 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-17 20:11:38 +00:00
svenson08
eb8e543da6 bugfix dashboard_showfullsize only in DashboardRoom.
Fix showhelper Bug on lock/unlock. The error that after a trigger 
       action the curren tab is changed to the "old" activetab tab has been fixed.
feature Tabs can show an icon.

git-svn-id: https://svn.fhem.de/fhem/trunk@4809 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-02-04 20:21:46 +00:00
svenson08
8112d804b9 Tabs can set on top, bottom or hidden. Fix "variable $tabgroups masks earlier" Errorlog.
git-svn-id: https://svn.fhem.de/fhem/trunk@4775 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-30 21:03:52 +00:00
svenson08
16f0871907 Use longpoll to update content.
rowcentercolwidth can now be defined per column.
Dashboard can hide FHEMWEB Roomliste and Header => Fullsizemode.

git-svn-id: https://svn.fhem.de/fhem/trunk@4765 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-28 19:57:58 +00:00
svenson08
3b36898cd6 Adding Dashboard Tab feature. Redesign saving of Group positioning. Many small changes and bugfixing.
git-svn-id: https://svn.fhem.de/fhem/trunk@4717 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-22 20:39:53 +00:00
svenson08
2aab6090de fixed bugs.
git-svn-id: https://svn.fhem.de/fhem/trunk@4521 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-01-01 20:55:13 +00:00
rudolfkoenig
4dd20c78e5 Dashboard files added
git-svn-id: https://svn.fhem.de/fhem/trunk@4423 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2013-12-20 14:42:19 +00:00