lib/rhoconnect/web-console/views/source_docs.js in rhoconnect-3.3.1.beta2 vs lib/rhoconnect/web-console/views/source_docs.js in rhoconnect-3.3.1.beta3

- old
+ new

@@ -16,16 +16,17 @@ } }, render: function(source_id) { $('#secondary-nav').css('display','block'); - out = "<div class='page-header well'><h1>"+source_id+"</h1></div>"; + out = "<div class='page-header'><h1>"+source_id+"</h1></div>"; out += "<div class='docalert alert-error' style='display:none'></div>"; - out += "<table id='sourceparams-table' class='table table-bordered'><thead><tr><th><h3>Attributes</h3></th></tr></thead>"; - out += "<tr class='remove-tr-src'><td colspan='2' style='text-align:center'>Loading...</td></tr>" + out += "<table id='sourceparams-table' class='table table-bordered'><thead><tr><th><h3>Attributes</h3></th>"; + out += "<td>Attributes for source adapter. <a href='http://docs.rhomobile.com/rhoconnect/source-adapters' target='_blank'>Read more</a></td></tr></thead>" + out += "<tr class='remove-tr-src'><td colspan='2' style='text-align:center'>Loading...</td></tr>"; out += "</table>"; - out += "<table id='sourcedocs-table' class='table table-bordered'><tr><th class='span5'><h3>Documents</h3></th></tr>"; - out += "<tr class='remove-tr-docs'><td colspan='2' style='text-align:center'>Loading...</td></tr>" + out += "<table id='sourcedocs-table' class='table table-bordered'><tr><th class='span5'><h3>Documents</h3></th><td>Redis documents for source adapter. <a href='http://docs.rhomobile.com/rhoconnect/source-adapters#data-partitioning' target='_blank'>Read more</a></td></tr>"; + out += "<tr class='remove-tr-docs'><td colspan='2' style='text-align:center'>Loading...</td></tr>"; out += "</table>"; $(this.el).html(out); $('#main_content').html(this.el); } }); \ No newline at end of file