mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 08:18:07 -02:30
Add isolated badge to instance groups list
This commit is contained in:
@@ -527,7 +527,7 @@ function getInstanceGroupDetails () {
|
||||
|
||||
let isolated = null;
|
||||
|
||||
if (instanceGroup.controller_id) {
|
||||
if (instanceGroup.is_isolated) {
|
||||
isolated = strings.get('details.ISOLATED');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user