mirror of https://github.com/apache/cloudstack.git
Apply two small fixes to system.js
This commit is contained in:
parent
0ba1abe262
commit
57da2bc784
|
|
@ -6524,7 +6524,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -14491,7 +14491,8 @@
|
|||
id: 'zone',
|
||||
description: _l('label.zone.wide')
|
||||
}
|
||||
// { id: 'host', description: _l('label.host') }];
|
||||
// { id: 'host', description: _l('label.host') }
|
||||
];
|
||||
|
||||
args.response.success({
|
||||
data: scope
|
||||
|
|
|
|||
Loading…
Reference in New Issue