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/dashboard.html
Létezik most?
IGEN
Aktuális státusz
UNCHANGED
Méret
11368
Módosítás ideje
1775672480.146238
Korábbi baseline időpont
1775672480.146238
SHA256 rövid

Előnézet (első 120 sor)

<!doctype html>
<html lang="hu">
<head>
  <meta charset="utf-8">
  <title>Saturnus Monitor</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;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 16px;
      margin-bottom: 20px;
    }
    .card {
      background: #fff;
      border-radius: 14px;
      padding: 16px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    .k {
      color: #666;
      font-size: 13px;
      margin-bottom: 4px;
    }
    .v {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 8px;
    }
    .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;
    }
    .chart-card {
      background: #fff;
      border-radius: 14px;
      padding: 16px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      margin-bottom: 20px;
    }
    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;
    }
    .tag-rule {
      display: inline-block;
      background: #eef3ff;
      color: #194fb5;
      padding: 3px 8px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: bold;
    }
    .tag-trade {
      display: inline-block;
      background: #edfdf3;
      color: #0a7f2e;
      padding: 3px 8px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: bold;
    }
    #recalc-msg {
      min-height: 18px;
    }
  </style>
</head>
<body>
  <h1>Saturnus Monitor</h1>
  <p class="small">Read-only monitor UI. Nem avatkozik be a bot működésébe.</p>

  <div style="margin: 14px 0 18px 0; padding: 12px; border: 1px solid #dbe4ff; border-radius: 10px; background: #f8fbff;">
    <form method="get" action="" style="display:flex; gap:12px; align-items:flex-end; flex-wrap:wrap; margin:0;">
      <div>
        <label for="rules_source" style="display:block; font-size:12px; font-weight:bold; color:#194fb5; margin-bottom:6px;">
          Szabályforrás
        </label>

Csak változott diff sorok

Teljes diff

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