Skip to content

Commit

Permalink
fix: Fix Toolbox export buttons in inventory results
Browse files Browse the repository at this point in the history
Closes #533
  • Loading branch information
g-bougard committed Nov 20, 2023
1 parent 64240ca commit c768b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Revision history for GLPI agent
inventory:
* PR #531: Add SentinelOne Antivirus support on Linux, thanks to @MarcSamD

toolbox:
* fix #533: Fix Toolbox export buttons in inventory results

1.6.1 Fri, 17 Nov 2023

core:
Expand Down
4 changes: 2 additions & 2 deletions share/html/toolbox/results-list.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
}}
</div>
<hr/>
<button class='big-button' type='submit' name='submit/export' alt='{_"Download results"}' title='{_"Results will be filtered by tag if set"}'><i class='primary ti ti-download'></i>{_"Download results"}</button>
<button class='big-button' type='submit' name='submit/full-export' alt='{_"Download full scan datas"}' title='{_"No filtering by tag will be applied"}'><i class='primary ti ti-world-download'></i>{_"Download full scan datas"}</button>
<button class='big-button' type='submit' name='submit/export' value='1' alt='{_"Download results"}' title='{_"Results will be filtered by tag if set"}'><i class='primary ti ti-download'></i>{_"Download results"}</button>
<button class='big-button' type='submit' name='submit/full-export' value='1' alt='{_"Download full scan datas"}' title='{_"No filtering by tag will be applied"}'><i class='primary ti ti-world-download'></i>{_"Download full scan datas"}</button>
</form>
<script>
function toggle_all(from) \{
Expand Down

0 comments on commit c768b23

Please sign in to comment.