mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
25b20171d2
commit
f2710757e8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user