Skip to content

Commit e29ce88

Browse files
committed
Merge pull request gearpump#509 from clockfly/fix_#485_try2
fix#485, along with PR gearpump#504, retain history for inactive applications
2 parents 0c488f2 + 3ac1dd9 commit e29ce88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/dashboard/scripts/app-02.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ angular.module('app-02', ['adf', 'app.widgets.visdag'])
6161
return {
6262
id: app.appId,
6363
name: app.appName,
64-
workerPath: app.workerPath
64+
workerPath: app.workerPath,
65+
status: app.status,
66+
appMasterPath: app.appMasterPath
6567
};
6668
});
6769
}, function (err) {

0 commit comments

Comments
 (0)