mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Added canceled tooltip for projects listing
This commit is contained in:
parent
3b926c36d9
commit
7c34b2d809
@ -75,6 +75,9 @@ export default
|
||||
case 'missing':
|
||||
result = 'Missing. Click for details';
|
||||
break;
|
||||
case 'canceled':
|
||||
result = 'Canceled. Click for details';
|
||||
break;
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user