Skip to content

Commit

Permalink
Merge pull request #6330 from juliancheal/remove_dropbox
Browse files Browse the repository at this point in the history
Dropbox removed, in exchange for using support tool
  • Loading branch information
mzazrivec authored Oct 25, 2019
2 parents a62c1df + 58394e5 commit 73c802d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/static/ops/log_collection/log_collection.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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")
Expand All @@ -65,4 +65,3 @@
'new-record' => 'vm.newRecord'}
= render :partial => "layouts/angular/generic_form_buttons"

0 comments on commit 73c802d

Please sign in to comment.