mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Added canceled tooltip for projects listing
This commit is contained in:
@@ -75,6 +75,9 @@ export default
|
||||
case 'missing':
|
||||
result = 'Missing. Click for details';
|
||||
break;
|
||||
case 'canceled':
|
||||
result = 'Canceled. Click for details';
|
||||
break;
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user