FHEMWEB: remove dashboard from style selection

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4461 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-12-26 08:39:00 +00:00
parent 25b20171d2
commit f2710757e8

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) {