TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

List Admin Extensions React Conversion #289

Open happycodemonkey opened 2 weeks ago

happycodemonkey commented 2 weeks ago

Overview

First pass at updating Admin List Extensions page to React. No API work has been done yet and is still lacking dropdown functionality.

Related

Changes

Listing page updated to use React component rather than template.

Testing

  1. Go to http://localhost:8000/administration/list-extensions/ and make sure its listing extensions information. Please note that dropdown functionality, including the "Actions" dropdown in the extension rows, has not been implemented yet.

UI