summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2017-09-07 18:31:12 +0000
committerTim Flink <tflink@fedoraproject.org>2017-09-07 18:31:53 +0000
commite3540bf55c3c7c3dff851e7dd2d4500a82826821 (patch)
tree442fd5b1f9951c8c645b0200a271898578025748 /roles
parentb95bbd14b9fb45c5a082ff7ec1907816f2e70693 (diff)
downloadansible-e3540bf55c3c7c3dff851e7dd2d4500a82826821.tar.gz
ansible-e3540bf55c3c7c3dff851e7dd2d4500a82826821.tar.xz
ansible-e3540bf55c3c7c3dff851e7dd2d4500a82826821.zip
change ufmonitor script urls to use httpd
Diffstat (limited to 'roles')
-rw-r--r--roles/ufmonitor/templates/index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/ufmonitor/templates/index.html.j2 b/roles/ufmonitor/templates/index.html.j2
index fbc8932e1..e559f1f46 100644
--- a/roles/ufmonitor/templates/index.html.j2
+++ b/roles/ufmonitor/templates/index.html.j2
@@ -26,10 +26,10 @@
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Latest compiled and minified CSS -->
- <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/bootstrap-table.min.css">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/bootstrap-table.min.css">
<!-- Latest compiled and minified JavaScript -->
- <script src="http://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/bootstrap-table.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.11.1/bootstrap-table.min.js"></script>