mirror of https://github.com/mikaku/Monitorix.git
removed old theming-related variables
This commit is contained in:
parent
393df08ea7
commit
ee0e84a81d
11
monitorix
11
monitorix
|
@ -123,10 +123,6 @@ sub create_index {
|
||||||
|
|
||||||
my $n;
|
my $n;
|
||||||
my $gname;
|
my $gname;
|
||||||
my $bgcolor;
|
|
||||||
my $table_back_color;
|
|
||||||
my $title_back_color;
|
|
||||||
my $title_fore_color;
|
|
||||||
my $piwik_code = "";
|
my $piwik_code = "";
|
||||||
my ($piwik_url, $piwik_sid, $piwik_img);
|
my ($piwik_url, $piwik_sid, $piwik_img);
|
||||||
my $text_when_all;
|
my $text_when_all;
|
||||||
|
@ -151,13 +147,6 @@ sub create_index {
|
||||||
$theme = $config{theme_color} = "white";
|
$theme = $config{theme_color} = "white";
|
||||||
}
|
}
|
||||||
|
|
||||||
if($config{theme}->{$theme}) {
|
|
||||||
$bgcolor = $config{theme}->{$theme}->{main_bg};
|
|
||||||
$table_back_color = $config{theme}->{$theme}->{graph_bg};
|
|
||||||
$title_back_color = $config{theme}->{$theme}->{title_bg};
|
|
||||||
$title_fore_color = $config{theme}->{$theme}->{title_fg};
|
|
||||||
}
|
|
||||||
|
|
||||||
# Default option in 'Graph' list when 'All' is selected in 'Hostname' list.
|
# Default option in 'Graph' list when 'All' is selected in 'Hostname' list.
|
||||||
#
|
#
|
||||||
# The following small JavaScript function is intended to avoid to select to view
|
# The following small JavaScript function is intended to avoid to select to view
|
||||||
|
|
Loading…
Reference in New Issue