- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Add button ui
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 07:21 AM
07-30-2024 07:21 AM
Add button ui
Hello,
I would like to know if it is possible to add a button in the instance detail view? If so, are there any examples available?
Thanks
Adele
- Tags:
- instances

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 03:00 AM
07-31-2024 03:00 AM
Re: Add button ui
Thank you for the support and the information you provided.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 07:55 AM
07-30-2024 07:55 AM
Re: Add button ui
Thank you very much for your guidance. I have a few more questions:
- Is it possible to define the order of the tabs? For example, if I add a custom tab, can I choose to display it as the second tab instead of the last one?
- If I add buttons to a tab, can I set them up to execute a specific task or job when clicked?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 07:23 AM
07-30-2024 07:23 AM
Re: Add button ui
You can add functionality on ‘Custom Instance Tabs’. These are plugins that can be built specific to your needs. Check out these links:
https://docs.morpheusdata.com/en/latest/getting_started/guides/instance_tabs.html
and

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 11:48 AM
07-30-2024 11:48 AM
Re: Add button ui
- By default custom tabs will be added after the default system tabs. Changing the order of the tabs would require manipulating their placement using something like JavaScript.
- The DataDog plugin (morpheus-datadog-instance-tab-plugin/src/main/resources/renderer/hbs/instanceTab.hbs at 9c333539d81074e6c1bebae1b5871443bf1cbf7f · martezr/morpheus-datadog-instance-tab-plugin · GitHub) is an example of a plugin that has a button in the instance tab. It is technically possible to mimic the “Run Task” button under the instance actions section so that only a specific task is executed but once again would likely require some JavaScript to fetch the desired task ID, take any necessary inputs, and finally submit the payload to trigger the task or workflow.