mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Merge pull request #11384 from snipe/fixes/bs_tables_undefined_for_archived
Fixed missing archived tooltip
This commit is contained in:
commit
487dedba25
|
@ -188,6 +188,7 @@
|
|||
var status_meta = {
|
||||
'deployed': '{{ strtolower(trans('general.deployed')) }}',
|
||||
'deployable': '{{ strtolower(trans('admin/hardware/general.deployable')) }}',
|
||||
'archived': '{{ strtolower(trans('general.archived')) }}',
|
||||
'pending': '{{ strtolower(trans('general.pending')) }}'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue