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

Fixing ECS: Moving to listClusters, ignoring headers (there are none … #11

Merged
merged 4 commits into from
Feb 7, 2018

Conversation

omerxx
Copy link
Contributor

@omerxx omerxx commented Feb 6, 2018

…in the list response)

index.html Outdated
@@ -998,21 +998,37 @@
function createTableHead(headings) {
const tr = $('<tr></tr>')
tr.append($('<th class="text-center">#</th>'))
for (let h=0; h<headings.length; h++) {
tr.append($(`<th>${headings[h]}</th>`))
if (headings.length == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

The headings for listClusters does have one element, "List".

Also check CodeDeploy.listOnPremisesInstances line 443 to see how this can be done without special exceptions in code.

@kesor
Copy link
Contributor

kesor commented Feb 6, 2018 via email

@omerxx
Copy link
Contributor Author

omerxx commented Feb 6, 2018

Done

@kesor kesor merged commit a12a7aa into devops-israel:master Feb 7, 2018
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