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

Create UI for listing "admins" #171

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

Feature description

image

Add the "manage admins" link on the instance accordion. When clicked it will open a modal with a list of admins.

Note: This link should not show up if the currently authenticated user is not in the configured admin team (see below)

To find out if the currently authenticated user is an "admin" call the isAdmin endpoint from #137