Merge pull request #217 from zryfish/add_app_description
add app description
This commit is contained in:
@@ -427,6 +427,7 @@ func (ctl *ApplicationCtl) ListApplication(runtimeId string, match, fuzzy map[st
|
||||
appInfo, _, appId, _ := ctl.GetAppInfo(item.AppID)
|
||||
app.App = appInfo
|
||||
app.AppId = appId
|
||||
app.Description = item.Description
|
||||
|
||||
apps = append(apps, app)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user