Select final, but dirty
This commit is contained in:
6
templates/dbs.html
Normal file
6
templates/dbs.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h2>DB Schema for {_db}</h2>
|
||||
{_schema}
|
||||
<h3>Tables:</h3>
|
||||
{_tables}
|
||||
<hr>
|
||||
<div>Result: {_status}</div>
|
||||
2
templates/error.html
Normal file
2
templates/error.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>ERROR</h1>
|
||||
<p>{_error}</p>
|
||||
6
templates/schema.html
Normal file
6
templates/schema.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h2>DB Schema for {_db}</h2>
|
||||
{_schema}
|
||||
<h3>Tables:</h3>
|
||||
{_tables}
|
||||
<hr>
|
||||
<div>Result: {_status}</div>
|
||||
6
templates/table.html
Normal file
6
templates/table.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h2>DB '{_db}' / Table '{_table}'</h2>
|
||||
<div>
|
||||
{_rows}
|
||||
</div>
|
||||
<hr>
|
||||
<div>Result: {_status}</div>
|
||||
Reference in New Issue
Block a user