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