What is the use case or problem this feature would solve?
There are times when you need/want to restart every microservice associated with a plugin. For example: you have a plugin that defines a protocol, and another plugin that defines interfaces that use the protocol. If you update the protocol plugin, the target microservices will still have the old version of the protocol in memory until the microservices all restart. Currently, you have to go to the microservices tab and manually find and restart each one.
Describe the solution you'd like
Add a 5th option to the actions on the plugin list item which restarts every microservice that was created for that plugin (this list:

)