Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve admin view of log files #390

Closed
5 tasks done
batopa opened this issue Oct 25, 2013 · 2 comments
Closed
5 tasks done

Improve admin view of log files #390

batopa opened this issue Oct 25, 2013 · 2 comments

Comments

@batopa
Copy link
Member

batopa commented Oct 25, 2013

Related #301 there are some improvements to implement for file log view in Administration module.

  • move "..." on top of log entry
  • add refresh button for each file
  • add button to enable/disable an ajax autoupdate for each file
  • highlight the rows with errors intercepting Exception string
  • list of all files present in logs directory. Now are listed only debug.log and error.log but other log files can be generated from utility page in admin module or from some shell script
@didoda
Copy link
Member

didoda commented Dec 5, 2013

commit fe2c49b
done first 3 points of list and 5th:

move '...'
refresh button
autoupdate check
...
list of all files present in logs dir

@batopa
Copy link
Member Author

batopa commented Dec 6, 2013

"Refresh file" and "autoupdate" actions should show a loader while data is fetched.
The .loader css class can be used.
The div that contains logs should be emptied and loader class added to it (use show() too because loader has display: none;).
When data are loaded remove loader class.

@batopa batopa closed this as completed Dec 19, 2013
batopa added a commit that referenced this issue Dec 20, 2013
js didn't tigger submit form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants