PR feedback fixes

This commit is contained in:
Ken Hoes 2016-05-12 10:04:09 -04:00
parent 9250034f26
commit 86b7d08b58
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -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',