mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Merge pull request #5558 from jmchilton/deletion_cleanup_1
[18.01] Do not reload page when deleting collections.
This commit is contained in:
@@ -40,17 +40,17 @@ var HDCAListItemEdit = _super.extend(
|
||||
</a>
|
||||
<ul class="dropdown-menu pull-right" role="menu">
|
||||
<li>
|
||||
<a href="" class="delete-collection">
|
||||
<a href="#" class="delete-collection">
|
||||
${_l("Collection Only")}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="" class="delete-collection-and-datasets">
|
||||
<a href="#" class="delete-collection-and-datasets">
|
||||
${_l("Delete Datasets")}
|
||||
</a>
|
||||
</li>
|
||||
<li style="display: ${this.purgeAllowed ? "inherit" : "none"}">
|
||||
<a href="" class="delete-collection-and-purge-datasets">
|
||||
<a href="#" class="delete-collection-and-purge-datasets">
|
||||
${_l("Permanently Delete Datasets")}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user