mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
PR feedback fixes
This commit is contained in:
@@ -424,8 +424,8 @@ textarea.allowresize {
|
|||||||
color: @default-bg; //white
|
color: @default-bg; //white
|
||||||
|
|
||||||
code {
|
code {
|
||||||
color: #161b1f;
|
color: @default-data-txt;
|
||||||
background-color: #e1e1e1;
|
background-color: @default-white-button-bord;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -317,7 +317,7 @@ CredentialsAdd.$inject = ['$scope', '$rootScope', '$compile', '$location',
|
|||||||
|
|
||||||
|
|
||||||
export function CredentialsEdit($scope, $rootScope, $compile, $location, $log,
|
export function CredentialsEdit($scope, $rootScope, $compile, $location, $log,
|
||||||
$stateParams, $timeout, CredentialForm, GenerateForm, Rest, Alert, ProcessErrors,
|
$stateParams, CredentialForm, GenerateForm, Rest, Alert, ProcessErrors,
|
||||||
RelatedSearchInit, RelatedPaginateInit, ReturnToCaller, ClearScope, Prompt,
|
RelatedSearchInit, RelatedPaginateInit, ReturnToCaller, ClearScope, Prompt,
|
||||||
GetBasePath, GetChoices, KindChange, OrganizationList, LookUpInit, Empty,
|
GetBasePath, GetChoices, KindChange, OrganizationList, LookUpInit, Empty,
|
||||||
OwnerChange, FormSave, Wait, $state, CreateSelect2, Authorization) {
|
OwnerChange, FormSave, Wait, $state, CreateSelect2, Authorization) {
|
||||||
@@ -669,7 +669,7 @@ export function CredentialsEdit($scope, $rootScope, $compile, $location, $log,
|
|||||||
}
|
}
|
||||||
|
|
||||||
CredentialsEdit.$inject = ['$scope', '$rootScope', '$compile', '$location',
|
CredentialsEdit.$inject = ['$scope', '$rootScope', '$compile', '$location',
|
||||||
'$log', '$stateParams', '$timeout', 'CredentialForm', 'GenerateForm', 'Rest', 'Alert',
|
'$log', '$stateParams', 'CredentialForm', 'GenerateForm', 'Rest', 'Alert',
|
||||||
'ProcessErrors', 'RelatedSearchInit', 'RelatedPaginateInit',
|
'ProcessErrors', 'RelatedSearchInit', 'RelatedPaginateInit',
|
||||||
'ReturnToCaller', 'ClearScope', 'Prompt', 'GetBasePath', 'GetChoices',
|
'ReturnToCaller', 'ClearScope', 'Prompt', 'GetBasePath', 'GetChoices',
|
||||||
'KindChange', 'OrganizationList', 'LookUpInit', 'Empty', 'OwnerChange',
|
'KindChange', 'OrganizationList', 'LookUpInit', 'Empty', 'OwnerChange',
|
||||||
|
|||||||
Reference in New Issue
Block a user