Skip to content

Commit

Permalink
feat(PP) : renamed date column in bundle listing in Publishing Queue …
Browse files Browse the repository at this point in the history
…status/history (#28512)
  • Loading branch information
dsolistorres committed Nov 15, 2024
1 parent 770e6e4 commit 19f45b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3382,6 +3382,7 @@ publisher_bundle_is_empty=The Bundle is empty
publisher_Date_Entered=Date Entered
publisher_Date_required=Date field is required
publisher_Date_Updated=Date Updated
publisher_Last_Update=Last Update
publisher_delete_asset_history=Delete Push History
publisher_Delete_Endpoint_Title=Delete this Endpoint
publisher_Delete_Environment_Confirm=Are you sure you want to delete this Environment? (This operation cannot be undone)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<th style="width:100%" nowrap="nowrap" ><strong><%= LanguageUtil.get(pageContext, "Title") %></strong></th>
<th style="width:100px" nowrap="nowrap" ><strong><%= LanguageUtil.get(pageContext, "publisher_Status") %></strong></th>
<th style="width:40px" nowrap="nowrap" ><strong><%= LanguageUtil.get(pageContext, "publisher_Date_Entered") %></strong></th>
<th style="width:150px" nowrap="nowrap" align="center" ><strong><%= LanguageUtil.get(pageContext, "publisher_Date_Updated") %></strong></th>
<th style="width:150px" nowrap="nowrap" align="center" ><strong><%= LanguageUtil.get(pageContext, "publisher_Last_Update") %></strong></th>
</tr>
<% for(PublishAuditStatus c : iresults) {
String errorclass="";
Expand Down Expand Up @@ -391,7 +391,7 @@
<th style="width:250px"><strong><%= LanguageUtil.get(pageContext, "publisher_Identifier") %></strong></th>
<th style="width:100px"><strong><%= LanguageUtil.get(pageContext, "publisher_Status") %></strong></th>
<th style="width:40px"><strong><%= LanguageUtil.get(pageContext, "publisher_Date_Entered") %></strong></th>
<th style="width:40px"><strong><%= LanguageUtil.get(pageContext, "publisher_Date_Updated") %></strong></th>
<th style="width:40px"><strong><%= LanguageUtil.get(pageContext, "publisher_Last_Update") %></strong></th>
</tr>
<tr>
<td colspan="4" align="center"><%= LanguageUtil.get(pageContext, "publisher_No_Results") %></td>
Expand Down

0 comments on commit 19f45b2

Please sign in to comment.