[ARVADOS] updated: 10e10f0f796cacd223bb781837c98598680b722c
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 17 14:25:40 EST 2014
Summary of changes:
.../app/views/layouts/application.html.erb | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
via 10e10f0f796cacd223bb781837c98598680b722c (commit)
from 7e4183261af428dfc63489f9be6cc2417348e021 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 10e10f0f796cacd223bb781837c98598680b722c
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Feb 17 11:15:34 2014 -0800
Re-order left nav and make labels consistent with arvados vocabulary.
diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb
index 15e54ce..0716bcc 100644
--- a/apps/workbench/app/views/layouts/application.html.erb
+++ b/apps/workbench/app/views/layouts/application.html.erb
@@ -189,16 +189,16 @@
<a href="/">Dashboard</a>
</li>
- <% [['Data', [['humans'],
+ <% [['Data', [['collections', 'Collections (data files)'],
+ ['humans'],
['traits'],
['specimens'],
- ['collections', 'Files'],
- ['links', 'Metadata']]],
+ ['links']]],
+ ['Activity', [['pipeline_instances', 'Recent pipeline instances'],
+ ['jobs', 'Recent jobs']]],
['Compute', [['pipeline_templates'],
['repositories', 'Code repositories'],
['virtual_machines']]],
- ['Activity', [['pipeline_instances', 'Recent pipeline instances'],
- ['jobs', 'Recent jobs']]],
['System', [['users'],
['groups'],
['nodes', 'Compute nodes'],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list