Commit b6faa97 1 parent 5b8157a commit b6faa97 Copy full SHA for b6faa97
File tree 4 files changed +586
-437
lines changed
4 files changed +586
-437
lines changed Original file line number Diff line number Diff line change 1
1
FROM node:21-alpine
2
2
3
3
ENV NODE_ENV=production
4
- ENV LOGGER=true
4
+ ENV DOCKER_BUILDKIT=1
5
5
6
6
WORKDIR /app
7
7
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export const containerCard = (data) => {
81
81
<button class="dropdown-item text-secondary" onclick="clicked(this)" name="${ name } " id="logs" data-bs-toggle="modal" data-bs-target="#log_view" href="#">Logs</button>
82
82
<button class="dropdown-item text-secondary" onclick="clicked(this)" name="${ name } " id="edit" href="#">Edit</button>
83
83
<button class="dropdown-item text-primary" onclick="clicked(this)" name="${ name } " id="update" href="#">Update</button>
84
- <button class="dropdown-item text-danger" onclick="clicked(this)" name="${ name } " id="remove" data-bs-toggle="modal" data-bs-target="#remove_modal " href="#">Remove</button>
84
+ <button class="dropdown-item text-danger" onclick="clicked(this)" name="${ name } " id="remove" data-bs-toggle="modal" data-bs-target="#${ name } _uninstall_modal " href="#">Remove</button>
85
85
</div>
86
86
</div>
87
87
<div class="dropdown">
@@ -115,7 +115,7 @@ export const containerCard = (data) => {
115
115
</div>
116
116
</div>
117
117
</div>
118
- <div class="modal modal-blur fade" id="remove_modal " tabindex="-1" style="display: none;" aria-hidden="true">
118
+ <div class="modal modal-blur fade" id="${ name } _uninstall_modal " tabindex="-1" style="display: none;" aria-hidden="true">
119
119
<div class="modal-dialog modal-sm modal-dialog-centered" role="document">
120
120
<div class="modal-content">
121
121
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
You can’t perform that action at this time.
0 commit comments