Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UI bugs related to UI Clustering #1152

Merged
merged 1 commit into from
Feb 9, 2018

Conversation

marshmalien
Copy link
Member

SUMMARY
  • Fix bug where capacity_adjustment sets to "1.00" when instance is toggled
  • Hookup websockets for instance group jobs and instance jobs
  • Add Wait spinner to Capacity_Adjuster, Instance association modal, and Instance group delete
  • Add updateDataset event listener to update instance and instanceGroups list after smartSearch query
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
  • UI

Related #74 #196

msg: 'Call failed. Return status: ' + status
});
})
.finally(Wait('stop'));
Copy link
Contributor

@jakemcdermott jakemcdermott Feb 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be .finally(() => Wait('stop')) to ensure that it doesn't get called until the promise settles and has reached the finally block?

* Fix bug where capacity_adjustment sets to "1.00" when instance is toggled
* Hookup websockets for instance group jobs and instance jobs
* Add Wait spinner to Capacity_Adjuster, Instance association modal, and Instance group delete
* Add updateDataset event listener to update instance and instanceGroups list after smartSearch query
Copy link
Contributor

@jakemcdermott jakemcdermott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@marshmalien marshmalien merged commit 7c95cd0 into ansible:devel Feb 9, 2018
@marshmalien marshmalien deleted the feat/ui_clustering_bugs branch May 17, 2019 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants