Merge pull request #4987 from KennyTheBard/fix-monit-logs

App logs from monitor will not be deleted on selecting a different app
This commit is contained in:
Alexandre Strzelewicz 2021-02-16 12:35:10 +01:00 committed by GitHub
commit a116e4f114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,6 @@ Dashboard.init = function() {
});
this.list.on('select item', (item, i) => {
this.logLines = []
this.logBox.clearItems()
})