diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2017-09-07 18:31:12 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2017-09-07 18:31:53 +0000 |
| commit | e3540bf55c3c7c3dff851e7dd2d4500a82826821 (patch) | |
| tree | 442fd5b1f9951c8c645b0200a271898578025748 /roles | |
| parent | b95bbd14b9fb45c5a082ff7ec1907816f2e70693 (diff) | |
| download | ansible-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.j2 | 4 |
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> |
