Skip to content

Conversation

@divakarkonakalla
Copy link
Contributor

added status icons to show all types of status for docker container audit trail listing table.

@udeshrl , Please merge the changes.

$tdStatus = $("<img title='Pause' class ='statusIcon' src = '../private/img/aws_logo_inactive.png' alt='statusType'/>");
}else {
$tdStatus = $("<img title='Start' class ='statusIcon' src = '../private/img/aws_logo_started.png' alt='statusType'/>");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

use switch case here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Review comments has been taken care,

@udeshrl , Please merge the changes.

@udeshrl udeshrl merged commit 0899b28 into RLOpenCatalyst:topic-docker-audit-trail Oct 7, 2016
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.

2 participants