You need an angular table with multiple actions so there is a dropdown menu. Then just perform any of the actions in the dropdown. The angular Images table is probably the most convenient place to reproduce. You would have to make sure it's enabled in the plugin file. To do that:
- Edit openstack_dashboard/enabled/_1051_project_ng_images_panel.py
- Set DISABLED = False
- Re-launch your server
This would give you a second Images panel under the Project dashboard which is the angular version of the Images panel.
You need an angular table with multiple actions so there is a dropdown menu. Then just perform any of the actions in the dropdown. The angular Images table is probably the most convenient place to reproduce. You would have to make sure it's enabled in the plugin file. To do that:
- Edit openstack_ dashboard/ enabled/ _1051_project_ ng_images_ panel.py
- Set DISABLED = False
- Re-launch your server
This would give you a second Images panel under the Project dashboard which is the angular version of the Images panel.