Skip to content

Commit

Permalink
Add bottstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandoig committed Dec 4, 2020
1 parent 33dcb3f commit aefad52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/dashboard/templates/head.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Fairwinds Polaris</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="icon" type="image/png" href="static/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="static/favicon-16x16.png" sizes="16x16" />

<!-- Bootstrap styles should stay above all other stylesheets -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">

<link href="static/css/Muli.css" rel="stylesheet">
<link rel="stylesheet" href="static/css/normalize.css">
<link rel="stylesheet" href="static/css/main.css">
Expand Down
3 changes: 3 additions & 0 deletions pkg/dashboard/templates/main.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
{{ template "dashboard" . }}
</div>
{{ template "footer" . }}
<!-- Bootstrap scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit aefad52

Please sign in to comment.