Sha256: 27c1555ddeee91d165b8919536515978fb44b4bb60cd4f25f13e31a82f07c760

Contents?: true

Size: 748 Bytes

Versions: 39

Compression:

Stored size: 748 Bytes

Contents

<script>
var host = "<%=@host%>";
var port = "<%=@port%>";
var default_report_view = "<%=@report_view%>";
</script>

<div id="tabs">
	<ul>
		<li><a href="#tabs-1">Reports</a></li>
		<li><a href="#tabs-2">Query</a></li>
		<li><a href="#tabs-3">Schema</a></li>
	</ul>
	
	<div id="tabs-1">
		<%= render(:partial => 'reports') %>
	</div>
	
	<div id="tabs-2">
		<%= render(:partial => 'query') %>
	</div>
	
	<div id="tabs-3">
		Coming Soon...
	</div>
	
	<div id="data_grid">
		<iframe id="data_grid_frame" src="" width="100%" height="530" frameborder="0" scrolling="no">
			<p>Your browser does not support iframes.</p>
		</iframe>
	</div>
</div>

<div id="old-sql">built with <a href="https://github.com/egonz/old_sql" target="_blank">Old SQL</a></div>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
old_sql-1.65.0 app/views/old_sql/report/index.html.erb
old_sql-1.64.0 app/views/old_sql/report/index.html.erb
old_sql-1.63.0 app/views/old_sql/report/index.html.erb
old_sql-1.62.0 app/views/old_sql/report/index.html.erb
old_sql-1.61.0 app/views/old_sql/report/index.html.erb
old_sql-1.60.0 app/views/old_sql/report/index.html.erb
old_sql-1.59.0 app/views/old_sql/report/index.html.erb
old_sql-1.58.0 app/views/old_sql/report/index.html.erb
old_sql-1.57.0 app/views/old_sql/report/index.html.erb
old_sql-1.56.0 app/views/old_sql/report/index.html.erb
old_sql-1.55.0 app/views/old_sql/report/index.html.erb
old_sql-1.54.0 app/views/old_sql/report/index.html.erb
old_sql-1.53.0 app/views/old_sql/report/index.html.erb
old_sql-1.52.0 app/views/old_sql/report/index.html.erb
old_sql-1.51.0 app/views/old_sql/report/index.html.erb
old_sql-1.50.0 app/views/old_sql/report/index.html.erb
old_sql-1.49.0 app/views/old_sql/report/index.html.erb
old_sql-1.48.0 app/views/old_sql/report/index.html.erb
old_sql-1.47.0 app/views/old_sql/report/index.html.erb
old_sql-1.46.0 app/views/old_sql/report/index.html.erb