mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
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…
Reference in New Issue
Block a user