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