feat(webui): open a currated version of the user accounts section to non admin users
All checks were successful
main / publish (push) Has been skipped
main / main (push) Successful in 4m36s
main / deploy (push) Has been skipped

This commit is contained in:
Julien Dessaux 2025-04-15 00:02:48 +02:00
parent 2bf1731343
commit d40595cacb
Signed by: adyxax
GPG key ID: F92E51B86E07177E
8 changed files with 49 additions and 24 deletions

View file

@ -2,7 +2,7 @@
<h1>States</h1>
<div class="flex-row" style="justify-content:space-between;">
<div style="min-width:240px;">
<p>TfStated is currently managing <span class="button">{{ len .States }}</span> states.</p>
<p>TfStated is currently managing <strong>{{ len .States }}</strong> states.</p>
<p>Use this page to inspect the existing states.</p>
<p>You also have the option to upload a JSON state file in order to create a new state in TfStated. This is equivalent to using the <code>state push</code> command of OpenTofu/Terraform on a brand new state.</p>
</div>