diff --git a/app/views/ops/_log_collection.html.haml b/app/views/ops/_log_collection.html.haml index c1232887e51c..5329b6b9db00 100644 --- a/app/views/ops/_log_collection.html.haml +++ b/app/views/ops/_log_collection.html.haml @@ -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)',