mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed mismatched HTML tag
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
6c90f9e395
commit
3d306aacc5
|
@ -73,7 +73,7 @@
|
||||||
return newParams;
|
return newParams;
|
||||||
},
|
},
|
||||||
formatLoadingMessage: function () {
|
formatLoadingMessage: function () {
|
||||||
return '<h2><i class="fas fa-spinner fa-spin" aria-hidden="true"></i> {{ trans('general.loading') }} </h4>';
|
return '<h2><i class="fas fa-spinner fa-spin" aria-hidden="true"></i> {{ trans('general.loading') }} </h2>';
|
||||||
},
|
},
|
||||||
icons: {
|
icons: {
|
||||||
advancedSearchIcon: 'fas fa-search-plus',
|
advancedSearchIcon: 'fas fa-search-plus',
|
||||||
|
@ -86,7 +86,6 @@
|
||||||
clearSearch: 'fa-times'
|
clearSearch: 'fa-times'
|
||||||
},
|
},
|
||||||
exportOptions: export_options,
|
exportOptions: export_options,
|
||||||
|
|
||||||
exportTypes: ['xlsx', 'excel', 'csv', 'pdf','json', 'xml', 'txt', 'sql', 'doc' ],
|
exportTypes: ['xlsx', 'excel', 'csv', 'pdf','json', 'xml', 'txt', 'sql', 'doc' ],
|
||||||
onLoadSuccess: function () {
|
onLoadSuccess: function () {
|
||||||
$('[data-tooltip="true"]').tooltip(); // Needed to attach tooltips after ajax call
|
$('[data-tooltip="true"]').tooltip(); // Needed to attach tooltips after ajax call
|
||||||
|
|
Loading…
Reference in a new issue