diff --git a/swh/web/admin/deposit.py b/swh/web/admin/deposit.py --- a/swh/web/admin/deposit.py +++ b/swh/web/admin/deposit.py @@ -86,8 +86,6 @@ "reception_date": d["reception_date"], "status": d["status"], "status_detail": d["status_detail"], - "swh_anchor_id": d["swh_anchor_id"], - "swh_anchor_id_context": d["swh_anchor_id_context"], "swh_id": d["swh_id"], "swh_id_context": d["swh_id_context"], } diff --git a/swh/web/assets/src/bundles/admin/deposit.js b/swh/web/assets/src/bundles/admin/deposit.js --- a/swh/web/assets/src/bundles/admin/deposit.js +++ b/swh/web/assets/src/bundles/admin/deposit.js @@ -82,23 +82,6 @@ orderable: false, visible: false }, - { - data: 'swh_anchor_id', - name: 'swh_anchor_id', - render: (data, type, row) => { - return genSwhLink(data, type); - }, - orderable: false - }, - { - data: 'swh_anchor_id_context', - name: 'swh_anchor_id_context', - render: (data, type, row) => { - return genSwhLink(data, type); - }, - orderable: false, - visible: false - }, { data: 'swh_id', name: 'swh_id', diff --git a/swh/web/templates/admin/deposit.html b/swh/web/templates/admin/deposit.html --- a/swh/web/templates/admin/deposit.html +++ b/swh/web/templates/admin/deposit.html @@ -23,7 +23,7 @@ {% block content %}

- The table below displays the whole list of software deposits into the archive + The table below displays the list of software deposits into the archive submitted through HAL.

@@ -34,10 +34,8 @@ reception date - status - status detail - - revision - - revision with origin - - directory - - directory with origin + directory - + directory with context
@@ -48,10 +46,8 @@ - - - +
reception date status status detailrevisionrevision with origin directorydirectory with origindirectory with context
@@ -60,4 +56,4 @@ swh.webapp.initPage('deposit-admin'); swh.admin.initDepositAdmin(); -{% endblock content %} \ No newline at end of file +{% endblock content %}