mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Remove portal mode breadcrumb
This commit is contained in:
parent
2abf959d84
commit
42d33e5135
@ -5,6 +5,9 @@ const jobsListTemplate = require('~features/jobs/jobsList.view.html');
|
|||||||
export default {
|
export default {
|
||||||
name: 'portalMode.myJobs',
|
name: 'portalMode.myJobs',
|
||||||
url: '/myjobs?{job_search:queryset}',
|
url: '/myjobs?{job_search:queryset}',
|
||||||
|
ncyBreadcrumb: {
|
||||||
|
skip: true
|
||||||
|
},
|
||||||
params: {
|
params: {
|
||||||
job_search: {
|
job_search: {
|
||||||
value: {
|
value: {
|
||||||
|
Loading…
Reference in New Issue
Block a user