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

Fixes #7416: Compliance detail and compliance summary use different colours #965

Conversation

jooooooon
Copy link
Member

@@ -113,7 +113,7 @@ $scope.columnDefs = [
, 'bSortable': false
, "sWidth": "10%"
, "fnCreatedCell" : function (nTd, sData, oData, iRow, iCol) {
var color = sData ? "#CCFFCC" : "#FF6655";
var color = sData ? "#5cb85c" : "#d9534f";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the colour here too, even though it's not related to compliance, because it was the same green, and it's better to be consistent across the whole UI.

fanf added a commit that referenced this pull request Nov 19, 2015
…_compliance_summary_use_different_colours

Fixes #7416: Compliance detail and compliance summary use different colours
@fanf fanf merged commit c137864 into Normation:branches/rudder/3.0 Nov 19, 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
2 participants