Skip to content

Commit 131327a

Browse files
committed
Fixed “undefined” error on status labels in BS tables
Signed-off-by: snipe <[email protected]>
1 parent 77d002a commit 131327a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/partials/bootstrap-table.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ function genericColumnObjLinkFormatter(destination) {
338338
'deployed': '{{ strtolower(trans('general.deployed')) }}',
339339
'deployable': '{{ strtolower(trans('admin/hardware/general.deployable')) }}',
340340
'archived': '{{ strtolower(trans('general.archived')) }}',
341+
'undeployable': '{{ strtolower(trans('general.undeployable')) }}',
341342
'pending': '{{ strtolower(trans('general.pending')) }}'
342343
}
343344

0 commit comments

Comments
 (0)