mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
minor fixes
This commit is contained in:
@@ -309,4 +309,4 @@ func (model *SVirtualResourceBase) GetShortDesc(ctx context.Context) *jsonutils.
|
||||
desc.Add(jsonutils.NewString(tc.GetName()), "owner_tenant")
|
||||
}
|
||||
return desc
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@ package models
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"yunion.io/x/onecloud/pkg/appctx"
|
||||
"yunion.io/x/onecloud/pkg/cloudcommon/db"
|
||||
"yunion.io/x/onecloud/pkg/cloudprovider"
|
||||
"strings"
|
||||
)
|
||||
|
||||
type SManagedResourceBase struct {
|
||||
|
||||
Reference in New Issue
Block a user