Forgot a file for the font awesome replacement

Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/ca61e41c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/ca61e41c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/ca61e41c

Branch: refs/heads/blur-console-v2
Commit: ca61e41cd5b8aca8caed7a10200efe45a745f642
Parents: fcbfd98
Author: Chris Rohr <[email protected]>
Authored: Wed Nov 6 20:57:05 2013 -0500
Committer: Chris Rohr <[email protected]>
Committed: Wed Nov 6 20:57:05 2013 -0500

----------------------------------------------------------------------
 .../resources/org/apache/blur/console/webapp/index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/ca61e41c/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/index.html
----------------------------------------------------------------------
diff --git 
a/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/index.html
 
b/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/index.html
index b3f6c43..a34b712 100644
--- 
a/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/index.html
+++ 
b/contrib/blur-console/src/main/resources/org/apache/blur/console/webapp/index.html
@@ -22,7 +22,6 @@ Licensed to the Apache Software Foundation (ASF) under one
     <head>
                <title>Blur Console</title>
                <link rel="stylesheet" type="text/css" href="css/bootstrap.css">
-               <link rel="stylesheet" type="text/css" 
href="css/font-awesome.css">
                <link rel="stylesheet" type="text/css" href="css/console.css">
        </head>
        <body>  
@@ -36,19 +35,19 @@ Licensed to the Apache Software Foundation (ASF) under one
         <div class="app" ng-app="blurApp">
             <tabset vertical="true" class="tabs-left">
                 <tab>
-                    <tab-heading><i class="icon icon-dashboard" 
title="Dashboard"></i> Dashboard</tab-heading>
+                    <tab-heading><i class="glyphicon glyphicon-dashboard" 
title="Dashboard"></i> Dashboard</tab-heading>
                     <ng-include 
src="'partials/dashboard.tpl.html'"></ng-include>
                 </tab>
                 <tab>
-                    <tab-heading><i class="icon icon-table" 
title="Tables"></i> Tables</tab-heading>
-                    Table
+                    <tab-heading><i class="glyphicon glyphicon-list" 
title="Tables"></i> Tables</tab-heading>
+                    <ng-include src="'partials/tables.tpl.html'"></ng-include>
                 </tab>
                 <tab>
-                    <tab-heading><i class="icon icon-tasks" title="Recent 
Queries"></i> Queries</tab-heading>
+                    <tab-heading><i class="glyphicon glyphicon-tasks" 
title="Recent Queries"></i> Queries</tab-heading>
                     Queries
                 </tab>
                 <tab>
-                    <tab-heading><i class="icon icon-search" 
title="Search"></i> Search</tab-heading>
+                    <tab-heading><i class="glyphicon glyphicon-search" 
title="Search"></i> Search</tab-heading>
                     Search
                 </tab>
             </tabset>
@@ -62,5 +61,6 @@ Licensed to the Apache Software Foundation (ASF) under one
         <script type="text/javascript" src="js/app.js"></script>
         <script type="text/javascript" src="js/directives.js"></script>
         <script type="text/javascript" src="js/dashboard.js"></script>
+        <script type="text/javascript" src="js/tables.js"></script>
        </body>
 </html>
\ No newline at end of file

Reply via email to