Repository: eagle
Updated Branches:
  refs/heads/master 1accc24de -> b6165aab3


[EAGLE-944] UI remove useless css import

UI remove useless css import in index.html template

Author: zombieJ <[email protected]>

Closes #860 from zombieJ/EAGLE-944.


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

Branch: refs/heads/master
Commit: b6165aab3dabef98c2ed7c2d3fe7ae7f58589c5a
Parents: 1accc24
Author: zombieJ <[email protected]>
Authored: Wed Mar 8 12:44:57 2017 +0800
Committer: zombieJ <[email protected]>
Committed: Wed Mar 8 12:44:57 2017 +0800

----------------------------------------------------------------------
 eagle-server/src/main/webapp/app/dev/index.html | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/eagle/blob/b6165aab/eagle-server/src/main/webapp/app/dev/index.html
----------------------------------------------------------------------
diff --git a/eagle-server/src/main/webapp/app/dev/index.html 
b/eagle-server/src/main/webapp/app/dev/index.html
index cb942e1..e2547bf 100644
--- a/eagle-server/src/main/webapp/app/dev/index.html
+++ b/eagle-server/src/main/webapp/app/dev/index.html
@@ -38,9 +38,7 @@
 
                <link href="../node_modules/admin-lte/dist/css/AdminLTE.css" 
rel="stylesheet" type="text/css" />
                <link 
href="../node_modules/admin-lte/dist/css/skins/skin-blue.css" rel="stylesheet" 
type="text/css" />
-               <!-- endref -->
 
-               <!-- ref:css public/css/project.min.css -->
                <link href="public/css/animation.css" rel="stylesheet" 
type="text/css" media="screen">
                <link href="public/css/sortTable.css" rel="stylesheet" 
type="text/css" media="screen">
                <link href="public/css/main.css" rel="stylesheet" 
type="text/css" media="screen">

Reply via email to