mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Fixed missing archived tooltip
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
670a46e85c
commit
6b8abb1511
|
@ -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