Explorar el Código

Added BLAST database path

E.Cannon hace 9 años
padre
commit
2174700c9d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      theme/node--blastdb.tpl.php

+ 1 - 0
theme/node--blastdb.tpl.php

@@ -97,6 +97,7 @@
 
     <table>
       <tr><th>Human-Readable Name</th><td><?php print $node->db_name; ?></td></tr>
+      <tr><th>Database Path</th><td><?php print $node->db_path; ?></td></tr>
       <tr><th>Database Type</th><td><?php print $node->db_dbtype; ?></td></tr>
     </table>