mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
JavaScript: Load behavior complete.js
This commit is contained in:
parent
dad0122f11
commit
cb24eafdb5
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ class JavaScript
|
|||
'js/icinga/behavior/expandable.js',
|
||||
'js/icinga/behavior/filtereditor.js',
|
||||
'js/icinga/behavior/selectable.js',
|
||||
'js/icinga/behavior/modal.js'
|
||||
'js/icinga/behavior/modal.js',
|
||||
'js/icinga/behavior/complete.js'
|
||||
];
|
||||
|
||||
protected static $vendorFiles = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue