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

Dashboard V[5] #45

Merged
merged 3 commits into from Jul 6, 2015
Merged

Dashboard V[5] #45

merged 3 commits into from Jul 6, 2015

Conversation

ruda
Copy link

@ruda ruda commented Jul 2, 2015

Changes from #41

  • Address the problems pointed by @clebergnu and @lmr.
  • Using server-side ajax to retrieve values to build the table of Job Results.

That's all folks!

ruda added 3 commits July 2, 2015 17:46
Use URI /dashboard/ to delivery static content
available in the filesystem location /usr/share/avocado-server/dashboard/

by using the libraries dj-static and static.

Signed-off-by: Rudá Moura <rmoura@redhat.com>
Add README.rst and LICENSE plus the third party libraries
that the Dashboard uses:

- Bootstrap 3.3.4 <http://getbootstrap.com/>`. Copyright 2011-2015 Twitter, Inc.
- jQuery 2.1.3 <https://jquery.com/>`. (c) 2005, 2014 jQuery Foundation, Inc.
- DataTables 1.10.7 <https://www.datatables.net/>. ©2008-2015 SpryMedia Ltd
- DataTables Bootstrap 3 integration <https://www.datatables.net/manual/styling/bootstrap>. ©2011-2014 SpryMedia Ltd
- Chart.js 1.0.2 <http://chartjs.org/>. Copyright 2015 Nick Downie

Signed-off-by: Rudá Moura <rmoura@redhat.com>
This commit introduces all the static files regarding the Dashboard.

The directory structure is:

/static/
  |
  +--> dashboard.html - the base HTML for the Dashboard
  |    index.html - symbolic link to dashboard.html
  |
  +-- /media/js/
        |
        +--> avocado.js - Avocado Server communication library
             avocadoDashboard.js - the Dashboard library

Signed-off-by: Rudá Moura <rmoura@redhat.com>
@clebergnu clebergnu mentioned this pull request Jul 2, 2015
@clebergnu clebergnu merged commit d27eb14 into avocado-framework:master Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants