mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
Merge pull request #1821 from jaredevantabor/breadcrumbs
Fixes a portal mode breadcrumb and capitalizes the instance groups b.c.
This commit is contained in:
@@ -5,6 +5,9 @@ const jobsListTemplate = require('~features/jobs/jobsList.view.html');
|
|||||||
export default {
|
export default {
|
||||||
name: 'portalMode.allJobs',
|
name: 'portalMode.allJobs',
|
||||||
url: '/alljobs?{job_search:queryset}',
|
url: '/alljobs?{job_search:queryset}',
|
||||||
|
ncyBreadcrumb: {
|
||||||
|
skip: true
|
||||||
|
},
|
||||||
params: {
|
params: {
|
||||||
job_search: {
|
job_search: {
|
||||||
value: {
|
value: {
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ function ComponentsStrings (BaseString) {
|
|||||||
NOTIFICATIONS: t.s('Notifications'),
|
NOTIFICATIONS: t.s('Notifications'),
|
||||||
MANAGEMENT_JOBS: t.s('Management Jobs'),
|
MANAGEMENT_JOBS: t.s('Management Jobs'),
|
||||||
INSTANCES: t.s('Instances'),
|
INSTANCES: t.s('Instances'),
|
||||||
INSTANCE_GROUPS: t.s('Instance Groups'),
|
INSTANCE_GROUPS: t.s('INSTANCE GROUPS'),
|
||||||
APPLICATIONS: t.s('Applications'),
|
APPLICATIONS: t.s('Applications'),
|
||||||
SETTINGS: t.s('Settings'),
|
SETTINGS: t.s('Settings'),
|
||||||
FOOTER_ABOUT: t.s('About'),
|
FOOTER_ABOUT: t.s('About'),
|
||||||
|
|||||||
Reference in New Issue
Block a user