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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user