File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 36153615 </ div >
36163616 < div class ="terminal-out job-terminal " style ="max-height:340px;min-height:100px ">
36173617 < template x-for ="(line,i) in jobModal.lines " :key ="i ">
3618- < div :style ="line.startsWith('[VortexPanel] ✓')? 'color:var(--green)': line.startsWith('[VortexPanel] ⚠')? 'color:var(--yellow)': line.startsWith('[VortexPanel]')? 'color:var(--accent)':' ' " x-text ="line "> </ div >
3618+ < div :style ="line.startsWith('[VortexPanel] ✓') ? 'color:#4ade80;font-weight:600' : line.startsWith('[VortexPanel] ⚠') ? 'color:#fbbf24;font-weight:600' : line.startsWith('[VortexPanel]') ? 'color:#67e8f9;font-weight:500' : 'color:#d1fae5 ' " x-text ="line "> </ div >
36193619 </ template >
36203620 </ div >
36213621 < div class ="modal-ft ">
38543854 < div class ="modal-overlay " x-show ="jobModal.show ">
38553855 < div class ="modal " style ="max-width:560px ">
38563856 < div class ="modal-hd "> < div style ="display:flex;align-items:center;gap:8px "> < span x-show ="!jobModal.done " class ="loading-spinner "> </ span > < span x-show ="jobModal.done&&jobModal.success " style ="color:var(--green) "> ✓</ span > < div class ="modal-title " x-text ="jobModal.title "> </ div > </ div > </ div >
3857- < div class ="terminal-out " style ="max-height:240px "> < template x-for ="(l,i) in jobModal.lines " :key ="i "> < div x-text ="l "> </ div > </ template > </ div >
3857+ < div class ="terminal-out " style ="max-height:240px "> < template x-for ="(l,i) in jobModal.lines " :key ="i "> < div :style =" l.startsWith('[VortexPanel] ✓')?'color:#4ade80;font-weight:600':l.startsWith('[VortexPanel] ⚠')?'color:#fbbf24;font-weight:600':l.startsWith('[VortexPanel]')?'color:#67e8f9;font-weight:500':'color:#d1fae5' " x-text ="l "> </ div > </ template > </ div >
38583858 < div class ="modal-ft "> < div style ="flex:1 "> </ div > < button class ="btn btn-primary " @click ="jobModal.show=false " :disabled ="!jobModal.done "> Close</ button > </ div >
38593859 </ div >
38603860 </ div >
49934993 </ div >
49944994 < div class ="terminal-out " style ="max-height:280px ">
49954995 < template x-for ="(line,i) in jobModal.lines " :key ="i ">
4996- < div :style ="line.startsWith('✓')?'color:var(--green) ':line.startsWith('✗')?'color:var(--red) ':'' " x-text ="line "> </ div >
4996+ < div :style ="line.startsWith('✓')?'color:#4ade80;font-weight:600 ':line.startsWith('✗')?'color:#f87171;font-weight:600 ':'color:#d1fae5 ' " x-text ="line "> </ div >
49974997 </ template >
49984998 </ div >
49994999 < div class ="modal-ft ">
You can’t perform that action at this time.
0 commit comments