open-vault/ui/app/templates/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
auth-method
console UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00
identity UI CI exit 1 if there's an error (#7399) 2019-10-01 14:57:37 -05:00
nav-header
splash-page
transit-key-action Ui/replication status discoverability (#8705) 2020-06-18 14:52:43 -07:00
wizard Ui/replication status discoverability (#8705) 2020-06-18 14:52:43 -07:00
.gitkeep
alert-popup.hbs UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00
auth-button-auth0.hbs
auth-button-gitlab.hbs
auth-button-google.hbs
auth-form-options.hbs
auth-form.hbs UI wrapped token fix (#7398) 2019-10-01 15:30:56 -05:00
auth-info.hbs Ui/redesign delete confirmation (#7271) 2019-08-27 15:50:53 -07:00
auth-jwt.hbs Add spellcheck="false" to form fields (#6744) 2019-05-16 09:54:11 -05:00
b64-toggle.hbs
backend-configure.hbs
block-error.hbs
config-pki-ca.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
config-pki.hbs
control-group-success.hbs Add spellcheck="false" to form fields (#6744) 2019-05-16 09:54:11 -05:00
control-group.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
file-to-array-buffer.hbs UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
generate-credentials.hbs
generated-item-list.hbs Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
generated-item.hbs Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
home-link.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
hover-copy-button.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
http-requests-bar-chart-simple.hbs Add Core Usage Metrics Components to Storybook (#8401) 2020-03-02 10:12:34 -07:00
http-requests-bar-chart.hbs UI: Add HTTP Requests Bar Chart Tooltip (#6972) 2019-06-25 15:36:33 -07:00
http-requests-container.hbs UI/add select dropdown (#7102) 2019-08-01 14:35:18 -07:00
http-requests-table.hbs UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
key-version-select.hbs
kv-object-editor.hbs UI icon - add size (#6736) 2019-05-16 14:49:38 -05:00
license-info.hbs UI icon - add size (#6736) 2019-05-16 14:49:38 -05:00
logo-edition.hbs
logo-splash.hbs
menu-sidebar.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
mount-accessor-select.hbs
mount-backend-form.hbs UI icon - add size (#6736) 2019-05-16 14:49:38 -05:00
mount-info.hbs OpenAPI CRUD views (#6702) 2019-06-21 11:18:26 -04:00
namespace-link.hbs clear namespaces on logout and properly render nested namespaces in the namepace picker (#7186) 2019-08-01 16:53:57 -05:00
namespace-picker.hbs Improvement: give option to refresh namespace dropdown (#8442) 2020-03-05 15:12:20 -07:00
nav-header.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
not-found.hbs
pgp-file.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
pgp-list.hbs pgp list fix (#7542) 2019-10-09 21:09:25 -05:00
pki-cert-popup.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
pki-cert-show.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
radial-progress.hbs
raft-join.hbs UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
raft-storage-overview.hbs UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
raft-storage-restore.hbs UI - raft config and snapshotting (#7410) 2019-10-14 13:23:29 -05:00
role-aws-edit.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
role-pki-edit.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
role-ssh-edit.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
secret-edit-display.hbs UI icon - add size (#6736) 2019-05-16 14:49:38 -05:00
secret-edit.hbs Ui/toggle component (#8610) 2020-03-24 13:47:56 -05:00
secret-link.hbs kv v2 display bugs (#7307) 2019-08-13 16:54:51 -05:00
secret-list-header.hbs OpenAPI CRUD views (#6702) 2019-06-21 11:18:26 -04:00
secret-version-menu.hbs kv v2 display bugs (#7307) 2019-08-13 16:54:51 -05:00
section-tabs.hbs OpenAPI CRUD views (#6702) 2019-06-21 11:18:26 -04:00
selectable-card-container.hbs Add Core Usage Metrics Components to Storybook (#8401) 2020-03-02 10:12:34 -07:00
selectable-card.hbs UI: Redesign transit UX (#8304) 2020-02-14 11:20:44 -06:00
shamir-progress.hbs
splash-page.hbs
status-menu.hbs Ui/dismiss status menu click (#7337) 2019-08-19 14:36:22 -07:00
text-file.hbs Enable generated items for more auth methods (#7513) 2019-10-17 16:19:14 -07:00
token-expire-warning.hbs
tool-actions-form.hbs
toolbar-download-button.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
toolbar-secret-link.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
transit-edit.hbs UI: Redesign transit UX (#8304) 2020-02-14 11:20:44 -06:00
transit-key-actions.hbs Ui/transit modal (#8575) 2020-03-16 16:48:11 -06:00
ui-wizard.hbs
wizard-content.hbs UI icon - add size (#6736) 2019-05-16 14:49:38 -05:00
wizard-progress.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
wizard-section.hbs UI icon - add size (#6736) 2019-05-16 14:49:38 -05:00