Merge pull request #11384 from snipe/fixes/bs_tables_undefined_for_archived
Fixed missing archived tooltip
This commit is contained in:
commit
487dedba25
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue