Merge branch 'main' into LoginFormFix

This commit is contained in:
Daniel Balk
2023-04-03 01:57:42 +02:00
committed by GitHub
2 changed files with 38 additions and 23 deletions

View File

@@ -9,6 +9,34 @@
@inject NavigationManager NavigationManager @inject NavigationManager NavigationManager
@inject CookieService CookieService @inject CookieService CookieService
<div class="menu menu-column justify-content-center"
data-kt-menu="true">
<div class="menu-item">
<div class="dropdown">
<button class="btn btn-success dropdown-toggle" type="button" data-bs-toggle="dropdown">
<TL>Create</TL>
</button>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item py-2" href="/servers/create">
<TL>Server</TL>
</a>
</li>
<li>
<a class="dropdown-item py-2" href="/domains/create">
<TL>Domain</TL>
</a>
</li>
<li>
<a class="dropdown-item py-2" href="/websites/create">
<TL>Website</TL>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="app-navbar flex-shrink-0"> <div class="app-navbar flex-shrink-0">
<div class="app-navbar-item ms-1 ms-lg-3"> <div class="app-navbar-item ms-1 ms-lg-3">
<ThemeSwitcher <ThemeSwitcher
@@ -51,10 +79,14 @@
</div> </div>
<div class="separator my-2"></div> <div class="separator my-2"></div>
<div class="menu-item px-5 my-1"> <div class="menu-item px-5 my-1">
<a href="/profile" class="menu-link px-5"><TL>Profile</TL></a> <a href="/profile" class="menu-link px-5">
<TL>Profile</TL>
</a>
</div> </div>
<div class="menu-item px-5"> <div class="menu-item px-5">
<a @onclick="Logout" class="menu-link px-5"><TL>Logout</TL></a> <a @onclick="Logout" class="menu-link px-5">
<TL>Logout</TL>
</a>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -407,20 +407,3 @@ The State field is required.;The State field is required.
The Country field is required.;The Country field is required. The Country field is required.;The Country field is required.
Street and house number requered;Street and house number requered Street and house number requered;Street and house number requered
Max lenght reached;Max lenght reached Max lenght reached;Max lenght reached
Security;Security
Subscriptions;Subscriptions
Secure your account;Secure your account
2fa adds another layer of security to your account. You have to enter a 6 digit code in order to login.;2fa adds another layer of security to your account. You have to enter a 6 digit code in order to login.
enable;enable
Activate 2fa;Activate 2fa
2fa apps;2fa apps
Use an app like ;Use an app like
or;or
and scan the following QR Code;and scan the following QR Code
If you have trouble using the QR Code, select manual input in the app and enter your email and the following code:;If you have trouble using the QR Code, select manual input in the app and enter your email and the following code:
Finish activation;Finish activation
New password;New password
Enable;Enable
Your account is secured with 2fa;Your account is secured with 2fa
anyone write a fancy text here?;anyone write a fancy text here?
Disable;Disable