Update #74: Friendly disconnected messages

When the live connection to the server is interrupted some ui elements
are disabled. If the connection fails (due to errors or failed
reconnection) a dialog instructs the user to check their connection and
refresh the browser. Relates to Device, Job and User pages (logs and
attachments).
This commit is contained in:
Gary Sharp
2014-08-28 14:59:39 +10:00
parent 41e061df54
commit bbe4cccc91
16 changed files with 883 additions and 598 deletions
+18
View File
@@ -346,6 +346,15 @@
background-color: #ededed;
border: 1px solid #cccccc;
}
#jobShowResources #Comments div.commentInput span.action.disabled {
color: rgba(51, 51, 51, 0.2);
cursor: default;
}
#jobShowResources #Comments div.commentInput span.action.disabled:hover {
color: rgba(51, 51, 51, 0.2);
background-color: inherit;
border: 1px solid #ffffff;
}
#jobShowResources #AttachmentsContainer {
padding: 0;
}
@@ -446,6 +455,15 @@
background-color: #ededed;
border: 1px solid #cccccc;
}
#jobShowResources #Attachments div.attachmentInput span.action.disabled {
color: rgba(51, 51, 51, 0.2);
cursor: default;
}
#jobShowResources #Attachments div.attachmentInput span.action.disabled:hover {
color: rgba(51, 51, 51, 0.2);
background-color: inherit;
border: 1px solid #ffffff;
}
#Job_Show_Job_Actions_AddQueue_Dialog {
height: 400px;
}