Bootstrap-Icons hinzugefügt,
LoginSeite-Aktualisierungsfehler behoben
This commit is contained in:
parent
fd9103fa2a
commit
64d937053e
@ -6,6 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<link rel="stylesheet" href="bootstrap/css/bootstrap.css" />
|
<link rel="stylesheet" href="bootstrap/css/bootstrap.css" />
|
||||||
|
<link rel="stylesheet" href="bootstrap-icons/bootstrap-icons.min.css" />
|
||||||
<link rel="stylesheet" href="app.css" />
|
<link rel="stylesheet" href="app.css" />
|
||||||
<link rel="stylesheet" href="FWLAZ_Web.styles.css" />
|
<link rel="stylesheet" href="FWLAZ_Web.styles.css" />
|
||||||
<link rel="icon" type="image/png" href="favicon.png" />
|
<link rel="icon" type="image/png" href="favicon.png" />
|
||||||
@ -13,9 +14,16 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<Routes @rendermode="InteractiveServer" />
|
<Routes @rendermode="@RenderModeForPage" />
|
||||||
<script src="_framework/blazor.web.js"></script>
|
<script src="_framework/blazor.web.js"></script>
|
||||||
<script src="bootstrap/js/bootstrap.js"></script>
|
<script src="bootstrap/js/bootstrap.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@code {
|
||||||
|
[CascadingParameter]
|
||||||
|
private HttpContext HttpContext { get; set; } = default!;
|
||||||
|
|
||||||
|
private IComponentRenderMode? RenderModeForPage => HttpContext.Request.Path.StartsWithSegments("/Account") ? null : InteractiveServer;
|
||||||
|
}
|
||||||
|
|||||||
2078
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.css
vendored
Normal file
2078
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2052
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.json
Normal file
2052
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.json
Normal file
File diff suppressed because it is too large
Load Diff
5
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.min.css
vendored
Normal file
5
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2090
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.scss
vendored
Normal file
2090
FWLAZ_Web/wwwroot/bootstrap-icons/bootstrap-icons.scss
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
FWLAZ_Web/wwwroot/bootstrap-icons/fonts/bootstrap-icons.woff
Normal file
BIN
FWLAZ_Web/wwwroot/bootstrap-icons/fonts/bootstrap-icons.woff
Normal file
Binary file not shown.
BIN
FWLAZ_Web/wwwroot/bootstrap-icons/fonts/bootstrap-icons.woff2
Normal file
BIN
FWLAZ_Web/wwwroot/bootstrap-icons/fonts/bootstrap-icons.woff2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user