maziggy 1 miesiąc temu
rodzic
commit
a0705fed5a

+ 2 - 1
frontend/src/pages/QueuePage.tsx

@@ -53,6 +53,7 @@ import {
   List,
   GanttChart,
   Code,
+  Snail,
 } from 'lucide-react';
 import { api } from '../api/client';
 import { type TimeFormat, formatETA, formatDuration, formatRelativeTime, parseUTCDate } from '../utils/date';
@@ -1187,7 +1188,7 @@ export function QueuePage() {
           }`}
           title={t('queue.sjf.tooltip', 'Shortest Job First — scheduler prioritizes shorter prints')}
         >
-          <Timer className="w-3.5 h-3.5" />
+          <Snail className="w-4 h-4" />
           <span className="hidden sm:inline">{t('queue.sjf.label', 'SJF')}</span>
           <span className={`w-1.5 h-1.5 rounded-full ${settings?.queue_shortest_first ? 'bg-bambu-green' : 'bg-bambu-gray'}`} />
         </button>

Plik diff jest za duży
+ 0 - 0
static/assets/index-CRwdI-Pn.js


Plik diff jest za duży
+ 0 - 0
static/assets/index-CxjWZSWB.css


Plik diff jest za duży
+ 0 - 0
static/assets/index-DVLlEI74.js


+ 1 - 1
static/index.html

@@ -23,7 +23,7 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-BpSYztnP.js"></script>
+    <script type="module" crossorigin src="/assets/index-CRwdI-Pn.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-dE7PVwWf.css">
   </head>
   <body>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików