diff --git a/webui/html/assets/js/tabs/images.js b/webui/html/assets/js/tabs/images.js index 0285e88..6ed3cd4 100644 --- a/webui/html/assets/js/tabs/images.js +++ b/webui/html/assets/js/tabs/images.js @@ -142,7 +142,7 @@ async function buildImage() { const outputBox = document.getElementById("buildOutput"); if (!context || !dockerfile || !tag) { - alert("Vul context_dir, dockerfile en tag in."); + alert("Vul context_dir, Dockerfile/Containerfile en tag in."); return; } @@ -400,4 +400,4 @@ function updateSortIndicators() { if (el) { el.textContent = imagesSort.dir === "asc" ? "▲" : "▼"; } -} \ No newline at end of file +} diff --git a/webui/html/index.html b/webui/html/index.html index 4db1234..c26cc43 100644 --- a/webui/html/index.html +++ b/webui/html/index.html @@ -344,9 +344,9 @@