Fájl részletek

Ezen az oldalon egy konkrét fájl aktuális állapotát tudod megnézni.

Vissza a fájltérképhez Csak változott Stratégia-labor Monitor főoldal
Fájl útvonala
/opt/bots/saturnus_monitor/app/templates/analysis_playground.html
Létezik most?
IGEN
Aktuális státusz
UNCHANGED
Méret
23821
Módosítás ideje
1776111060.7483814
Korábbi baseline időpont
1776111060.7483814
SHA256 rövid

Előnézet (első 120 sor)

<!doctype html>
<html lang="hu">
<head>
  <meta charset="utf-8">
  <title>Saturnus Monitor – Stratégia-labor</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <style>
    body {
      font-family: Arial, sans-serif;
      margin: 20px;
      background: #f5f6fa;
      color: #222;
    }
    h1, h2, h3 {
      margin-top: 0;
    }
    .card {
      background: #fff;
      border-radius: 14px;
      padding: 16px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      margin-bottom: 20px;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
      margin-bottom: 20px;
    }
    .grid-2 {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: 16px;
      margin-bottom: 20px;
    }
    .k {
      color: #666;
      font-size: 13px;
      margin-bottom: 4px;
    }
    .v {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .small {
      font-size: 13px;
      color: #555;
    }
    .muted {
      color: #777;
    }
    .actions a, .actions button {
      display: inline-block;
      margin-right: 10px;
      margin-top: 8px;
      text-decoration: none;
      background: #1f6feb;
      color: #fff;
      padding: 8px 12px;
      border-radius: 8px;
      font-size: 14px;
      border: none;
      cursor: pointer;
    }
    .secondary-link {
      background: #374151 !important;
    }
    form .row {
      display: grid;
      grid-template-columns: 48px 1fr 150px;
      gap: 12px;
      align-items: center;
      margin-bottom: 10px;
    }
    form .row-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 10px;
    }
    label {
      font-size: 14px;
      font-weight: bold;
    }
    input[type="text"], input[type="number"], select {
      width: 100%;
      padding: 8px 10px;
      border: 1px solid #d0d7de;
      border-radius: 8px;
      font-size: 14px;
      box-sizing: border-box;
      background: #fff;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      margin-bottom: 20px;
    }
    th, td {
      padding: 10px 8px;
      border-bottom: 1px solid #eee;
      text-align: left;
      font-size: 13px;
      vertical-align: top;
    }
    th {
      background: #eef3ff;
    }
    .chart-card {
      background: #fff;
      border-radius: 14px;
      padding: 16px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      margin-bottom: 20px;
    }

Csak változott diff sorok

Teljes diff

[INFO] Nincs tartalmi eltérés a baseline és az aktuális fájl között.