@@ -432,7 +432,8 @@ ${ layout.menubar(section='hive') }
<%def name="treeIcons()">
'fa-hdd-o': isServer(),
- 'fa-database': isDb(),
+ 'fa-database-open': isDb() && nodes().length > 0,
+ 'fa-database': isDb() && nodes().length == 0,
'fa-table': isTable(),
'fa-columns': isColumn()
</%def>
@@ -294,4 +294,12 @@ h1.emptyMessage {
.big-btn:hover .bulk-action-description, .big-btn.selected .bulk-action-description {
display: block;
-}
+}
+
+.fa-database-open:before {
+ content:"\f1c0"
+.fa-database-open {
+ color: #666!important;