mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Add Job results skeleton tests
This commit is contained in:
@@ -64,7 +64,6 @@ export class Job extends Component {
|
||||
|
||||
const {
|
||||
job,
|
||||
error,
|
||||
loading
|
||||
} = this.state;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ class Jobs extends Component {
|
||||
|
||||
this.state = {
|
||||
breadcrumbConfig: {
|
||||
'/jobs': i18n._(`Jobs`)
|
||||
'/jobs': i18n._(t`Jobs`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user