Skip to content

Commit

Permalink
Manual backport of ManageIQ#6330
Browse files Browse the repository at this point in the history
Dropbox removed, in exchange for using support tool

https://bugzilla.redhat.com/show_bug.cgi?id=1765636
  • Loading branch information
jrafanie committed Oct 25, 2019
1 parent ecbec8c commit f7dc107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/ops/_log_collection.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:ng_reqd_uri => "vm.miqDBBackupService.dbRequired(vm.logCollectionModel, vm.logCollectionModel.uri)",
:ng_model_uri => "vm.logCollectionModel.uri",
:ng_model_uri_prefix => "vm.logCollectionModel.uri_prefix",
:ng_readonly => "vm.logCollectionModel.log_protocol == 'Red Hat Dropbox'",
:ng_readonly => "vm.logCollectionModel.log_protocol == 'File Depot Support'",
:uri_prefix_display => "{{vm.logCollectionModel.uri_prefix}}://"}
%auth-credentials{'ng-if' => 'vm.miqDBBackupService.credsProtocol(vm.logCollectionModel)',
Expand Down

0 comments on commit f7dc107

Please sign in to comment.