In the 'Log message' table messages are truncated if longer then 300 chars.
Unfortunately both the summary and the full version are shown by default.
And since a jQuery toggle() is used, clicking the Expand link causes both summary and full to be hidden.
I suggest adding a display: none; somewhere in the hosting.css file
.hosting-task-full {
display: none;
}
Either that or in _hosting_task_log_table() a style='display: none;' should be added to the hosting-task-full span.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | hostmaster-905160-Expand_link_in_Error_messages_from_log_malfunctions.patch | 337 bytes | helmo |
Comments
Comment #1
Anonymous (not verified) commentedYeah this has bothered me for a while. Would you care to submit a patch?
Comment #2
helmo commentedSure, here's a patch which adds the css directive.
Comment #3
Anonymous (not verified) commentedCommitted! Thanks!