From 6e2de1b4b01d8ad10991a5c3066ef59806fedb75 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 18 Oct 2017 09:07:30 -0700 Subject: [PATCH] changing "dyanmic" to "dynamic" --- .../features/credentials/legacy.credentials.js | 10 +++++----- .../activity-stream/activitystream.route.js | 2 +- .../src/configuration/configuration.route.js | 2 +- .../instance-groups/instance-groups.route.js | 2 +- .../instance-jobs/instance-jobs-list.route.js | 2 +- .../instances/instances-list.route.js | 2 +- .../instance-groups/jobs/jobs-list.route.js | 2 +- .../groups/hosts-related-groups.route.js | 2 +- .../adhoc/adhoc-credential.route.js | 2 +- .../completed-jobs/completed-jobs.route.js | 2 +- .../related/groups/list/groups-list.route.js | 2 +- .../nested-groups/group-nested-groups.route.js | 2 +- .../nested-hosts/group-nested-hosts.route.js | 2 +- .../related/hosts/related-host.route.js | 2 +- .../nested-groups/host-nested-groups.route.js | 2 +- .../related/sources/list/sources-list.route.js | 2 +- .../sources-lookup-inventory-script.route.js | 2 +- .../smart-inventory-hosts.route.js | 2 +- .../src/job-results/job-results.route.js | 2 +- .../linkout/organizations-linkout.route.js | 8 ++++---- .../jobs/portal-mode-all-jobs.route.js | 2 +- .../jobs/portal-mode-my-jobs.route.js | 2 +- .../src/portal-mode/portal-mode.route.js | 2 +- awx/ui/client/src/scheduler/main.js | 2 +- .../src/shared/stateDefinitions.factory.js | 18 +++++++++--------- .../src/shared/stateExtender.provider.js | 2 +- .../src/templates/list/templates-list.route.js | 2 +- awx/ui/client/src/templates/main.js | 10 +++++----- 28 files changed, 47 insertions(+), 47 deletions(-) diff --git a/awx/ui/client/features/credentials/legacy.credentials.js b/awx/ui/client/features/credentials/legacy.credentials.js index c9778e1e19..c294207dea 100644 --- a/awx/ui/client/features/credentials/legacy.credentials.js +++ b/awx/ui/client/features/credentials/legacy.credentials.js @@ -108,7 +108,7 @@ function LegacyCredentialsService () { page_size: '20', order_by: 'username' }, - dyanmic: true, + dynamic: true, squash: '' } }, @@ -185,14 +185,14 @@ function LegacyCredentialsService () { page_size: 5, is_superuser: false }, - dyanmic: true + dynamic: true }, team_search: { value: { order_by: 'name', page_size: 5 }, - dyanmic: true + dynamic: true } }, ncyBreadcrumb: { @@ -240,7 +240,7 @@ function LegacyCredentialsService () { order_by: 'name', role_level: 'admin_role' }, - dyanmic: true, + dynamic: true, squash: '' } }, @@ -279,7 +279,7 @@ function LegacyCredentialsService () { page_size: 5, order_by: 'name' }, - dyanmic: true, + dynamic: true, squash: '' } }, diff --git a/awx/ui/client/src/activity-stream/activitystream.route.js b/awx/ui/client/src/activity-stream/activitystream.route.js index e1b5e81110..ffdb424626 100644 --- a/awx/ui/client/src/activity-stream/activitystream.route.js +++ b/awx/ui/client/src/activity-stream/activitystream.route.js @@ -21,7 +21,7 @@ export default { or__object1__in: null, or__object2__in: null }, - dyanmic: true + dynamic: true } }, ncyBreadcrumb: { diff --git a/awx/ui/client/src/configuration/configuration.route.js b/awx/ui/client/src/configuration/configuration.route.js index 26c330fdbe..c916ecf59d 100644 --- a/awx/ui/client/src/configuration/configuration.route.js +++ b/awx/ui/client/src/configuration/configuration.route.js @@ -20,7 +20,7 @@ params: { currentTab: { value: 'auth', - dyanmic: true, + dynamic: true, isOptional: true } diff --git a/awx/ui/client/src/instance-groups/instance-groups.route.js b/awx/ui/client/src/instance-groups/instance-groups.route.js index a646800dd0..c265b35cd9 100644 --- a/awx/ui/client/src/instance-groups/instance-groups.route.js +++ b/awx/ui/client/src/instance-groups/instance-groups.route.js @@ -14,7 +14,7 @@ export default { page_size: '20', order_by: 'name' }, - dyanmic: true + dynamic: true } }, data: { diff --git a/awx/ui/client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js b/awx/ui/client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js index 98976c3a58..1d82ca854e 100644 --- a/awx/ui/client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js +++ b/awx/ui/client/src/instance-groups/instances/instance-jobs/instance-jobs-list.route.js @@ -15,7 +15,7 @@ export default { order_by: '-finished', not__launch_type: 'sync' }, - dyanmic: true + dynamic: true } }, views: { diff --git a/awx/ui/client/src/instance-groups/instances/instances-list.route.js b/awx/ui/client/src/instance-groups/instances/instances-list.route.js index 68015fe56a..16549d9d1e 100644 --- a/awx/ui/client/src/instance-groups/instances/instances-list.route.js +++ b/awx/ui/client/src/instance-groups/instances/instances-list.route.js @@ -15,7 +15,7 @@ export default { page_size: '20', order_by: 'hostname' }, - dyanmic: true + dynamic: true } }, views: { diff --git a/awx/ui/client/src/instance-groups/jobs/jobs-list.route.js b/awx/ui/client/src/instance-groups/jobs/jobs-list.route.js index 4ced597410..03854eca20 100644 --- a/awx/ui/client/src/instance-groups/jobs/jobs-list.route.js +++ b/awx/ui/client/src/instance-groups/jobs/jobs-list.route.js @@ -15,7 +15,7 @@ export default { order_by: '-finished', not__launch_type: 'sync' }, - dyanmic: true + dynamic: true }, instance_group_id: null }, diff --git a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js index 406ae32e7c..fd21ff7b1d 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js +++ b/awx/ui/client/src/inventories-hosts/hosts/related/groups/hosts-related-groups.route.js @@ -36,7 +36,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js b/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js index 52eaffff24..173c77f445 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/adhoc/adhoc-credential.route.js @@ -10,7 +10,7 @@ export default { page_size: '5' }, squash: true, - dyanmic: true + dynamic: true } }, ncyBreadcrumb: { diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js index 30116c9627..9c150aa5b2 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/completed-jobs/completed-jobs.route.js @@ -11,7 +11,7 @@ export default { or__inventoryupdate__inventory_source__inventory:"", order_by: "-id" }, - dyanmic: true, + dynamic: true, squash:"" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js index 6d377173b7..39dac7cca9 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/list/groups-list.route.js @@ -37,7 +37,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js index 2c34aa6c8c..66495716ac 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-groups/group-nested-groups.route.js @@ -10,7 +10,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.route.js index c3dcdb5ef2..456da422d9 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/groups/related/nested-hosts/group-nested-hosts.route.js @@ -10,7 +10,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-host.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-host.route.js index 9524effb18..0c8f6cb23a 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-host.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related-host.route.js @@ -9,7 +9,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash:"" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js index 6a41cccaf4..4600eecb63 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/hosts/related/nested-groups/host-nested-groups.route.js @@ -10,7 +10,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js index 9a56649057..3d4d99546d 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/list/sources-list.route.js @@ -10,7 +10,7 @@ export default { order_by: "name", not__source: "" }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/lookup/sources-lookup-inventory-script.route.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/lookup/sources-lookup-inventory-script.route.js index 7fc1277139..c2a9ab71b9 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/lookup/sources-lookup-inventory-script.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/lookup/sources-lookup-inventory-script.route.js @@ -6,7 +6,7 @@ export default { order_by: "name", role_level: "admin_role", }, - dyanmic: true, + dynamic: true, squash: "" } }, diff --git a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js index b1e490511e..befc2c2d66 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js +++ b/awx/ui/client/src/inventories-hosts/inventories/smart-inventory/smart-inventory-hosts.route.js @@ -9,7 +9,7 @@ export default { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash:"" } }, diff --git a/awx/ui/client/src/job-results/job-results.route.js b/awx/ui/client/src/job-results/job-results.route.js index 4e61ff3f2c..c648558779 100644 --- a/awx/ui/client/src/job-results/job-results.route.js +++ b/awx/ui/client/src/job-results/job-results.route.js @@ -31,7 +31,7 @@ export default { params: { job_event_search: { value: defaultParams, - dyanmic: true, + dynamic: true, squash: '' } }, diff --git a/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js b/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js index 93345cf490..14ece5f287 100644 --- a/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js +++ b/awx/ui/client/src/organizations/linkout/organizations-linkout.route.js @@ -34,7 +34,7 @@ export default [{ value: { order_by: 'username' }, - dyanmic: true + dynamic: true } }, ncyBreadcrumb: { @@ -239,7 +239,7 @@ export default [{ or__inventory__organization: null, page_size: 20 }, - dyanmic: true + dynamic: true } }, data: { @@ -297,14 +297,14 @@ export default [{ value: { order_by: 'username' }, - dyanmic: true + dynamic: true }, add_user_search: { value: { order_by: 'username', page_size: '5', }, - dyanmic: true, + dynamic: true, squash: true } }, diff --git a/awx/ui/client/src/portal-mode/jobs/portal-mode-all-jobs.route.js b/awx/ui/client/src/portal-mode/jobs/portal-mode-all-jobs.route.js index f9a803ca8d..582f806b89 100644 --- a/awx/ui/client/src/portal-mode/jobs/portal-mode-all-jobs.route.js +++ b/awx/ui/client/src/portal-mode/jobs/portal-mode-all-jobs.route.js @@ -14,7 +14,7 @@ export default { page_size: '20', order_by: '-finished' }, - dyanmic: true + dynamic: true } }, data: { diff --git a/awx/ui/client/src/portal-mode/jobs/portal-mode-my-jobs.route.js b/awx/ui/client/src/portal-mode/jobs/portal-mode-my-jobs.route.js index e181453241..9d5c0382f3 100644 --- a/awx/ui/client/src/portal-mode/jobs/portal-mode-my-jobs.route.js +++ b/awx/ui/client/src/portal-mode/jobs/portal-mode-my-jobs.route.js @@ -15,7 +15,7 @@ export default { order_by: '-finished', created_by: null }, - dyanmic: true + dynamic: true } }, data: { diff --git a/awx/ui/client/src/portal-mode/portal-mode.route.js b/awx/ui/client/src/portal-mode/portal-mode.route.js index 7850b78063..024f6a7609 100644 --- a/awx/ui/client/src/portal-mode/portal-mode.route.js +++ b/awx/ui/client/src/portal-mode/portal-mode.route.js @@ -17,7 +17,7 @@ export default { page_size: '20', order_by: 'name' }, - dyanmic: true + dynamic: true } }, data: { diff --git a/awx/ui/client/src/scheduler/main.js b/awx/ui/client/src/scheduler/main.js index 5b6a069fa7..3c72575373 100644 --- a/awx/ui/client/src/scheduler/main.js +++ b/awx/ui/client/src/scheduler/main.js @@ -318,7 +318,7 @@ export default next_run__isnull: 'false', order_by: 'unified_job_template__polymorphic_ctype__model' }, - dyanmic: true + dynamic: true } }, data: { diff --git a/awx/ui/client/src/shared/stateDefinitions.factory.js b/awx/ui/client/src/shared/stateDefinitions.factory.js index a21de4d88d..bb3977a4f7 100644 --- a/awx/ui/client/src/shared/stateDefinitions.factory.js +++ b/awx/ui/client/src/shared/stateDefinitions.factory.js @@ -257,27 +257,27 @@ function($injector, $stateExtender, $log, i18n) { params: { project_search: { value: {order_by: 'name', page_size: '5', role_level: 'admin_role'}, - dyanmic: true + dynamic: true }, job_template_search: { value: {order_by: 'name', page_size: '5', role_level: 'admin_role'}, - dyanmic: true + dynamic: true }, workflow_template_search: { value: {order_by: 'name', page_size: '5', role_level: 'admin_role'}, - dyanmic: true + dynamic: true }, inventory_search: { value: {order_by: 'name', page_size: '5', role_level: 'admin_role'}, - dyanmic: true + dynamic: true }, credential_search: { value: {order_by: 'name', page_size: '5', role_level: 'admin_role'}, - dyanmic: true + dynamic: true }, organization_search: { value: {order_by: 'name', page_size: '5', role_level: 'admin_role'}, - dyanmic: true + dynamic: true } }, ncyBreadcrumb:{ @@ -398,11 +398,11 @@ function($injector, $stateExtender, $log, i18n) { params: { user_search: { value: { order_by: 'username', page_size: '5', is_superuser: false }, - dyanmic: true, + dynamic: true, }, team_search: { value: { order_by: 'name', page_size: '5' }, - dyanmic: true + dynamic: true } }, views: { @@ -570,7 +570,7 @@ function($injector, $stateExtender, $log, i18n) { params: { user_search: { value: { order_by: 'username', page_size: '5' }, - dyanmic: true, + dynamic: true, } }, views: { diff --git a/awx/ui/client/src/shared/stateExtender.provider.js b/awx/ui/client/src/shared/stateExtender.provider.js index 487f24466f..2ca49c3a76 100644 --- a/awx/ui/client/src/shared/stateExtender.provider.js +++ b/awx/ui/client/src/shared/stateExtender.provider.js @@ -30,7 +30,7 @@ export default function($stateProvider) { page_size: "20", order_by: "name" }, - dyanmic: true, + dynamic: true, squash: false } } diff --git a/awx/ui/client/src/templates/list/templates-list.route.js b/awx/ui/client/src/templates/list/templates-list.route.js index 5fd27aaadc..a0317842e5 100644 --- a/awx/ui/client/src/templates/list/templates-list.route.js +++ b/awx/ui/client/src/templates/list/templates-list.route.js @@ -26,7 +26,7 @@ export default { value: { type: 'workflow_job_template,job_template' }, - dyanmic: true + dynamic: true } }, searchPrefix: 'template', diff --git a/awx/ui/client/src/templates/main.js b/awx/ui/client/src/templates/main.js index 01303b999a..78f7922d45 100644 --- a/awx/ui/client/src/templates/main.js +++ b/awx/ui/client/src/templates/main.js @@ -369,7 +369,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates. credential__isnull: false }, squash: false, - dyanmic: true + dynamic: true }, project_search: { value: { @@ -377,7 +377,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates. order_by: 'name' }, squash: true, - dyanmic: true + dynamic: true }, inventory_source_search: { value: { @@ -386,7 +386,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates. order_by: 'name' }, squash: true, - dyanmic: true + dynamic: true } }, views: { @@ -775,7 +775,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates. page_size: '5' }, squash: true, - dyanmic: true + dynamic: true } }, ncyBreadcrumb: { @@ -830,7 +830,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplates. page_size: '5' }, squash: true, - dyanmic: true + dynamic: true } }, ncyBreadcrumb: {