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


[MINOR] fix project css miss

Update index template for render css project included.

Author: zombieJ <[email protected]>

Closes #859 from zombieJ/cssFix.


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

Branch: refs/heads/master
Commit: 1accc24def11259d863b86261d69b53b5e3e7db2
Parents: 25dfff7
Author: zombieJ <[email protected]>
Authored: Wed Mar 8 12:33:00 2017 +0800
Committer: zombieJ <[email protected]>
Committed: Wed Mar 8 12:33:00 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/eagle/blob/1accc24d/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 e2547bf..cb942e1 100644
--- a/eagle-server/src/main/webapp/app/dev/index.html
+++ b/eagle-server/src/main/webapp/app/dev/index.html
@@ -38,7 +38,9 @@
 
                <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