mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merged in CST-13526-untrusted-ip-mapping (pull request #1312)
CST-13526 untrusted ip mapping Approved-by: Stefano Maffei
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<div>{{ message.activityStreamType }}</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>{{ 'notify-detail-modal.' + message.queueStatusLabel | translate }}</div>
|
||||
<div class="text-nowrap">{{ 'notify-detail-modal.' + message.queueStatusLabel | translate }}</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="d-flex flex-column">
|
||||
|
@@ -40,6 +40,7 @@ export class AdminNotifySearchResultComponent extends TabulatableResultListEleme
|
||||
*/
|
||||
public validStatusesForReprocess = [
|
||||
'QUEUE_STATUS_UNTRUSTED',
|
||||
'QUEUE_STATUS_UNTRUSTED_IP',
|
||||
'QUEUE_STATUS_FAILED',
|
||||
'QUEUE_STATUS_UNMAPPED_ACTION'
|
||||
];
|
||||
|
@@ -3598,6 +3598,8 @@
|
||||
|
||||
"search.filters.applied.f.queue_status": "Queue Status",
|
||||
|
||||
"search.filters.queue_status.0,authority": "Untrusted Ip",
|
||||
|
||||
"search.filters.queue_status.1,authority": "Queued",
|
||||
|
||||
"search.filters.queue_status.2,authority": "Processing",
|
||||
@@ -3700,8 +3702,12 @@
|
||||
|
||||
"search.filters.queue_status.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
||||
|
||||
"search.filters.queue_status.QUEUE_STATUS_UNTRUSTED_IP": "Untrusted Ip",
|
||||
|
||||
"notify-detail-modal.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
||||
|
||||
"notify-detail-modal.QUEUE_STATUS_UNTRUSTED_IP": "Untrusted Ip",
|
||||
|
||||
"search.filters.queue_status.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
||||
|
||||
"notify-detail-modal.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
||||
|
Reference in New Issue
Block a user