Skip to content

Commit

Permalink
feat: Added user information to analyze user page
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Oct 9, 2024
1 parent e5c3b77 commit 34d2f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsonic_on_prem/dash/app/templates/analyze_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="uk-container uk-width-expand uk-margin-medium-top uk-margin-medium-left scrollable_side" style="height: 100vh;">
<div uk-grid class="uk-margin-medium-bottom">
<div class="uk-width-expand">
<h1 class="uk-h2 uk-margin text-foreground">Users</h1>
<h1 class="uk-h2 uk-margin text-foreground">Logs of User: {{user.get_username}}</h1>
</div>

</div>
Expand Down

0 comments on commit 34d2f9b

Please sign in to comment.