some ui stuff ig

This commit is contained in:
2026-01-01 17:46:13 -08:00
parent 8627191d33
commit fa449ae9cd
2 changed files with 13 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Composer - {{ stack }}</title>
<title>𝚌𝚘𝚖𝚙𝚘𝚜𝚎𝚛 - {{ stack }}</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lexend:wght@100..900&display=swap" rel="stylesheet">
@@ -32,7 +32,9 @@
</head>
<body class="text-light bg-dark">
<div class="container-fluid">
<h1><i class="bi bi-music-note-beamed"></i> Composer</h1>
<div class="row text-center">
<h1>composer<i class="bi bi-music-note"></i></h1>
</div>
<div class="row">
<div class="col-lg-4">
<div class="border border-2 rounded-4 p-2 m-2">
@@ -43,10 +45,11 @@
<button type="button" class="btn btn-outline-light"><i class="bi bi-arrow-clockwise"></i></button>
</div>
<br>
<div>
<b>status</b>: __ running, __ stopped<br>
<p>
<b>running</b>: <br>
<b>stopped</b>: <br>
<b>remote</b>: {{ remote }}
</div>
</p>
</div>
</div>
<div class="col-lg-8">
@@ -59,14 +62,14 @@
<button type="button" class="btn btn-outline-light"><i class="bi bi-arrow-clockwise"></i></button>
</div>
<br>
<div>
<p>
{% if status %}
<b>status</b>: <span class="text-success">running</span><br>
{% else %}
<b>status</b>: <span class="text-danger">off</span><br>
{% endif %}
<b>image</b>: {{ image }}
</div>
</p>
</div>
{% endfor %}
</div>