Closed omerxx closed 6 years ago
Can also choose any title via JMESPath.
On Tue, 6 Feb 2018 at 19:27 Omer Hamerman notifications@github.com wrote:
@omerxx commented on this pull request.
In index.html https://github.com/devops-israel/aws-inventory/pull/11#discussion_r166380186 :
@@ -998,21 +998,37 @@ function createTableHead(headings) { const tr = $('
') tr.append($(' # '))
- for (let h=0; h<headings.length; h++) {
- tr.append($(
<th>${headings[h]}</th>
))- if (headings.length == 0) {
Basically, I can check if the head is empty, just wanted to put some meaningful title. I'll change it.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/devops-israel/aws-inventory/pull/11#discussion_r166380186, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAbkNoXh0nkppbUPV1OEDd19W16tfkxks5tSItogaJpZM4R65R4 .
Done
…in the list response)