This commit is contained in:
Andras Bacsai
2022-11-02 21:31:16 +01:00
parent a22f26c4c8
commit 845c40d23c
5 changed files with 13 additions and 10 deletions

View File

@@ -87,7 +87,7 @@
exposePort: service.exposePort
});
for (const setting of service.serviceSetting) {
if (setting.variableName?.startsWith('$$coolify_fqdn') && setting.value) {
if (setting.variableName?.startsWith('$$config_coolify_fqdn') && setting.value) {
for (let field of formData) {
const [key, value] = field;
if (setting.name === key) {

View File

@@ -38,6 +38,12 @@
);
if (newLogs.noContainer) {
noContainer = true;
logs = [];
if (logs.length > 0) {
clearInterval(loadLogsInterval);
selectedService = null;
}
return;
} else {
noContainer = false;
}