UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

15 lines (10 loc) 324 B
# Tables This example plugin overrides the pod list view's table to add a context menu. To run the plugin: ```bash cd plugins/examples/tables npm install npm start # Go to the pod list view and see how the table now has a context menu for each row. ``` The main code for the plugin is in [src/index.tsx](src/index.tsx).