mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-01-20 03:50:21 +00:00
fix refresh, change icon size
This commit is contained in:
@@ -386,7 +386,7 @@
|
||||
/>
|
||||
</template>
|
||||
<template v-slot:separator>
|
||||
<q-avatar color="primary" text-color="white" size="30px" icon="drag_indicator" />
|
||||
<q-avatar color="primary" text-color="white" size="20px" icon="drag_indicator" />
|
||||
</template>
|
||||
<template v-slot:after>
|
||||
<SubTableTabs />
|
||||
@@ -713,9 +713,7 @@ export default {
|
||||
object: node.children ? node.client : node.site,
|
||||
},
|
||||
})
|
||||
.onOk(() => {
|
||||
this.clearTreeSelected();
|
||||
});
|
||||
.onOk(this.refreshEntireSite);
|
||||
},
|
||||
showAddSiteModal(node) {
|
||||
this.$q
|
||||
|
||||
Reference in New Issue
Block a user