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

Update ProjectGrid.vm #236

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update ProjectGrid.vm #236

wants to merge 2 commits into from

Conversation

PabloJHM
Copy link

@PabloJHM PabloJHM commented Apr 5, 2016

  • New loop. Now loop first to obtain the data and save it on arrays. Then we take the data from the arrays. This way the code is more clean.
  • Changed status text for icons (Green for success, red for failure, orange for exception and blue for unknown).
  • Display one icon for each one of the last five builds.
  • Each icon have a span wich shows the status in text, the date of the build and its running time. Also each icon have a link to its "ViewProjectReport".
  • Renamed the column of the last builds ( "Last build" -> "Last 5 builds").
  • Added a new column called "Running Time" which show the last Running Time of each project.
  • Added a new column called "Queue position(priority)" which show the priority of each project in the queue.
  • Changed the buttons in admin column for icons.
  • Added a new icon for "Cancel pending" (But acts like stop icon).
  • Added a new button "Volunteer fo tix" that displays when the build status is not success. It have no action for the moment.
  • Added a pop-up legend at the top of the table.

Re-writed the part of the last 5 builds and their icons.
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.

1 participant