mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Remove dummy data from database list and tweak the link style
This commit is contained in:
parent
72325a6cbc
commit
172f9a82d0
File diff suppressed because one or more lines are too long
@ -111,6 +111,7 @@
|
||||
|
||||
#sidebar div.tables-list .title span.current-database {
|
||||
margin-left: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#sidebar div.tables-list .title:hover span.refresh {
|
||||
|
@ -242,10 +242,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div id="databases_context_menu">
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="#">Database A</a></li>
|
||||
<li><a href="#">Database B</a></li>
|
||||
</ul>
|
||||
<ul class="dropdown-menu" role="menu"></ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user