From 58394e5788cc0aa298b0a5766aa6abfbadee7c01 Mon Sep 17 00:00:00 2001 From: Julian Cheal Date: Wed, 23 Oct 2019 14:49:30 +0100 Subject: [PATCH] Dropbox removed, in exchange for using support tool depot Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1660143 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1720142 --- app/views/static/ops/log_collection/log_collection.html.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/static/ops/log_collection/log_collection.html.haml b/app/views/static/ops/log_collection/log_collection.html.haml index a6645cd1ab2..573a08d5345 100644 --- a/app/views/static/ops/log_collection/log_collection.html.haml +++ b/app/views/static/ops/log_collection/log_collection.html.haml @@ -30,7 +30,7 @@ "ng-required" => "vm.miqDBBackupService.dbRequired(vm.logCollectionModel, vm.logCollectionModel.depot_name)", "name" => "depot_name", "ng-model" => "vm.logCollectionModel.depot_name", - "ng-readonly" => "vm.logCollectionModel.log_protocol == 'Red Hat Dropbox'", + "ng-readonly" => "vm.logCollectionModel.log_protocol == 'File Depot Support'", "checkchange" => "", "auto-focus" => "reactiveFocus"} %span.help-block{"ng-show" => "angularForm.depot_name.$invalid"} @@ -48,7 +48,7 @@ "ng-required" => "vm.miqDBBackupService.dbRequired(vm.logCollectionModel, vm.logCollectionModel.uri)", "name" => "uri", "ng-model" => "vm.logCollectionModel.uri", - "ng-readonly" => "vm.logCollectionModel.log_protocol == 'Red Hat Dropbox'", + "ng-readonly" => "vm.logCollectionModel.log_protocol == 'File Depot Support'", "checkchange" => ""} %span.help-block{"ng-show" => "angularForm.uri.$invalid"} = _("Required") @@ -65,4 +65,3 @@ 'new-record' => 'vm.newRecord'} = render :partial => "layouts/angular/generic_form_buttons" -