Skip to content

Commit

Permalink
Remove extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed Sep 19, 2018
1 parent 18e2b46 commit b574cc6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/views/ops/_log_collection.html.haml
Expand Up @@ -40,15 +40,15 @@
:ng_readonly => "vm.logCollectionModel.log_protocol == 'Red Hat Dropbox'",
:uri_prefix_display => "{{vm.logCollectionModel.uri_prefix}}://"}
%auth-credentials{'ng-if' => 'vm.miqDBBackupService.credsProtocol(vm.logCollectionModel)',
'form-model' => 'vm.logCollectionModel',
'model-copy' => 'vm.modelCopy',
'prefix' => '{{vm.prefix}}',
'user-required' => true,
'password-required' => true,
'enable-valid-button' => 'vm.canValidateBasicInfo()',
'validate' => 'vm.validateClicked',
'new-record' => 'vm.newRecord'}
%auth-credentials{'ng-if' => 'vm.miqDBBackupService.credsProtocol(vm.logCollectionModel)',
'form-model' => 'vm.logCollectionModel',
'model-copy' => 'vm.modelCopy',
'prefix' => '{{vm.prefix}}',
'user-required' => true,
'password-required' => true,
'enable-valid-button' => 'vm.canValidateBasicInfo()',
'validate' => 'vm.validateClicked',
'new-record' => 'vm.newRecord'}
= render :partial => "layouts/angular/generic_form_buttons"
Expand Down

0 comments on commit b574cc6

Please sign in to comment.