Moved Transfer Asset to Client to a Bulk Action and create Primary Interface when moving with MAC address

This commit is contained in:
johnnyq
2025-02-10 16:58:39 -05:00
parent 08ebedef03
commit fc24bcb24f
9 changed files with 136 additions and 121 deletions

View File

@@ -12,6 +12,8 @@ $get_copy = $_GET; // create a copy of the $_GET array
//unset($get_copy['page']);
unset($get_copy['sort']);
unset($get_copy['order']);
//Rebuild URL
$url_query_strings_sort = http_build_query($get_copy);
// Paging
if (isset($_GET['page'])) {