fix: [view] Added uuids to galaxy cluster view

pull/3799/head
iglocska 2018-10-22 10:40:10 +02:00
parent ae597c8358
commit 2d0d14f92a
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
<dd><?php echo $cluster['Galaxy']['name'] ? h($cluster['Galaxy']['name']) : h($cluster['Galaxy']['type']); ?></dd>
<dt>Description</dt>
<dd><?php echo h($cluster['GalaxyCluster']['description']); ?>&nbsp;</dd>
<dt>UUID</dt>
<dd><?php echo h($cluster['GalaxyCluster']['uuid']); ?>&nbsp;</dd>
<dt>Collection UUID</dt>
<dd><?php echo h($cluster['GalaxyCluster']['collection_uuid']); ?>&nbsp;</dd>
<dt>Source</dt>
<dd><?php echo h($cluster['GalaxyCluster']['source']); ?>&nbsp;</dd>
<dt>Authors</dt>