Skip to content

Commit

Permalink
refactored 'static/assets' into 'static'
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingBird95 committed Mar 12, 2018
1 parent e2f1697 commit 2c5f76d
Show file tree
Hide file tree
Showing 42 changed files with 40 additions and 40 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 18 additions & 18 deletions flask_monitoringdashboard/templates/dashboard/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Monitoring Dashboard</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='assets/favicon.ico') }}">
{# <link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/main.css') }}"/>#}
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{# <link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/main.css') }}"/>#}
<!-- Bootstrap Styles-->
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/bootstrap.css') }}"/>
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/bootstrap.css') }}"/>
<!-- FontAwesome Styles-->
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/font-awesome.min.css') }}"/>
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/font-awesome.min.css') }}"/>
<!-- Custom Styles-->
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/custom-styles.css') }}"/>
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/custom-styles.css') }}"/>
<!-- Google Fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<!-- Other-->
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='assets/js/ie/html5shiv.js') }}"></script>
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='js/ie/html5shiv.js') }}"></script>
<![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/ie9.css') }}" />
<!--[if lte IE 9]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/ie9.css') }}" />
<![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/ie8.css') }}" />
<!--[if lte IE 8]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/ie8.css') }}" />
<![endif]-->
<script src="{{ url_for('dashboard.static', filename='assets/js/sort.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='assets/js/jquery.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/sort.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/jquery.min.js') }}"></script>
</head>
<body>
<div>
Expand Down Expand Up @@ -55,18 +55,18 @@

<!-- JS Scripts-->
<!-- jQuery Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/jquery-1.10.2.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/jquery-1.10.2.js') }}"></script>
<!-- Bootstrap Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/bootstrap.min.js') }}"></script>
<!-- Metis Menu Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/jquery.metisMenu.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/jquery.metisMenu.js') }}"></script>
<!-- Custom Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/custom-scripts.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='assets/js/skel.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='assets/js/util.js') }}"></script>
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='assets/js/ie/respond.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/custom-scripts.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/skel.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/util.js') }}"></script>
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='js/ie/respond.min.js') }}"></script>
<![endif]-->
<script src="{{ url_for('dashboard.static', filename='assets/js/main.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/main.js') }}"></script>

</body>
</html>
36 changes: 18 additions & 18 deletions flask_monitoringdashboard/templates/dashboard/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Monitoring Dashboard</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='assets/favicon.ico') }}">
{# <link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/main.css') }}"/>#}
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
{# <link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/main.css') }}"/>#}
<!-- Bootstrap Styles-->
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/bootstrap.css') }}"/>
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/bootstrap.css') }}"/>
<!-- FontAwesome Styles-->
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/font-awesome.min.css') }}"/>
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/font-awesome.min.css') }}"/>
<!-- Custom Styles-->
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/custom-styles.css') }}"/>
<link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/custom-styles.css') }}"/>
<!-- Google Fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<!-- Other-->
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='assets/js/ie/html5shiv.js') }}"></script>
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='js/ie/html5shiv.js') }}"></script>
<![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/ie9.css') }}" />
<!--[if lte IE 9]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/ie9.css') }}" />
<![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='assets/css/ie8.css') }}" />
<!--[if lte IE 8]><link rel="stylesheet" href="{{ url_for('dashboard.static', filename='css/ie8.css') }}" />
<![endif]-->
<script src="{{ url_for('dashboard.static', filename='assets/js/sort.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='assets/js/jquery.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/sort.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/jquery.min.js') }}"></script>
</head>
<body>
<div id="wrapper">
Expand Down Expand Up @@ -100,18 +100,18 @@ <h4 class="navbar-text">Automated monitoring of your Flask web apps</h4>
<!-- /. WRAPPER -->
<!-- JS Scripts-->
<!-- jQuery Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/jquery-1.10.2.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/jquery-1.10.2.js') }}"></script>
<!-- Bootstrap Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/bootstrap.min.js') }}"></script>
<!-- Metis Menu Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/jquery.metisMenu.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/jquery.metisMenu.js') }}"></script>
<!-- Custom Js -->
<script src="{{ url_for('dashboard.static', filename='assets/js/custom-scripts.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='assets/js/skel.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='assets/js/util.js') }}"></script>
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='assets/js/ie/respond.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/custom-scripts.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/skel.min.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/util.js') }}"></script>
<!--[if lte IE 8]><script src="{{ url_for('dashboard.static', filename='js/ie/respond.min.js') }}"></script>
<![endif]-->
<script src="{{ url_for('dashboard.static', filename='assets/js/main.js') }}"></script>
<script src="{{ url_for('dashboard.static', filename='js/main.js') }}"></script>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="col-md-12 col-sm-12">
<br>
<center>
<img src="{{ url_for('dashboard.static', filename='assets/loading.gif') }}"
<img src="{{ url_for('dashboard.static', filename='loading.gif') }}"
alt="Be patient..." align="center"/>
</center>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h4 class="panel-title">
<div class="col-md-12 col-sm-12">
<br>
<center>
<img src="{{ url_for('dashboard.static', filename='assets/loading.gif') }}"
<img src="{{ url_for('dashboard.static', filename='loading.gif') }}"
alt="Be patient..." align="center"/>
</center>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="col-md-12 col-sm-12">
<br>
<center>
<img src="{{ url_for('dashboard.static', filename='assets/loading.gif') }}"
<img src="{{ url_for('dashboard.static', filename='loading.gif') }}"
alt="Be patient..." align="center"/>
</center>
</div>
Expand Down
2 changes: 1 addition & 1 deletion flask_monitoringdashboard/templates/endpoint/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="col-md-12 col-sm-12">
<br>
<center>
<img src="{{ url_for('dashboard.static', filename='assets/loading.gif') }}"
<img src="{{ url_for('dashboard.static', filename='loading.gif') }}"
alt="Be patient..." align="center"/>
</center>
</div>
Expand Down

0 comments on commit 2c5f76d

Please sign in to comment.