open-vault/ui/app/components
Angel Garbarino d4d2ba7694
Ui/small replication action fixes (#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
2020-07-07 13:09:01 -06:00
..
auth-config-form Bug Fix: Show Error messages on Auth Configuration page (#8500) 2020-03-09 12:31:21 -06:00
basic-dropdown
console UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00
identity Ui search select fix (#7338) 2019-08-22 13:57:02 -05:00
nav-header
splash-page
wizard UI - test console cleanup (#6674) 2019-05-02 22:20:28 -05:00
.gitkeep
alert-popup.js Add storybook (#6496) 2019-04-03 14:06:20 -07:00
auth-form.js UI wrapped token fix (#7398) 2019-10-01 15:30:56 -05:00
auth-info.js UI - new token renew banner (#5662) 2018-11-05 10:56:59 -06:00
auth-jwt.js Fix: Only render JWT input field for mounts configured for JWT auth (#8952) 2020-05-08 16:00:28 -07:00
b64-toggle.js
block-error.js
config-pki-ca.js Add Browserstack for IE11 testing (#6557) 2019-05-03 15:20:14 -07:00
config-pki.js
control-group-success.js
control-group.js Consistent capitalization 2019-03-29 18:29:48 -06:00
file-to-array-buffer.js UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
flash-message.js
generate-credentials.js
generated-item-list.js UI: Clean up Dynamic UI for CRUD (#6994) 2019-07-01 16:35:18 -04:00
generated-item.js Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
home-link.js Add storybook (#6496) 2019-04-03 14:06:20 -07:00
hover-copy-button.js
http-requests-bar-chart-simple.js Add Core Usage Metrics Components to Storybook (#8401) 2020-03-02 10:12:34 -07:00
http-requests-bar-chart.js Ui/http request fixes (#7128) 2019-07-16 16:26:49 -07:00
http-requests-container.js UI/add select dropdown (#7102) 2019-08-01 14:35:18 -07:00
http-requests-table.js Http request volume/dropdown (#7016) 2019-07-03 10:46:40 -07:00
json-editor.js
key-version-select.js
kv-object-editor.js
license-info.js UI - fix perf standby feature display (#5971) 2018-12-18 11:01:12 -06:00
link-to.js
logo-edition.js UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
logo-splash.js UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
menu-sidebar.js
mount-accessor-select.js
mount-backend-form.js UI - add kmip engine (#6936) 2019-06-21 16:05:45 -05:00
namespace-link.js UI/Fix snowman that appears when namespaces have more than one period (#8910) 2020-05-01 12:06:32 -05:00
namespace-picker.js Improvement: give option to refresh namespace dropdown (#8442) 2020-03-05 15:12:20 -07:00
nav-header.js Add Policy-based Navigation (#5967) 2019-01-18 14:04:40 -08:00
not-found.js
outer-html.js
pgp-file.js pgp list fix (#7542) 2019-10-09 21:09:25 -05:00
pgp-list.js pgp list fix (#7542) 2019-10-09 21:09:25 -05:00
pki-cert-popup.js
pki-cert-show.js
radial-progress.js
raft-join.js UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
raft-storage-overview.js UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
raft-storage-restore.js UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
role-aws-edit.js
role-edit.js UI - no jquery (#6768) 2019-06-20 08:37:27 -05:00
role-pki-edit.js
role-ssh-edit.js Ui/ttl form field model (#8891) 2020-05-08 12:08:04 -05:00
secret-edit.js UI: Disallow kv2 with too large 'max versions' value (#9242) 2020-06-17 15:24:10 -05:00
secret-link.js Update ui dependencies (#7244) 2019-08-19 15:45:39 -05:00
secret-list-header.js Move toolbar back out of secretlistheader 2019-05-09 11:31:26 -06:00
secret-version-menu.js UI - write without read for kv (#6570) 2019-04-16 15:27:23 -05:00
section-tabs.js OpenAPI CRUD views (#6702) 2019-06-21 11:18:26 -04:00
selectable-card-container.js Add Core Usage Metrics Components to Storybook (#8401) 2020-03-02 10:12:34 -07:00
selectable-card.js Add Core Usage Metrics Components to Storybook (#8401) 2020-03-02 10:12:34 -07:00
shamir-progress.js
splash-page.js
status-menu.js UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
text-file.js
token-expire-warning.js replace moment.js with date-fns 2018-11-20 15:15:52 -08:00
tool-actions-form.js return correct format of random data generator (#5945) 2018-12-12 11:05:37 -08:00
toolbar-secret-link.js UI: Add Toolbar to Storybook (#6761) 2019-05-20 18:10:42 -06:00
transit-edit.js UI - no jquery (#6768) 2019-06-20 08:37:27 -05:00
transit-key-actions.js Ui/transit modal (#8575) 2020-03-16 16:48:11 -06:00
ui-wizard.js
wizard-content.js UI - test console cleanup (#6674) 2019-05-02 22:20:28 -05:00
wizard-section.js
wrap-ttl.js