Changeset 282


Ignore:
Timestamp:
Jul 15, 2018, 3:55:09 PM (6 years ago)
Author:
g7moreau
Message:
  • Add favicon support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nagios-velvice/velvice.cgi

    r280 r282  
    3838$config->{'nagios-server'}{'status-cgi'}  ||= "$cgi_path/status.cgi";
    3939$config->{'nagios-server'}{'stylesheets'} ||= $config->{'nagios-server'}{'portal-url'} =~ s{/?$}{/stylesheets}r;
     40$config->{'nagios-server'}{'image'}       ||= $config->{'nagios-server'}{'portal-url'} =~ s{/?$}{/image}r;
    4041$config->{'host-mapping'}                 ||= {};
    4142$config->{'color-downtime'}               ||= {};
     
    113114 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    114115 <title>Nagios  Velvice</title>
    115  <link rel="stylesheet" type="text/css" href="$config->{'nagios-server'}{'stylesheets'}/velvice.css">
     116 <link rel="stylesheet"    type="text/css"  href="$config->{'nagios-server'}{'stylesheets'}/velvice.css">
     117 <link rel="shortcut icon" type="image/ico" href="$config->{'nagios-server'}{'image'}/favicon.ico">
    116118</head>
    117119<body>
Note: See TracChangeset for help on using the changeset viewer.