extract textsize, take timestamp for changelog entries update peers on peering events
This commit is contained in:
parent
b6866cb2be
commit
9aef3616ba
6 changed files with 24 additions and 9 deletions
|
|
@ -315,6 +315,12 @@ oml.ui.folders = function() {
|
|||
if (data.activity == 'import') {
|
||||
that.updateItems();
|
||||
}
|
||||
},
|
||||
'peering.accept': function(data) {
|
||||
that.updateElement();
|
||||
},
|
||||
'peering.remove': function(data) {
|
||||
that.updateElement();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue