mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
connect download link from content archive tables
This commit is contained in:
parent
2b39419795
commit
41b0bb8c58
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ $(document).ready(function(){
|
|||
+ "<ul class='dropdown-menu dropdown-menu-right'>"
|
||||
+ "<li><a class='" + BACKUP_RESTORE_LINK_CLASS + "' href='#'>Restore from here</a></li><li class='divider'></li>"
|
||||
+ "<li><a class='" + BACKUP_DOWNLOAD_LINK_CLASS + "' href='#'>Download</a></li><li class='divider'></li>"
|
||||
+ "<li><a class='" + BACKUP_DELETE_LINK_CLASS + "' href='#'>Delete</a></li></ul></div></td>";
|
||||
+ "<li><a class='" + BACKUP_DELETE_LINK_CLASS + "' href='/api/backups/" + backups.id + "' target='_blank'>Delete</a></li></ul></div></td>";
|
||||
}
|
||||
|
||||
var automaticRows = "";
|
||||
|
|
Loading…
Reference in a new issue