mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
fix syntax error in tokens list controller
This commit is contained in:
@@ -44,7 +44,9 @@ function ListTokensController (
|
||||
} else if (str === 'Write') {
|
||||
return vm.strings.get('add.SCOPE_WRITE_LABEL');
|
||||
}
|
||||
}
|
||||
|
||||
return undefined;
|
||||
};
|
||||
|
||||
vm.getLastUsed = token => {
|
||||
const lastUsed = _.get(token, 'last_used');
|
||||
|
||||
Reference in New Issue
Block a user