Merge pull request #217 from zryfish/add_app_description

add app description
This commit is contained in:
zryfish
2018-11-29 15:31:28 +08:00
committed by GitHub

View File

@@ -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)
}