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>
|
<div>{{ message.activityStreamType }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div>{{ 'notify-detail-modal.' + message.queueStatusLabel | translate }}</div>
|
<div class="text-nowrap">{{ 'notify-detail-modal.' + message.queueStatusLabel | translate }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="d-flex flex-column">
|
<div class="d-flex flex-column">
|
||||||
|
@@ -40,6 +40,7 @@ export class AdminNotifySearchResultComponent extends TabulatableResultListEleme
|
|||||||
*/
|
*/
|
||||||
public validStatusesForReprocess = [
|
public validStatusesForReprocess = [
|
||||||
'QUEUE_STATUS_UNTRUSTED',
|
'QUEUE_STATUS_UNTRUSTED',
|
||||||
|
'QUEUE_STATUS_UNTRUSTED_IP',
|
||||||
'QUEUE_STATUS_FAILED',
|
'QUEUE_STATUS_FAILED',
|
||||||
'QUEUE_STATUS_UNMAPPED_ACTION'
|
'QUEUE_STATUS_UNMAPPED_ACTION'
|
||||||
];
|
];
|
||||||
|
@@ -3556,15 +3556,15 @@
|
|||||||
|
|
||||||
"search.filters.applied.f.notifyRelation": "Notify Relation",
|
"search.filters.applied.f.notifyRelation": "Notify Relation",
|
||||||
|
|
||||||
"search.filters.filter.queue_last_start_time.head" : "Last processing time ",
|
"search.filters.filter.queue_last_start_time.head": "Last processing time ",
|
||||||
|
|
||||||
"search.filters.filter.queue_last_start_time.min.label" : "Min range",
|
"search.filters.filter.queue_last_start_time.min.label": "Min range",
|
||||||
|
|
||||||
"search.filters.filter.queue_last_start_time.max.label" : "Max range",
|
"search.filters.filter.queue_last_start_time.max.label": "Max range",
|
||||||
|
|
||||||
"search.filters.applied.f.queue_last_start_time.min" : "Min range",
|
"search.filters.applied.f.queue_last_start_time.min": "Min range",
|
||||||
|
|
||||||
"search.filters.applied.f.queue_last_start_time.max" : "Max range",
|
"search.filters.applied.f.queue_last_start_time.max": "Max range",
|
||||||
|
|
||||||
"admin.notify.dashboard.outbound": "Outbound messages",
|
"admin.notify.dashboard.outbound": "Outbound messages",
|
||||||
|
|
||||||
@@ -3598,6 +3598,8 @@
|
|||||||
|
|
||||||
"search.filters.applied.f.queue_status": "Queue Status",
|
"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.1,authority": "Queued",
|
||||||
|
|
||||||
"search.filters.queue_status.2,authority": "Processing",
|
"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": "Untrusted",
|
||||||
|
|
||||||
|
"search.filters.queue_status.QUEUE_STATUS_UNTRUSTED_IP": "Untrusted Ip",
|
||||||
|
|
||||||
"notify-detail-modal.QUEUE_STATUS_UNTRUSTED": "Untrusted",
|
"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",
|
"search.filters.queue_status.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
||||||
|
|
||||||
"notify-detail-modal.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
"notify-detail-modal.QUEUE_STATUS_UNMAPPED_ACTION": "Unmapped Action",
|
||||||
|
Reference in New Issue
Block a user