fix abm search typo
This commit is contained in:
parent
137256e30c
commit
85e33f8306
@ -3,8 +3,8 @@ Vue.component("item-detail", {
|
||||
props: ["item"],
|
||||
created: function(){
|
||||
let abms = [];
|
||||
if (mtinfo.abm_nodenames[this.name]){
|
||||
abms.push(mtinfo.abm_nodenames[this.name]);
|
||||
if (mtinfo.abm_nodenames[this.item.name]){
|
||||
abms.push(mtinfo.abm_nodenames[this.item.name]);
|
||||
}
|
||||
if (this.item.groups){
|
||||
Object.keys(this.item.groups).forEach(function(group){
|
||||
|
Loading…
x
Reference in New Issue
Block a user