Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Dec 14, 2023
1 parent eb44397 commit ab16785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions _history
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
simulate_queue_worker
simulate_queue_worker
exit
3 changes: 2 additions & 1 deletion app/controllers/ops_controller/settings/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ def settings_update

def settings_update_amazon_verify
assert_privileges("ops_settings")

require 'byebug'
byebug
if params[:authentication][:amazon_secret].nil?
server_config = MiqServer.find(@sb[:selected_server_id]).settings
params[:authentication][:amazon_secret] = server_config[:authentication][:amazon_secret]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const createSchema = (amazonEdit, editMode, setState, key, setKey) => {
label: __('Secret Key'),
maxLength: 50,
edit: amazonEdit,
onChange: (test) => { console.log(test); },
// onChange: (test) => { console.log(test); },
validate: [{ type: validatorTypes.REQUIRED }],
isRequired: true,
},
Expand Down

0 comments on commit ab16785

Please sign in to comment.