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 Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
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 UI - guard page redesign (#4779) 2018-06-26 16:35:47 -05:00
splash-page Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
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 Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
alert-popup.hbs UI - Vault API explorer engine (#7044) 2019-07-02 17:41:23 -05:00
auth-button-auth0.hbs UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
auth-button-gitlab.hbs UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
auth-button-google.hbs UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
auth-form-options.hbs UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
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 Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
backend-configure.hbs Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
block-error.hbs add block-error and block-empty components to centralize some bulma markup 2018-10-18 14:55:48 -05:00
config-pki-ca.hbs UI: Confirm Action as a popover 2019-05-17 11:29:21 -06:00
config-pki.hbs Consistent capitalization 2019-03-29 18:29:48 -06:00
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 Style Alert Banners 2018-11-02 09:22:22 -06:00
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 Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
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 UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
logo-splash.hbs UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
menu-sidebar.hbs UI ember engines (#6718) 2019-05-13 14:05:25 -05:00
mount-accessor-select.hbs Moving UI assets to OSS 2018-04-03 09:16:57 -05:00
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 UI - code cleanup (#4699) 2018-06-12 16:06:37 -05:00
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 UI - guard page redesign (#4779) 2018-06-26 16:35:47 -05:00
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 UI - guard page redesign (#4779) 2018-06-26 16:35:47 -05:00
splash-page.hbs UI - jwt auth (#6188) 2019-02-14 09:39:19 -06:00
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 Search select (#5851) 2018-12-10 11:44:37 -05:00
tool-actions-form.hbs UI namespaces (#5119) 2018-08-16 12:48:24 -05:00
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 UI Onboarding Wizards (#5196) 2018-08-28 00:03:55 -05:00
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