Skip to content

Commit

Permalink
⬆️ : update bootstrap-vue to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Oct 18, 2019
1 parent bcfa477 commit 9bc44a6
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>bootstrap-vue</artifactId>
<version>2.0.0-rc.26</version>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/io/codeka/gaia/modules/bo/bo.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package io.codeka.gaia.modules.bo

2 changes: 1 addition & 1 deletion src/main/resources/templates/error/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>OH NO, SERVER ERROR !</h3>
<script src="/webjars/momentjs/2.24.0/min/moment.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="helpers/messenger"></div>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3>Hi there ! </h3>
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/sidebar"></div>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/job.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>Stack {{stack.name}}</h2>
<script src="/webjars/momentjs/2.24.0/min/moment.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/sidebar"></div>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<link rel="stylesheet" href="/webjars/font-awesome/5.8.2/css/all.css" />

<link rel="stylesheet" href="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.css" />
<link rel="stylesheet" href="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.css" />

<link rel="stylesheet" href="/webjars/vue-multiselect/2.1.6/dist/vue-multiselect.min.css" />

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/module.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2>Variables <b-button variant="success" @click="addVar()"><i class="fas fa-plu
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<script src="/webjars/vue-multiselect/2.1.6/dist/vue-multiselect.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/module_description.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>
<script src="/webjars/momentjs/2.24.0/min/moment.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/cli-badge"></div>
<div th:replace="vue_templates/readme"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/breadcrumb"></div>
<div th:replace="vue_templates/sidebar"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/new_stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<script src="/js/prism.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/stack-vars"></div>
<div th:replace="vue_templates/breadcrumb"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>Environment Variables <button type="button" class="btn btn-success" @click="
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/sidebar"></div>
<div th:replace="helpers/messenger"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<script src="/webjars/momentjs/2.24.0/min/moment.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/stack-vars"></div>
<div th:replace="vue_templates/breadcrumb"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/stacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<div th:replace="vue_templates/breadcrumb"></div>
<div th:replace="vue_templates/sidebar"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>

<script src="/webjars/vue/2.5.16/vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.0-rc.26/dist/bootstrap-vue.js"></script>
<script src="/webjars/bootstrap-vue/2.0.4/dist/bootstrap-vue.js"></script>

<script src="/webjars/vue-multiselect/2.1.6/dist/vue-multiselect.min.js"></script>

Expand Down

0 comments on commit 9bc44a6

Please sign in to comment.