-
Notifications
You must be signed in to change notification settings - Fork 24
Register admin UI as AI models in data administration use case #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register admin UI as AI models in data administration use case #337
Conversation
Signed-off-by: Lin Wang <wonglam@amazon.com>
public/plugin.ts
Outdated
@@ -48,6 +55,18 @@ export class MlCommonsPluginPlugin | |||
}, | |||
}); | |||
|
|||
core.chrome.addNavLinksToGroup(DEFAULT_NAV_GROUPS.dataAdministration, [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need to check the feature flag here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never mind, this is not application register
Signed-off-by: Lin Wang <wonglam@amazon.com>
Signed-off-by: Lin Wang <wonglam@amazon.com>
public/plugin.ts
Outdated
category: { | ||
id: 'ai-model', | ||
label: i18n.translate('MLCommonsDashboards.AIModels.Category', { | ||
defaultMessage: 'ai models', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the message say:
defaultMessage: 'ai models', | |
defaultMessage: 'AI models', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was using "ai models" in the UX design.
@lauralexis Could you help me take a look? Shall we change to AI models?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Lin Wang <wonglam@amazon.com>
* Register admin UI as ai models in data administration use case Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix addNavLinksToGroup not found in chrome service Signed-off-by: Lin Wang <wonglam@amazon.com> * Update nav link text Signed-off-by: Lin Wang <wonglam@amazon.com> * Change text to AI models Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com> (cherry picked from commit 83b3a2d)
…#339) * Register admin UI as ai models in data administration use case Signed-off-by: Lin Wang <wonglam@amazon.com> * Fix addNavLinksToGroup not found in chrome service Signed-off-by: Lin Wang <wonglam@amazon.com> * Update nav link text Signed-off-by: Lin Wang <wonglam@amazon.com> * Change text to AI models Signed-off-by: Lin Wang <wonglam@amazon.com> --------- Signed-off-by: Lin Wang <wonglam@amazon.com> (cherry picked from commit 83b3a2d) Co-authored-by: Lin Wang <wonglam@amazon.com>
Description
Register to data administration use case based OSD main branch.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.