diff options
| -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> |
