diff --git a/CHANGELOG.md b/CHANGELOG.md index 747cf9e44..ca9fce978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266) - Extractors can now specify an extractor_key and an owner (email address) when sending a registration or heartbeat to Clowder that will restrict use of that extractor to them. +- Added a dropdown menu to select all spaces, your spaces and also the spaces you have access to. [#374](https://github.com/clowder-framework/clowder/issues/374) ## Fixed - Updated lastModifiesDate when updating file or metadata to a dataset, added lastModified to UI [386](https://github.com/clowder-framework/clowder/issues/386) diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 2e580ab1a..5bd618415 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -84,7 +84,7 @@
  • @Messages("datasets.title")
  • @Messages("collections.title")
  • } else { -
  • @Messages("spaces.title")
  • +
  • @Messages("spaces.title")
  • @Messages("datasets.title")
  • @Messages("collections.title")
  • } @@ -96,7 +96,7 @@ Explore