Upgraded to ShadcnBlazor 1.0.10. Started implementing instance management ui page

This commit is contained in:
2026-01-26 16:49:25 +01:00
parent 4e96905fb2
commit deb69e6014
11 changed files with 72 additions and 17 deletions

View File

@@ -21,7 +21,7 @@
<div class="grid gap-2">
<Label for="keyName">Name</Label>
<InputField @bind-Value="Request.Name" id="keyName" placeholder="My API key" />
<TextInputField @bind-Value="Request.Name" id="keyName" placeholder="My API key" />
</div>
<div class="grid gap-2">

View File

@@ -25,7 +25,7 @@
<div class="grid gap-2">
<Label for="roleName">Name</Label>
<InputField
<TextInputField
@bind-Value="Request.Name"
id="roleName"
placeholder="My fancy role"/>

View File

@@ -23,7 +23,7 @@
<div class="grid gap-2">
<Label for="username">Username</Label>
<InputField
<TextInputField
@bind-Value="Request.Username"
id="username"
placeholder="Name of the user"/>
@@ -31,7 +31,7 @@
<div class="grid gap-2">
<Label for="emailAddress">Email Address</Label>
<InputField
<TextInputField
@bind-Value="Request.Email"
id="emailAddress"
Type="email"

View File

@@ -23,7 +23,7 @@
<div class="grid gap-2">
<Label for="keyName">Name</Label>
<InputField @bind-Value="Request.Name" id="keyName" placeholder="My API key" />
<TextInputField @bind-Value="Request.Name" id="keyName" placeholder="My API key" />
</div>
<div class="grid gap-2">

View File

@@ -27,7 +27,7 @@
<div class="grid gap-2">
<Label for="roleName">Name</Label>
<InputField
<TextInputField
@bind-Value="Request.Name"
id="roleName"
placeholder="My fancy role"/>

View File

@@ -25,7 +25,7 @@
<div class="grid gap-2">
<Label for="username">Username</Label>
<InputField
<TextInputField
@bind-Value="Request.Username"
id="username"
placeholder="Name of the user"/>
@@ -33,7 +33,7 @@
<div class="grid gap-2">
<Label for="emailAddress">Email Address</Label>
<InputField
<TextInputField
@bind-Value="Request.Email"
id="emailAddress"
Type="email"