mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
11 lines
602 B
Text
11 lines
602 B
Text
<div class="card-body">
|
|
<div id="search_card">
|
|
<form class="host_data_form" id="host_data_form_delete" method="POST">
|
|
<input name="csrf" type="hidden" value="{{ ntop.getRandomCSRFValue() }}" />
|
|
<button form="host_data_form_delete" class="btn btn-danger" type="submit" onclick="return delete_data_show_modal();">
|
|
<i class="fas fa-trash" aria-hidden="true" title="{{ i18n("manage_data.purge_asset_inventory_button") }}"></i>
|
|
{{ i18n("manage_data.purge_asset_inventory_button") }}
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div>
|