mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
backend log improvements
This commit is contained in:
@@ -12,7 +12,7 @@ const TPL = `
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
e<div class="modal-body">
|
||||
<textarea class="backend-log-textarea" readonly="readonly" style="min-height: 600px; width: 100%;"></textarea>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
@@ -44,10 +44,4 @@ export default class BackendLogDialog extends BasicWidget {
|
||||
|
||||
this.scrollToBottom();
|
||||
}
|
||||
|
||||
async showBackendLogEvent() {
|
||||
utils.openDialog(this.$widget);
|
||||
|
||||
this.load();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user