add app description

This commit is contained in:
jeff
2018-11-29 15:05:41 +08:00
parent 58a58a2984
commit 6ba1e0a468

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