Fixed css path for correct icons loading

Closes-Bug:#1473336

Change-Id: Ie25ce6f8f8cf0b60cd0b00bfb976ab0ff43ea045
This commit is contained in:
Kate Pimenova 2015-07-10 17:04:53 +03:00
parent 815af03aaf
commit ae9fa294be
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@
},
"jquery-ui": {
"main": [
"themes/base/jquery-ui.css",
"jquery-ui.js"
]
}

View File

@ -11,7 +11,7 @@
<!-- Bootstrap core CSS -->
<link href="js/libs/bootstrap.css" rel="stylesheet">
<link href="css/fuel-stat.css" rel="stylesheet">
<link rel="stylesheet" href="js/libs/jquery-ui.css">
<link rel="stylesheet" href="bower_components/jquery-ui/themes/base/jquery-ui.css">
<script src="js/libs/jquery.js"></script>
<script src="js/libs/jquery-ui.js"></script>
<script src="js/reports.js"></script>