浏览代码

Added BLAST database path

E.Cannon 9 年之前
父节点
当前提交
2174700c9d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>