FHEMWEB: remove dashboard from style selection

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4461 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-12-26 08:39:00 +00:00
parent 7f2a04a89f
commit 0568551c80

View File

@@ -1464,7 +1464,7 @@ FW_style($$)
FW_pO $end;
} elsif($a[1] eq "select") {
my @fl = grep { $_ !~ m/floorplan/ } FW_fileList("$FW_cssdir/.*style.css");
my @fl = grep { $_ !~ m/(floorplan|dashboard)/ } FW_fileList("$FW_cssdir/.*style.css");
FW_pO "$start<table class=\"block fileList\">";
my $row = 0;
foreach my $file (@fl) {