eksupdate/src/preflight_module.py [1223:1228]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    htmlStart = htmlStart + '<td>' + str(inst['ami']) + '</td>'
                                    htmlStart = htmlStart + '<td>' + str(inst['custom_ami']) + '</td>'
                                    htmlStart = htmlStart + '<td>' + str(inst['node_type']) + '</td>'
                                    htmlStart = htmlStart + '<td>' + str(inst['version']) + '</td>'
                                    htmlStart = htmlStart + '<td>' + str(inst['version_compatibility']) + '</td>'
                                    htmlend = htmlend + '</tr>'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



eksupdate/src/preflight_module.py [1237:1242]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                        htmlStart = htmlStart + '<td>' + str(inst['ami']) + '</td>'
                                        htmlStart = htmlStart + '<td>' + str(inst['custom_ami']) + '</td>'
                                        htmlStart = htmlStart + '<td>' + str(inst['node_type']) + '</td>'
                                        htmlStart = htmlStart + '<td>' + str(inst['version']) + '</td>'
                                        htmlStart = htmlStart + '<td>' + str(inst['version_compatibility']) + '</td>'
                                        htmlend = htmlend + '</tr>'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



