Skip to content

Commit

Permalink
ui-gui: archive-mgr: added initial parameters for the archive type
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy committed Apr 23, 2024
1 parent c99d8c5 commit 6fa4498
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/gui/src/main/resources/templates/productarchive-show.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,16 @@ <h5>

// Function to fetch objects from the REST controller
function updateTable(newPage) {

$('#archiveType').multiselect({
buttonWidth : '99%',
enableFiltering : true,
numberDisplayed : 0,
maxHeight : 400,
enableCaseInsensitiveFiltering : true,
nonSelectedText : ''
});

currentPage = newPage;

var recordFrom = (currentPage - 1) * pageSize;
Expand Down

0 comments on commit 6fa4498

Please sign in to comment.