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

- old
+ new

@@ -19,11 +19,13 @@ render: function(source_id) { $('#secondary-nav').css('display','block'); out = "<div class='page-header well'><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>"; 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>"; $(this.el).html(out); $('#main_content').html(this.el); } }); \ No newline at end of file