change Name 1
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,20 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<base href="/" />
|
||||
<link rel="stylesheet" href="bootstrap/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
<link rel="stylesheet" href="Watchlog.styles.css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<HeadOutlet />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<Routes />
|
||||
<script src="_framework/blazor.web.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1,23 +0,0 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<div class="page">
|
||||
<div class="sidebar">
|
||||
<NavMenu />
|
||||
</div>
|
||||
|
||||
<main>
|
||||
<div class="top-row px-4">
|
||||
<a href="https://learn.microsoft.com/aspnet/core/" target="_blank">About</a>
|
||||
</div>
|
||||
|
||||
<article class="content px-4">
|
||||
@Body
|
||||
</article>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<div id="blazor-error-ui">
|
||||
An unhandled error has occurred.
|
||||
<a href="" class="reload">Reload</a>
|
||||
<a class="dismiss">🗙</a>
|
||||
</div>
|
||||
@@ -1,96 +0,0 @@
|
||||
.page {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
}
|
||||
|
||||
.top-row {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
justify-content: flex-end;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top-row ::deep a, .top-row ::deep .btn-link {
|
||||
white-space: nowrap;
|
||||
margin-left: 1.5rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.top-row ::deep a:first-child {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media (max-width: 640.98px) {
|
||||
.top-row {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.top-row ::deep a, .top-row ::deep .btn-link {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.page {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 250px;
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.top-row {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.top-row.auth ::deep a:first-child {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.top-row, article {
|
||||
padding-left: 2rem !important;
|
||||
padding-right: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
#blazor-error-ui {
|
||||
background: lightyellow;
|
||||
bottom: 0;
|
||||
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
||||
display: none;
|
||||
left: 0;
|
||||
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#blazor-error-ui .dismiss {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 0.75rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
<div class="top-row ps-3 navbar navbar-dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="">Watchlog</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="checkbox" title="Navigation menu" class="navbar-toggler" />
|
||||
|
||||
<div class="nav-scrollable" onclick="document.querySelector('.navbar-toggler').click()">
|
||||
<nav class="flex-column">
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="" Match="NavLinkMatch.All">
|
||||
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> Home
|
||||
</NavLink>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
@@ -1,105 +0,0 @@
|
||||
.navbar-toggler {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
width: 3.5rem;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 1rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.navbar-toggler:checked {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.top-row {
|
||||
height: 3.5rem;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.bi {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: 0.75rem;
|
||||
top: -1px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.bi-house-door-fill-nav-menu {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-plus-square-fill-nav-menu {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-list-nested-nav-menu {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
font-size: 0.9rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.nav-item:first-of-type {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.nav-item:last-of-type {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.nav-item ::deep .nav-link {
|
||||
color: #d7d7d7;
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 3rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-item ::deep a.active {
|
||||
background-color: rgba(255,255,255,0.37);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-item ::deep .nav-link:hover {
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-scrollable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-toggler:checked ~ .nav-scrollable {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.navbar-toggler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-scrollable {
|
||||
/* Never collapse the sidebar for wide screens */
|
||||
display: block;
|
||||
|
||||
/* Allow sidebar to scroll for tall menus */
|
||||
height: calc(100vh - 3.5rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
@page "/counter"
|
||||
@rendermode InteractiveServer
|
||||
|
||||
<PageTitle>Counter</PageTitle>
|
||||
|
||||
<h1>Counter</h1>
|
||||
|
||||
<p role="status">Current count: @currentCount</p>
|
||||
|
||||
<button class="btn btn-primary" @onclick="IncrementCount">Click me</button>
|
||||
|
||||
@code {
|
||||
private int currentCount = 0;
|
||||
|
||||
private void IncrementCount()
|
||||
{
|
||||
currentCount++;
|
||||
}
|
||||
}
|
||||
@@ -1,36 +0,0 @@
|
||||
@page "/Error"
|
||||
@using System.Diagnostics
|
||||
|
||||
<PageTitle>Error</PageTitle>
|
||||
|
||||
<h1 class="text-danger">Error.</h1>
|
||||
<h2 class="text-danger">An error occurred while processing your request.</h2>
|
||||
|
||||
@if (ShowRequestId)
|
||||
{
|
||||
<p>
|
||||
<strong>Request ID:</strong> <code>@RequestId</code>
|
||||
</p>
|
||||
}
|
||||
|
||||
<h3>Development Mode</h3>
|
||||
<p>
|
||||
Swapping to <strong>Development</strong> environment will display more detailed information about the error that occurred.
|
||||
</p>
|
||||
<p>
|
||||
<strong>The Development environment shouldn't be enabled for deployed applications.</strong>
|
||||
It can result in displaying sensitive information from exceptions to end users.
|
||||
For local debugging, enable the <strong>Development</strong> environment by setting the <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>
|
||||
and restarting the app.
|
||||
</p>
|
||||
|
||||
@code{
|
||||
[CascadingParameter]
|
||||
private HttpContext? HttpContext { get; set; }
|
||||
|
||||
private string? RequestId { get; set; }
|
||||
private bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
|
||||
|
||||
protected override void OnInitialized() =>
|
||||
RequestId = Activity.Current?.Id ?? HttpContext?.TraceIdentifier;
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
@page "/"
|
||||
|
||||
<PageTitle>Home</PageTitle>
|
||||
|
||||
<h1>Hello, world!</h1>
|
||||
|
||||
Welcome to your new app.
|
||||
@@ -1,64 +0,0 @@
|
||||
@page "/weather"
|
||||
@attribute [StreamRendering]
|
||||
|
||||
<PageTitle>Weather</PageTitle>
|
||||
|
||||
<h1>Weather</h1>
|
||||
|
||||
<p>This component demonstrates showing data.</p>
|
||||
|
||||
@if (forecasts == null)
|
||||
{
|
||||
<p><em>Loading...</em></p>
|
||||
}
|
||||
else
|
||||
{
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
<th>Temp. (C)</th>
|
||||
<th>Temp. (F)</th>
|
||||
<th>Summary</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach (var forecast in forecasts)
|
||||
{
|
||||
<tr>
|
||||
<td>@forecast.Date.ToShortDateString()</td>
|
||||
<td>@forecast.TemperatureC</td>
|
||||
<td>@forecast.TemperatureF</td>
|
||||
<td>@forecast.Summary</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
}
|
||||
|
||||
@code {
|
||||
private WeatherForecast[]? forecasts;
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
// Simulate asynchronous loading to demonstrate streaming rendering
|
||||
await Task.Delay(500);
|
||||
|
||||
var startDate = DateOnly.FromDateTime(DateTime.Now);
|
||||
var summaries = new[] { "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" };
|
||||
forecasts = Enumerable.Range(1, 5).Select(index => new WeatherForecast
|
||||
{
|
||||
Date = startDate.AddDays(index),
|
||||
TemperatureC = Random.Shared.Next(-20, 55),
|
||||
Summary = summaries[Random.Shared.Next(summaries.Length)]
|
||||
}).ToArray();
|
||||
}
|
||||
|
||||
private class WeatherForecast
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
public int TemperatureC { get; set; }
|
||||
public string? Summary { get; set; }
|
||||
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
<Router AppAssembly="typeof(Program).Assembly">
|
||||
<Found Context="routeData">
|
||||
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
|
||||
<FocusOnNavigate RouteData="routeData" Selector="h1" />
|
||||
</Found>
|
||||
</Router>
|
||||
@@ -1,10 +0,0 @@
|
||||
@using System.Net.Http
|
||||
@using System.Net.Http.Json
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
@using Watchlog
|
||||
@using Watchlog.Components
|
||||
@@ -1,36 +0,0 @@
|
||||
using Watchlog.Components;
|
||||
|
||||
namespace Watchlog
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
// Add services to the container.
|
||||
builder.Services.AddRazorComponents()
|
||||
.AddInteractiveServerComponents();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
// Configure the HTTP request pipeline.
|
||||
if (!app.Environment.IsDevelopment())
|
||||
{
|
||||
app.UseExceptionHandler("/Error");
|
||||
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
|
||||
app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseAntiforgery();
|
||||
|
||||
app.MapRazorComponents<App>()
|
||||
.AddInteractiveServerRenderMode();
|
||||
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
63
Watchlog/Properties/Resources.Designer.cs
generated
63
Watchlog/Properties/Resources.Designer.cs
generated
@@ -1,63 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Watchlog.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
/// </summary>
|
||||
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Watchlog.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,101 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -1,38 +0,0 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/launchsettings.json",
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:12847",
|
||||
"sslPort": 44333
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"http": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "http://localhost:5127",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"https": {
|
||||
"commandName": "Project",
|
||||
"dotnetRunMessages": true,
|
||||
"launchBrowser": true,
|
||||
"applicationUrl": "https://localhost:7140;http://localhost:5127",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,24 +0,0 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ActiveDebugProfile>https</ActiveDebugProfile>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -1,25 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.13.35931.197 d17.13
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Watchlog", "Watchlog.csproj", "{D4F2BFC4-E072-4A77-87C8-325E28DB489C}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D4F2BFC4-E072-4A77-87C8-325E28DB489C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D4F2BFC4-E072-4A77-87C8-325E28DB489C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D4F2BFC4-E072-4A77-87C8-325E28DB489C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D4F2BFC4-E072-4A77-87C8-325E28DB489C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {B5E21084-FBBA-4E1A-8795-34F17ABFFBC7}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"Watchlog/1.0.0": {
|
||||
"runtime": {
|
||||
"Watchlog.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Watchlog/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,416 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"ManifestType": "Build",
|
||||
"Endpoints": [
|
||||
{
|
||||
"Route": "Watchlog.1s23d9gxjx.styles.css",
|
||||
"AssetFile": "Watchlog.styles.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "1s23d9gxjx"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "Watchlog.styles.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "Watchlog.styles.css",
|
||||
"AssetFile": "Watchlog.styles.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "app.css",
|
||||
"AssetFile": "app.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "2591"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "app.da95v2qkru.css",
|
||||
"AssetFile": "app.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "2591"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "da95v2qkru"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "app.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.bpk8xqwxhs.css",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "162720"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "bpk8xqwxhs"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "bootstrap/bootstrap.min.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "162720"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css.8inm30yfxf.map",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css.map",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "449111"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/plain"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "8inm30yfxf"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "bootstrap/bootstrap.min.css.map"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css.map",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css.map",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "449111"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/plain"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "favicon.ifv42okdf2.png",
|
||||
"AssetFile": "favicon.png",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "1148"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "image/png"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "ifv42okdf2"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "favicon.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "favicon.png",
|
||||
"AssetFile": "favicon.png",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=3600, must-revalidate"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "1148"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "image/png"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"ContentRoots":["D:\\wc\\Watchlog\\Watchlog\\wwwroot\\","D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"Watchlog.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Watchlog.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -1 +0,0 @@
|
||||
[]
|
||||
@@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Watchlog")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9f12a6a9f271aabb11183ff2409337d3010d7606")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Watchlog")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Watchlog")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
0f9e8e71b2d13686447c5f8a9b7a23e3164ab5cfde84ec69de360743fc7e354d
|
||||
@@ -1,57 +0,0 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Watchlog
|
||||
build_property.RootNamespace = Watchlog
|
||||
build_property.ProjectDir = D:\wc\Watchlog\Watchlog\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = D:\wc\Watchlog\Watchlog
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/App.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xBcHAucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Pages/Counter.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xDb3VudGVyLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Pages/Error.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xFcnJvci5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Pages/Home.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xIb21lLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Pages/Weather.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xQYWdlc1xXZWF0aGVyLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Routes.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xSb3V0ZXMucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/_Imports.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfSW1wb3J0cy5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Layout/MainLayout.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTWFpbkxheW91dC5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope = b-utpf20ms6s
|
||||
|
||||
[D:/wc/Watchlog/Watchlog/Components/Layout/NavMenu.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xMYXlvdXRcTmF2TWVudS5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope = b-rmtv2tyytr
|
||||
@@ -1,17 +0,0 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
489aac5ea303dcdfe9e01d2616086ed1c8a0e786d138a04f063418670cebd593
|
||||
@@ -1,35 +0,0 @@
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\appsettings.Development.json
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\appsettings.json
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.staticwebassets.runtime.json
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.staticwebassets.endpoints.json
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.exe
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.deps.json
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.runtimeconfig.json
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.dll
|
||||
D:\wc\Watchlog\Watchlog\bin\Debug\net8.0\Watchlog.pdb
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.AssemblyInfoInputs.cache
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.AssemblyInfo.cs
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.csproj.CoreCompileInputs.cache
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.MvcApplicationPartsAssemblyInfo.cache
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\scopedcss\Components\Layout\MainLayout.razor.rz.scp.css
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\scopedcss\Components\Layout\NavMenu.razor.rz.scp.css
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\scopedcss\bundle\Watchlog.styles.css
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\scopedcss\projectbundle\Watchlog.bundle.scp.css
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets.build.json
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets.development.json
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets.build.endpoints.json
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets\msbuild.Watchlog.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets\msbuild.Watchlog.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets\msbuild.build.Watchlog.props
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Watchlog.props
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Watchlog.props
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets.pack.json
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\staticwebassets.upToDateCheck.txt
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.dll
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\refint\Watchlog.dll
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.pdb
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.genruntimeconfig.cache
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\ref\Watchlog.dll
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.Properties.Resources.resources
|
||||
D:\wc\Watchlog\Watchlog\obj\Debug\net8.0\Watchlog.csproj.GenerateResource.cache
|
||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
||||
14a277da41da33ed4bd258264c333dc3edd7df2f2253757673f47c6d3310185a
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,96 +0,0 @@
|
||||
.page[b-utpf20ms6s] {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main[b-utpf20ms6s] {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sidebar[b-utpf20ms6s] {
|
||||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
justify-content: flex-end;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a, .top-row[b-utpf20ms6s] .btn-link {
|
||||
white-space: nowrap;
|
||||
margin-left: 1.5rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a:hover, .top-row[b-utpf20ms6s] .btn-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a:first-child {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media (max-width: 640.98px) {
|
||||
.top-row[b-utpf20ms6s] {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a, .top-row[b-utpf20ms6s] .btn-link {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.page[b-utpf20ms6s] {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.sidebar[b-utpf20ms6s] {
|
||||
width: 250px;
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.top-row.auth[b-utpf20ms6s] a:first-child {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s], article[b-utpf20ms6s] {
|
||||
padding-left: 2rem !important;
|
||||
padding-right: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
#blazor-error-ui[b-utpf20ms6s] {
|
||||
background: lightyellow;
|
||||
bottom: 0;
|
||||
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
||||
display: none;
|
||||
left: 0;
|
||||
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#blazor-error-ui .dismiss[b-utpf20ms6s] {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 0.75rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
@@ -1,105 +0,0 @@
|
||||
.navbar-toggler[b-rmtv2tyytr] {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
width: 3.5rem;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 1rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.navbar-toggler:checked[b-rmtv2tyytr] {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.top-row[b-rmtv2tyytr] {
|
||||
height: 3.5rem;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.navbar-brand[b-rmtv2tyytr] {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.bi[b-rmtv2tyytr] {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: 0.75rem;
|
||||
top: -1px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.bi-house-door-fill-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-plus-square-fill-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-list-nested-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] {
|
||||
font-size: 0.9rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.nav-item:first-of-type[b-rmtv2tyytr] {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.nav-item:last-of-type[b-rmtv2tyytr] {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] .nav-link {
|
||||
color: #d7d7d7;
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 3rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] a.active {
|
||||
background-color: rgba(255,255,255,0.37);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] .nav-link:hover {
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-scrollable[b-rmtv2tyytr] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-toggler:checked ~ .nav-scrollable[b-rmtv2tyytr] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.navbar-toggler[b-rmtv2tyytr] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-scrollable[b-rmtv2tyytr] {
|
||||
/* Never collapse the sidebar for wide screens */
|
||||
display: block;
|
||||
|
||||
/* Allow sidebar to scroll for tall menus */
|
||||
height: calc(100vh - 3.5rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
@@ -1,203 +0,0 @@
|
||||
/* _content/Watchlog/Components/Layout/MainLayout.razor.rz.scp.css */
|
||||
.page[b-utpf20ms6s] {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main[b-utpf20ms6s] {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sidebar[b-utpf20ms6s] {
|
||||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
justify-content: flex-end;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a, .top-row[b-utpf20ms6s] .btn-link {
|
||||
white-space: nowrap;
|
||||
margin-left: 1.5rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a:hover, .top-row[b-utpf20ms6s] .btn-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a:first-child {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media (max-width: 640.98px) {
|
||||
.top-row[b-utpf20ms6s] {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a, .top-row[b-utpf20ms6s] .btn-link {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.page[b-utpf20ms6s] {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.sidebar[b-utpf20ms6s] {
|
||||
width: 250px;
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.top-row.auth[b-utpf20ms6s] a:first-child {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s], article[b-utpf20ms6s] {
|
||||
padding-left: 2rem !important;
|
||||
padding-right: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
#blazor-error-ui[b-utpf20ms6s] {
|
||||
background: lightyellow;
|
||||
bottom: 0;
|
||||
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
||||
display: none;
|
||||
left: 0;
|
||||
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#blazor-error-ui .dismiss[b-utpf20ms6s] {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 0.75rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
/* _content/Watchlog/Components/Layout/NavMenu.razor.rz.scp.css */
|
||||
.navbar-toggler[b-rmtv2tyytr] {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
width: 3.5rem;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 1rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.navbar-toggler:checked[b-rmtv2tyytr] {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.top-row[b-rmtv2tyytr] {
|
||||
height: 3.5rem;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.navbar-brand[b-rmtv2tyytr] {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.bi[b-rmtv2tyytr] {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: 0.75rem;
|
||||
top: -1px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.bi-house-door-fill-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-plus-square-fill-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-list-nested-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] {
|
||||
font-size: 0.9rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.nav-item:first-of-type[b-rmtv2tyytr] {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.nav-item:last-of-type[b-rmtv2tyytr] {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] .nav-link {
|
||||
color: #d7d7d7;
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 3rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] a.active {
|
||||
background-color: rgba(255,255,255,0.37);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] .nav-link:hover {
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-scrollable[b-rmtv2tyytr] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-toggler:checked ~ .nav-scrollable[b-rmtv2tyytr] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.navbar-toggler[b-rmtv2tyytr] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-scrollable[b-rmtv2tyytr] {
|
||||
/* Never collapse the sidebar for wide screens */
|
||||
display: block;
|
||||
|
||||
/* Allow sidebar to scroll for tall menus */
|
||||
height: calc(100vh - 3.5rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
@@ -1,203 +0,0 @@
|
||||
/* _content/Watchlog/Components/Layout/MainLayout.razor.rz.scp.css */
|
||||
.page[b-utpf20ms6s] {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main[b-utpf20ms6s] {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.sidebar[b-utpf20ms6s] {
|
||||
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] {
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #d6d5d5;
|
||||
justify-content: flex-end;
|
||||
height: 3.5rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a, .top-row[b-utpf20ms6s] .btn-link {
|
||||
white-space: nowrap;
|
||||
margin-left: 1.5rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a:hover, .top-row[b-utpf20ms6s] .btn-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a:first-child {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@media (max-width: 640.98px) {
|
||||
.top-row[b-utpf20ms6s] {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] a, .top-row[b-utpf20ms6s] .btn-link {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.page[b-utpf20ms6s] {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.sidebar[b-utpf20ms6s] {
|
||||
width: 250px;
|
||||
height: 100vh;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s] {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.top-row.auth[b-utpf20ms6s] a:first-child {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.top-row[b-utpf20ms6s], article[b-utpf20ms6s] {
|
||||
padding-left: 2rem !important;
|
||||
padding-right: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
#blazor-error-ui[b-utpf20ms6s] {
|
||||
background: lightyellow;
|
||||
bottom: 0;
|
||||
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
|
||||
display: none;
|
||||
left: 0;
|
||||
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#blazor-error-ui .dismiss[b-utpf20ms6s] {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 0.75rem;
|
||||
top: 0.5rem;
|
||||
}
|
||||
/* _content/Watchlog/Components/Layout/NavMenu.razor.rz.scp.css */
|
||||
.navbar-toggler[b-rmtv2tyytr] {
|
||||
appearance: none;
|
||||
cursor: pointer;
|
||||
width: 3.5rem;
|
||||
height: 2.5rem;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 0.5rem;
|
||||
right: 1rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.navbar-toggler:checked[b-rmtv2tyytr] {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.top-row[b-rmtv2tyytr] {
|
||||
height: 3.5rem;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.navbar-brand[b-rmtv2tyytr] {
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.bi[b-rmtv2tyytr] {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
margin-right: 0.75rem;
|
||||
top: -1px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.bi-house-door-fill-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-plus-square-fill-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.bi-list-nested-nav-menu[b-rmtv2tyytr] {
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] {
|
||||
font-size: 0.9rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.nav-item:first-of-type[b-rmtv2tyytr] {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.nav-item:last-of-type[b-rmtv2tyytr] {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] .nav-link {
|
||||
color: #d7d7d7;
|
||||
background: none;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 3rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] a.active {
|
||||
background-color: rgba(255,255,255,0.37);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-item[b-rmtv2tyytr] .nav-link:hover {
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-scrollable[b-rmtv2tyytr] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.navbar-toggler:checked ~ .nav-scrollable[b-rmtv2tyytr] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.navbar-toggler[b-rmtv2tyytr] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-scrollable[b-rmtv2tyytr] {
|
||||
/* Never collapse the sidebar for wide screens */
|
||||
display: block;
|
||||
|
||||
/* Allow sidebar to scroll for tall menus */
|
||||
height: calc(100vh - 3.5rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
@@ -1,416 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"ManifestType": "Build",
|
||||
"Endpoints": [
|
||||
{
|
||||
"Route": "Watchlog.1s23d9gxjx.styles.css",
|
||||
"AssetFile": "Watchlog.styles.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "1s23d9gxjx"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "Watchlog.styles.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "Watchlog.styles.css",
|
||||
"AssetFile": "Watchlog.styles.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "app.css",
|
||||
"AssetFile": "app.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "2591"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "app.da95v2qkru.css",
|
||||
"AssetFile": "app.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "2591"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "da95v2qkru"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "app.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.bpk8xqwxhs.css",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "162720"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "bpk8xqwxhs"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "bootstrap/bootstrap.min.css"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "162720"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css.8inm30yfxf.map",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css.map",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "449111"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/plain"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "8inm30yfxf"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "bootstrap/bootstrap.min.css.map"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css.map",
|
||||
"AssetFile": "bootstrap/bootstrap.min.css.map",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "449111"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/plain"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "favicon.ifv42okdf2.png",
|
||||
"AssetFile": "favicon.png",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "1148"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "image/png"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "ifv42okdf2"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "favicon.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "favicon.png",
|
||||
"AssetFile": "favicon.png",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=3600, must-revalidate"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "1148"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "image/png"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,640 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "2VSY9kLKyJGWbSWuJ0JxUnQbt3aWCdPNQR2df526YGg=",
|
||||
"Source": "Watchlog",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [
|
||||
{
|
||||
"Name": "Watchlog\\wwwroot",
|
||||
"Source": "Watchlog",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"Pattern": "**"
|
||||
}
|
||||
],
|
||||
"Assets": [
|
||||
{
|
||||
"Identity": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Watchlog.styles.css",
|
||||
"SourceId": "Watchlog",
|
||||
"SourceType": "Computed",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"RelativePath": "Watchlog#[.{fingerprint}]?.styles.css",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "CurrentProject",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "ScopedCss",
|
||||
"AssetTraitValue": "ApplicationBundle",
|
||||
"Fingerprint": "1s23d9gxjx",
|
||||
"Integrity": "0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Watchlog.styles.css"
|
||||
},
|
||||
{
|
||||
"Identity": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Watchlog.bundle.scp.css",
|
||||
"SourceId": "Watchlog",
|
||||
"SourceType": "Computed",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"RelativePath": "Watchlog#[.{fingerprint}]!.bundle.scp.css",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "Reference",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "ScopedCss",
|
||||
"AssetTraitValue": "ProjectBundle",
|
||||
"Fingerprint": "1s23d9gxjx",
|
||||
"Integrity": "0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Watchlog.bundle.scp.css"
|
||||
},
|
||||
{
|
||||
"Identity": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\app.css",
|
||||
"SourceId": "Watchlog",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"RelativePath": "app#[.{fingerprint}]?.css",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"Fingerprint": "da95v2qkru",
|
||||
"Integrity": "u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\app.css"
|
||||
},
|
||||
{
|
||||
"Identity": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css",
|
||||
"SourceId": "Watchlog",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"RelativePath": "bootstrap/bootstrap.min#[.{fingerprint}]?.css",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"Fingerprint": "bpk8xqwxhs",
|
||||
"Integrity": "z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\bootstrap\\bootstrap.min.css"
|
||||
},
|
||||
{
|
||||
"Identity": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css.map",
|
||||
"SourceId": "Watchlog",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"RelativePath": "bootstrap/bootstrap.min.css#[.{fingerprint}]?.map",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"Fingerprint": "8inm30yfxf",
|
||||
"Integrity": "gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\bootstrap\\bootstrap.min.css.map"
|
||||
},
|
||||
{
|
||||
"Identity": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\favicon.png",
|
||||
"SourceId": "Watchlog",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\",
|
||||
"BasePath": "_content/Watchlog",
|
||||
"RelativePath": "favicon#[.{fingerprint}]?.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"AssetMergeBehavior": "",
|
||||
"AssetMergeSource": "",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"Fingerprint": "ifv42okdf2",
|
||||
"Integrity": "4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\favicon.png"
|
||||
}
|
||||
],
|
||||
"Endpoints": [
|
||||
{
|
||||
"Route": "app.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\app.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "2591"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "app.da95v2qkru.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\app.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "2591"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "da95v2qkru"
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "app.css"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.bpk8xqwxhs.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "162720"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "bpk8xqwxhs"
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "bootstrap/bootstrap.min.css"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "162720"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css.8inm30yfxf.map",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css.map",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "449111"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/plain"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "8inm30yfxf"
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "bootstrap/bootstrap.min.css.map"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "bootstrap/bootstrap.min.css.map",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css.map",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "449111"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/plain"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "favicon.ifv42okdf2.png",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\favicon.png",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "1148"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "image/png"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "ifv42okdf2"
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "favicon.png"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "favicon.png",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\favicon.png",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "1148"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "image/png"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:38:56 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=3600, must-revalidate"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "Watchlog.1s23d9gxjx.bundle.scp.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Watchlog.bundle.scp.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "1s23d9gxjx"
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "Watchlog.bundle.scp.css"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "Watchlog.1s23d9gxjx.styles.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Watchlog.styles.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "max-age=31536000, immutable"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "fingerprint",
|
||||
"Value": "1s23d9gxjx"
|
||||
},
|
||||
{
|
||||
"Name": "label",
|
||||
"Value": "Watchlog.styles.css"
|
||||
},
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "Watchlog.bundle.scp.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Watchlog.bundle.scp.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Route": "Watchlog.styles.css",
|
||||
"AssetFile": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\Watchlog.styles.css",
|
||||
"Selectors": [],
|
||||
"ResponseHeaders": [
|
||||
{
|
||||
"Name": "Accept-Ranges",
|
||||
"Value": "bytes"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Length",
|
||||
"Value": "5899"
|
||||
},
|
||||
{
|
||||
"Name": "Content-Type",
|
||||
"Value": "text/css"
|
||||
},
|
||||
{
|
||||
"Name": "ETag",
|
||||
"Value": "\"0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\""
|
||||
},
|
||||
{
|
||||
"Name": "Last-Modified",
|
||||
"Value": "Sun, 13 Apr 2025 20:59:06 GMT"
|
||||
},
|
||||
{
|
||||
"Name": "Cache-Control",
|
||||
"Value": "no-cache"
|
||||
}
|
||||
],
|
||||
"EndpointProperties": [
|
||||
{
|
||||
"Name": "integrity",
|
||||
"Value": "sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"ContentRoots":["D:\\wc\\Watchlog\\Watchlog\\wwwroot\\","D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"app.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"app.css"},"Patterns":null},"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.png"},"Patterns":null},"Watchlog.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Watchlog.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
||||
@@ -1,45 +0,0 @@
|
||||
{
|
||||
"Files": [
|
||||
{
|
||||
"Id": "D:\\wc\\Watchlog\\Watchlog\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Watchlog.bundle.scp.css",
|
||||
"PackagePath": "staticwebassets\\Watchlog.1s23d9gxjx.bundle.scp.css"
|
||||
},
|
||||
{
|
||||
"Id": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\app.css",
|
||||
"PackagePath": "staticwebassets\\app.css"
|
||||
},
|
||||
{
|
||||
"Id": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css",
|
||||
"PackagePath": "staticwebassets\\bootstrap\\bootstrap.min.css"
|
||||
},
|
||||
{
|
||||
"Id": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\bootstrap\\bootstrap.min.css.map",
|
||||
"PackagePath": "staticwebassets\\bootstrap\\bootstrap.min.css.map"
|
||||
},
|
||||
{
|
||||
"Id": "D:\\wc\\Watchlog\\Watchlog\\wwwroot\\favicon.png",
|
||||
"PackagePath": "staticwebassets\\favicon.png"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.Watchlog.Microsoft.AspNetCore.StaticWebAssetEndpoints.props",
|
||||
"PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssetEndpoints.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.Watchlog.Microsoft.AspNetCore.StaticWebAssets.props",
|
||||
"PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.build.Watchlog.props",
|
||||
"PackagePath": "build\\Watchlog.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildMultiTargeting.Watchlog.props",
|
||||
"PackagePath": "buildMultiTargeting\\Watchlog.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildTransitive.Watchlog.props",
|
||||
"PackagePath": "buildTransitive\\Watchlog.props"
|
||||
}
|
||||
],
|
||||
"ElementsToRemove": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
wwwroot\app.css
|
||||
wwwroot\bootstrap\bootstrap.min.css
|
||||
wwwroot\bootstrap\bootstrap.min.css.map
|
||||
wwwroot\favicon.png
|
||||
@@ -1,64 +0,0 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/app.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\app.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2591"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u0022u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/app.da95v2qkru.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\app.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"da95v2qkru"},{"Name":"integrity","Value":"sha256-u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE="},{"Name":"label","Value":"_content/Watchlog/app.css"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2591"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u0022u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/bootstrap/bootstrap.min.bpk8xqwxhs.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"bpk8xqwxhs"},{"Name":"integrity","Value":"sha256-z8OR40MowJ8GgK6P89Y\u002BhiJK5\u002BcclzFHzLhFQLL92bg="},{"Name":"label","Value":"_content/Watchlog/bootstrap/bootstrap.min.css"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"162720"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u0022z8OR40MowJ8GgK6P89Y\u002BhiJK5\u002BcclzFHzLhFQLL92bg=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/bootstrap/bootstrap.min.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-z8OR40MowJ8GgK6P89Y\u002BhiJK5\u002BcclzFHzLhFQLL92bg="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"162720"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u0022z8OR40MowJ8GgK6P89Y\u002BhiJK5\u002BcclzFHzLhFQLL92bg=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/bootstrap/bootstrap.min.css.8inm30yfxf.map">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css.map'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"8inm30yfxf"},{"Name":"integrity","Value":"sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="},{"Name":"label","Value":"_content/Watchlog/bootstrap/bootstrap.min.css.map"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"449111"},{"Name":"Content-Type","Value":"text/plain"},{"Name":"ETag","Value":"\u0022gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/bootstrap/bootstrap.min.css.map">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css.map'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"449111"},{"Name":"Content-Type","Value":"text/plain"},{"Name":"ETag","Value":"\u0022gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/favicon.ifv42okdf2.png">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\favicon.png'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"ifv42okdf2"},{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="},{"Name":"label","Value":"_content/Watchlog/favicon.png"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\u00224mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/favicon.png">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\favicon.png'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=3600, must-revalidate"},{"Name":"Content-Length","Value":"1148"},{"Name":"Content-Type","Value":"image/png"},{"Name":"ETag","Value":"\u00224mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:38:56 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/Watchlog.1s23d9gxjx.bundle.scp.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\Watchlog.1s23d9gxjx.bundle.scp.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"1s23d9gxjx"},{"Name":"integrity","Value":"sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="},{"Name":"label","Value":"_content/Watchlog/Watchlog.bundle.scp.css"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"5899"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u00220WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:59:06 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/Watchlog/Watchlog.bundle.scp.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\Watchlog.1s23d9gxjx.bundle.scp.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"5899"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u00220WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=\u0022"},{"Name":"Last-Modified","Value":"Sun, 13 Apr 2025 20:59:06 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,94 +0,0 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\app.css'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>Watchlog</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/Watchlog</BasePath>
|
||||
<RelativePath>app.css</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>da95v2qkru</Fingerprint>
|
||||
<Integrity>u9qEka1auR7E3rd3/8/j8hkQdSOYj9bRJ4nYiFDR1sE=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\app.css'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>Watchlog</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/Watchlog</BasePath>
|
||||
<RelativePath>bootstrap/bootstrap.min.css</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>bpk8xqwxhs</Fingerprint>
|
||||
<Integrity>z8OR40MowJ8GgK6P89Y+hiJK5+cclzFHzLhFQLL92bg=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css.map'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>Watchlog</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/Watchlog</BasePath>
|
||||
<RelativePath>bootstrap/bootstrap.min.css.map</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>8inm30yfxf</Fingerprint>
|
||||
<Integrity>gBwg2tmA0Ci2u54gMF1jNCVku6vznarkLS6D76htNNQ=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\bootstrap\bootstrap.min.css.map'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\favicon.png'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>Watchlog</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/Watchlog</BasePath>
|
||||
<RelativePath>favicon.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>ifv42okdf2</Fingerprint>
|
||||
<Integrity>4mWsDy3aHl36ZbGt8zByK7Pvd4kRUoNgTYzRnwmPHwg=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\favicon.png'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\Watchlog.1s23d9gxjx.bundle.scp.css'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>Watchlog</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/Watchlog</BasePath>
|
||||
<RelativePath>Watchlog.1s23d9gxjx.bundle.scp.css</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>Reference</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName>ScopedCss</AssetTraitName>
|
||||
<AssetTraitValue>ProjectBundle</AssetTraitValue>
|
||||
<Fingerprint>1s23d9gxjx</Fingerprint>
|
||||
<Integrity>0WE9vXTFXiNK5knTaLtKOthlHmk28m6qAv9a4dIcoUU=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\Watchlog.1s23d9gxjx.bundle.scp.css'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,4 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
||||
@@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="..\build\Watchlog.props" />
|
||||
</Project>
|
||||
@@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="..\buildMultiTargeting\Watchlog.props" />
|
||||
</Project>
|
||||
@@ -1,76 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj",
|
||||
"projectName": "Watchlog",
|
||||
"projectPath": "D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj",
|
||||
"packagesPath": "C:\\Users\\henry\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\wc\\Watchlog\\Watchlog\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\henry\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\henry\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\henry\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
@@ -1,82 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\henry\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj",
|
||||
"projectName": "Watchlog",
|
||||
"projectPath": "D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj",
|
||||
"packagesPath": "C:\\Users\\henry\\.nuget\\packages\\",
|
||||
"outputPath": "D:\\wc\\Watchlog\\Watchlog\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\henry\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0": {
|
||||
"targetAlias": "net8.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.203/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "5FChMXSrU7o=",
|
||||
"success": true,
|
||||
"projectFilePath": "D:\\wc\\Watchlog\\Watchlog\\Watchlog.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
html, body {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a, .btn-link {
|
||||
color: #006bb7;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #1b6ec2;
|
||||
border-color: #1861ac;
|
||||
}
|
||||
|
||||
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
|
||||
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-top: 1.1rem;
|
||||
}
|
||||
|
||||
h1:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.valid.modified:not([type=checkbox]) {
|
||||
outline: 1px solid #26b050;
|
||||
}
|
||||
|
||||
.invalid {
|
||||
outline: 1px solid #e50000;
|
||||
}
|
||||
|
||||
.validation-message {
|
||||
color: #e50000;
|
||||
}
|
||||
|
||||
.blazor-error-boundary {
|
||||
background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
|
||||
padding: 1rem 1rem 1rem 3.7rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.blazor-error-boundary::after {
|
||||
content: "An error has occurred."
|
||||
}
|
||||
|
||||
.darker-border-checkbox.form-check-input {
|
||||
border-color: #929292;
|
||||
}
|
||||
7
Watchlog/wwwroot/bootstrap/bootstrap.min.css
vendored
7
Watchlog/wwwroot/bootstrap/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user