Skip to content

Commit

Permalink
[HTML Report] Update to Bootstrap 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillipus committed Dec 2, 2023
1 parent e1b8f43 commit 71b6ff9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../lib/jquery/jquery.min.js"></script>
<!-- BOOTSTRAP -->
<link type="text/css" rel="stylesheet" href="../lib/bootstrap/css/bootstrap.min.yeti.css">
<script type="text/javascript" src="../lib/bootstrap/js/bootstrap-3.3.2.min.js"></script>
<script type="text/javascript" src="../lib/bootstrap/js/bootstrap-3.4.1.min.js"></script>
<!-- CUSTOM STYLESHEET -->
<link type="text/css" rel="stylesheet" href="../css/model.css">
<link type="text/css" rel="stylesheet" href="../css/i18n.css">
Expand Down

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion com.archimatetool.reports/templates/st/frame.stg
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ frame(element, map) ::= <<
<script type="text/javascript" src="../../lib/jquery/jquery.min.js"></script>
<!-- BOOTSTRAP -->
<link type="text/css" rel="stylesheet" href="../../lib/bootstrap/css/bootstrap.min.yeti.css">
<script type="text/javascript" src="../../lib/bootstrap/js/bootstrap-3.3.2.min.js"></script>
<script type="text/javascript" src="../../lib/bootstrap/js/bootstrap-3.4.1.min.js"></script>
<!-- REPORT SPECIFIC -->
<link type="text/css" rel="stylesheet" href="../../css/model.css">
<link type="text/css" rel="stylesheet" href="../../css/i18n.css">
Expand Down
2 changes: 1 addition & 1 deletion com.archimatetool.reports/templates/st/modelreport.stg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ modelreport(model, strategyFolder, businessFolder, applicationFolder, technology
<link type="text/css" rel="stylesheet" href="lib/jquery-ui-layout/layout-default-1.4.4.css">
<!-- BOOTSTRAP -->
<link type="text/css" rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.yeti.css">
<script type="text/javascript" src="lib/bootstrap/js/bootstrap-3.3.2.min.js"></script>
<script type="text/javascript" src="lib/bootstrap/js/bootstrap-3.4.1.min.js"></script>
<!-- REPORT SPECIFIC -->
<link type="text/css" rel="stylesheet" href="css/model.css">
<link type="text/css" rel="stylesheet" href="css/i18n.css">
Expand Down

0 comments on commit 71b6ff9

Please sign in to comment.