Additional icons
authorTodd Lyons <tlyons@exim.org>
Mon, 5 May 2014 16:08:30 +0000 (09:08 -0700)
committerTodd Lyons <tlyons@exim.org>
Mon, 5 May 2014 16:08:54 +0000 (09:08 -0700)
cgi-bin/eximstatus.pl
htdocs/img/doc.png [new file with mode: 0644]
htdocs/img/hammer.jpeg [new file with mode: 0644]
templates/status.tt

index 244439ee836c0be0423924d40efe48aaafd16e40..9f68757451e8cfe5f57190243e0fb348171b5664 100755 (executable)
@@ -297,6 +297,10 @@ if (@config_flags)
     @config_flags = grep {! m/=/ } @config_flags;
     map {s/\s+//g; $_=qq("$_"); } @config_flags;
     push @config_flags,'git' if $client_conf->{scm} eq 'git';
+    push(@config_flags, 'doc')
+      if (defined $client_conf->{'optional_steps'}->{'make-doc'});
+    push(@config_flags, 'test')
+      if (defined $client_conf->{'optional_steps'}->{'test'});
     $config_flags = '{' . join(',',@config_flags) . '}' ;
 }
 
diff --git a/htdocs/img/doc.png b/htdocs/img/doc.png
new file mode 100644 (file)
index 0000000..b2c979b
Binary files /dev/null and b/htdocs/img/doc.png differ
diff --git a/htdocs/img/hammer.jpeg b/htdocs/img/hammer.jpeg
new file mode 100644 (file)
index 0000000..f123f8d
Binary files /dev/null and b/htdocs/img/hammer.jpeg differ
index 6c66ccd96fdacd98debfd53a25eb32d3aa305790..f471f2a6d77c1c484debcf4d39b250664f699c76 100644 (file)
@@ -13,6 +13,8 @@ See accompanying License file for license details
      mysql => '/img/mysql_logo.png',
      pgsql => '/img/postgresql-icon-32.png',
      ldap => '/img/openldap_logo.jpg',
+     doc => '/img/doc.png',
+     test => '/img/hammer.jpeg',
      #python => '/img/python.png',
      #debug => '/img/bug.png',
      #pam => '/img/pam.png',