kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Make adding tools to UI more generic #175

Closed kSee04 closed 4 years ago

kSee04 commented 4 years ago

What was fixed? (Issue # or description of fix)

This PR updates how instance.js loads the tools to be more generic. Instead of checking for three whitelisted tools to display, the setToolData function reads in newly added data from tools.json and inserts it into a copy of the newly added html template in instance.html. This PR also edits the grid structure in instance.html so the tool tiles don't have to be indented. KabaneroTool java class also needs new instance variables.

alohr51 commented 4 years ago

closing for replacement PR #181 which is this same PR, but also updates the IT tests to pass.