Add FA icons to sidebar and for edit connection

This commit is contained in:
Dan Sosedoff
2014-12-01 20:43:37 -06:00
parent b376588d54
commit af75cf55b5
4 changed files with 507 additions and 495 deletions

View File

@@ -34,7 +34,7 @@ function loadTables() {
getTables(function(data) {
data.forEach(function(item) {
$("<li><span>" + item + "</span></li>").appendTo("#tables");
$("<li><span><i class='fa fa-table'></i> " + item + "</span></li>").appendTo("#tables");
});
});
}