freeipa / freeipa-webui

FreeIPA Web UI
GNU General Public License v3.0
23 stars 11 forks source link

Display logged in user #527

Closed carma12 closed 1 month ago

carma12 commented 1 month ago

The logged-in user should be displayed in the right top corner of the main banner. This is important to determine which user is being using the application.

This PR is built on the top of this one: https://github.com/freeipa/freeipa-webui/pull/526

carma12 commented 1 month ago

@mreynolds389 - It seems that some tests are still failing in this PR. I will try to fix them and probably will need another review (will let you know).

carma12 commented 1 month ago

@mreynolds389 - It seems that the error was due to a component that wasn't found because the page was still not loaded. I have modified the common.ts file by adding some waiting time in order to fix this. Could you please review it again? Thanks!