Add comments for CLI tool

This commit is contained in:
Girish Ramakrishnan
2017-03-07 12:44:17 -08:00
parent 69a12d36ef
commit 24b32a763b
2 changed files with 3 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ app.filter('postInstallMessage', function () {
});
// keep this in sync with eventlog.js
// keep this in sync with eventlog.js and CLI tool
var ACTION_ACTIVATE = 'cloudron.activate';
var ACTION_APP_CONFIGURE = 'app.configure';
var ACTION_APP_INSTALL = 'app.install';
@@ -282,6 +282,7 @@ var ACTION_USER_REMOVE = 'user.remove';
var ACTION_USER_UPDATE = 'user.update';
app.filter('eventLogDetails', function() {
// NOTE: if you change this, the CLI tool (cloudron machine eventlog) probably needs fixing as well
return function(eventLog) {
var source = eventLog.source;
var data = eventLog.data;