mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-21 06:48:04 +00:00
Update shortcuts (fixes #51)
This commit is contained in:
@ -38,10 +38,10 @@
|
||||
});
|
||||
|
||||
EventsOn('ui.coll.new', () => $hostTree[activeHostKey]?.databases[activeDbKey]?.newCollection());
|
||||
EventsOn('ui.coll.export', () => $hostTree[activeHostKey]?.databases[activeDbKey]?.collections[activeCollKey]?.export());
|
||||
EventsOn('ui.coll.truncate', () => $hostTree[activeHostKey]?.databases[activeDbKey]?.collections[activeCollKey]?.truncate());
|
||||
EventsOn('ui.coll.drop', () => $hostTree[activeHostKey]?.databases[activeDbKey]?.collections[activeCollKey]?.drop());
|
||||
EventsOn('ui.coll.tab', tab => collTab = tab);
|
||||
|
||||
</script>
|
||||
|
||||
<div class="tree">
|
||||
|
Reference in New Issue
Block a user