mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-26 02:05:09 +01:00
Cosmetic tweaks to loading status
This commit is contained in:
parent
22bf3618ea
commit
320acfae89
@ -483,7 +483,7 @@ img {
|
||||
}
|
||||
.waitingTaskLabel {
|
||||
background:rgb(128, 89, 0);
|
||||
border: 1px solid rgb(0, 75, 19);
|
||||
border: 1px solid rgb(107, 75, 0);
|
||||
color:rgb(255, 242, 211)
|
||||
}
|
||||
.secondaryButton {
|
||||
|
@ -320,10 +320,10 @@ async function healthCheck() {
|
||||
setServerStatus('online', 'ready')
|
||||
break
|
||||
case 'LoadingModel':
|
||||
setServerStatus('busy', 'loading model')
|
||||
setServerStatus('busy', 'loading..')
|
||||
break
|
||||
case 'Rendering':
|
||||
setServerStatus('busy', 'rendering')
|
||||
setServerStatus('busy', 'rendering..')
|
||||
break
|
||||
default: // Unavailable
|
||||
setServerStatus('error', serverState.status.toLowerCase())
|
||||
|
Loading…
Reference in New Issue
Block a user