Skip to content

Commit 48e9985

Browse files
Removes unused column from the message queue grid
1 parent 7acdbd1 commit 48e9985

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

LICENCE

Whitespace-only changes.

docs/img.png

62.1 KB
Loading

src/i18n/en_US.csv

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Requeue,Requeue
3838
ID,ID
3939
"Topic Name","Topic Name"
4040
"Total Retries","Total Retries"
41-
"Resource Id","Resource Id"
4241
"Failure Description","Failure Description"
4342
"Message Body","Message Body"
4443
"Created At","Created At"

src/view/adminhtml/ui_component/message_queue_retry_listing.xml

-6
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@
106106
<label translate="true">Total Retries</label>
107107
</settings>
108108
</column>
109-
<column name="resource_id">
110-
<settings>
111-
<filter>text</filter>
112-
<label translate="true">Resource Id</label>
113-
</settings>
114-
</column>
115109
<column name="failure_description">
116110
<settings>
117111
<filter>text</filter>

0 commit comments

Comments
 (0)