fix: disable certain parts if readonly label is turned off

This commit is contained in:
Andras Bacsai
2025-01-27 14:05:18 +01:00
parent 2d3ac5a62a
commit fddaf9134d
2 changed files with 54 additions and 22 deletions

View File

@@ -187,6 +187,9 @@ class General extends Component
});
}
}
if ($this->application->settings->is_container_label_readonly_enabled) {
$this->resetDefaultLabels(false);
}
}
public function loadComposeFile($isInit = false)