Skip to content

Commit

Permalink
Adds: Number of admin accounts on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
gegelendvay authored and tabarra committed Apr 15, 2024
1 parent 81d7ccd commit f51ca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/main/adminManager.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- Global Card -->
<div class="card card-accent-primary">
<div class="card-header float-left">
<span style="font-size: large">All Admins</span>
<span style="font-size: large">All Admins (<%= admins.length %>)</span>
<button class="btn btn-sm btn-success float-right" type="button" onclick="getAdminModal();">
<i class="icon-plus"></i> Add
</button>
Expand Down

0 comments on commit f51ca07

Please sign in to comment.