File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
docs/development/plugins/functionality Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -221,3 +221,14 @@ Add custom sections to the project overview page with
221221These sections appear in the project's main overview area.
222222
223223Example plugin: [ How to customize projects] ( https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/projects )
224+
225+ ### Activities
226+
227+ Activity is a Headlamp feature that allows you to create resizable popup windows.
228+ For example when you click on a resource (like a Pod or ReplicaSet), the details will open in Activity.
229+
230+ ![ screenshot of an activity example] ( ./images/activity-example.png )
231+
232+ You can create and update Actitivites from plugins using [ Activity API] ( ../../api/components/activity/Activity/variables/Activity.md )
233+
234+ Check the [ example plugin] ( https://github.com/kubernetes-sigs/headlamp/tree/main/plugins/examples/activity ) for the full code.
You can’t perform that action at this time.
0 commit comments