Skip to content

Backport 1.5.x: Ui/small replication action fixes (#9387)#9412

Merged
Monkeychip merged 1 commit into
release/1.5.xfrom
backport-pr-9387-1.5.x
Jul 7, 2020
Merged

Backport 1.5.x: Ui/small replication action fixes (#9387)#9412
Monkeychip merged 1 commit into
release/1.5.xfrom
backport-pr-9387-1.5.x

Conversation

@Monkeychip
Copy link
Copy Markdown
Contributor

Backport for PR 9387

* fix issue where if dr is not enabled, the breadcrumb link did not work.  Now if DR not enabled, the breadcrumb says replication and links back to rep index.

* show black nav when cluster is not initialized and is loading, no need for menu items and because NavHeader component and the icon live in the app and not addons I cannot access them without moving them.  I figured the black bar was enough, and it wasn't worth moving just for that

* conditional change the breadcrumb link in Disaster Recovery based on what page they are currently on (details or manage).  Before the breadcrumb link didn't do anything if they were on the manage page

* fix slow modal loading after demoting a dr secondary.  due to shamir modal not being in the addon engine and erroring out.

* to prevent confusing transition state during dr demotion, set new property on cluster and compare the mode of the dr which changes from primary to secondary during demotion.  If dr mode changes, showing loading status

* get more specific about conditional so loader does not some on disabling, but only on demote

* remove concurrency from onSubmit

* revert all concurency, I think this is solved by the removal of shamir in the dom

* reverse order

* cleanup

* forgot that tricky layout, hopefull this will fix test

* remove page container, it's not needed

* remove breadcrumbs if DR secondary

* remove pageType no now longer using

* remove conditional that is no longer hit
@Monkeychip Monkeychip added this to the 1.5 milestone Jul 7, 2020
@Monkeychip Monkeychip merged commit d7a81bb into release/1.5.x Jul 7, 2020
@Monkeychip Monkeychip deleted the backport-pr-9387-1.5.x branch July 7, 2020 22:00
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