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

remove redundancy when adding tools to UI #163

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

Feature description

When we add tools to the UI we should just copy an HTML template, fill it in, and then append it to the tools section

Here is the section of code that needs to be cleaned up:

https://github.com/kabanero-io/kabanero-landing/blob/master/src/main/content/_assets/js/instance.js#L85-L107