Skip to content

Commit 3ac1dd9

Browse files
committed
fix#485, along with PR gearpump#504, retain history for inactive applications
1 parent 0c488f2 commit 3ac1dd9

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)