mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-07 07:09:46 +00:00
update the way environment variables are displayed
This commit is contained in:
parent
314dbdab57
commit
aac8fe85ba
@ -1126,7 +1126,7 @@ func ContainerUpdateInfo(c *gin.Context) {
|
||||
}
|
||||
}
|
||||
for _, v := range info.Config.Env {
|
||||
if len(showENVList) > 0 {
|
||||
if len(showENVList) > 0 && info.Config.Labels["origin"] != "local" {
|
||||
if _, ok := showENVMap[strings.Split(v, "=")[0]]; ok {
|
||||
temp := model.Env{
|
||||
Name: strings.Split(v, "=")[0],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user