Louis Chu

Results 37 issues of Louis Chu

- [ ] 1. the content for delete button confirmation box Use case 1 - This is the screenshot of delete button confirmation box in editing credential page: Use case...

ux / ui
multiple datasource

### User Story - Delete multiple credentials from credentials view page: A user clicked "Credentials" button under stack management, looking through all credentials listed. Then Andrew decided to delete some...

ux / ui
multiple datasource

CM pages localization with i18n for any text content. It is preferable to use a centralized document.

multiple datasource

Current header for listing page: Current header for create stored credential page: We currently lack a header for the editing page and would appreciate any UX input before we implement...

ux / ui
multiple datasource

Delete single credential from its credential edit page: A user went to the credentials view page, clicked on one credential, entered into its edit page. Then the user clicked the...

ux / ui
multiple datasource

Write security focused test cases

multiple datasource

![Screen Shot 2022-08-02 at 10 38 32 AM](https://user-images.githubusercontent.com/44716267/182438785-9f8a8388-f165-419d-836e-63e6f52c2531.png)

multiple datasource

``` createCredential = async () => { const { savedObjects } = this.context.services; try { // TODO: Add rendering spanner https://github.com/opensearch-project/OpenSearch-Dashboards/issues/2050 await savedObjects.client.create('credential', { title: this.state.credentialName, credentialType: this.state.credentialType, credentialMaterials: {...

multiple datasource

Reference: src/plugins/data/server/saved_objects/index_pattern_migrations.ts

multiple datasource