Skip to content

i want to add a button in the Admin-UI, how should I proceed? #58

Closed Answered by mythz
zhangwelljan asked this question in Q&A
Discussion options

You must be logged in to vote

That doesn't look like it's from the Admin UI, instead from API Explorer or Locode with links to the Admin UI.

To place it exactly where you want it you could redefine the Welcome.mjs by placing a local modified copy as documented in Custom Components which is done in Chinook.

To override the Welcome component of both API Explorer Welcome.mjs and Locode Welcome.mjs you'll need to add local modified copies in your project at:

/wwwroot/modules/
    /locode/component/Welcome.mjs
    /ui/component/Welcome.mjs

Otherwise the component does support adding "Admin Links" at the bottom which is done by all Admin UI Features to add links to different Admin Features, e.g AdminDatabaseFeature.cs and A…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zhangwelljan
Comment options

Answer selected by zhangwelljan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants