Skip to content

Commit

Permalink
sync mesh users/perms with trmm amidaware/tacticalrmm#182
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Feb 23, 2024
1 parent f0fe4d6 commit e91f3fe
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/components/modals/coresettings/EditCoreSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,36 @@
class="col-6"
/>
</q-card-section>
<q-card-section class="row">
<div class="col-4">
Sync MeshCentral Users/Permissions with TRMM:
</div>
<div class="col-2"></div>
<q-checkbox
dense
v-model="settings.sync_mesh_with_trmm"
class="col-6"
/>
</q-card-section>

<q-card-section class="row">
<div class="col-4">Company Name:</div>

<div class="col-2"></div>
<q-input
dense
outlined
v-model="settings.mesh_company_name"
class="col-6"
>
<q-tooltip class="text-caption"
>Adding your company name here will append it to the
user's full name that appears when doing a remote control
session, for example: 'John Doe - Amidaware
Inc.'</q-tooltip
></q-input
>
</q-card-section>
<q-card-section class="row">
<div class="col-4">
Disable Auto Login for Remote Control and Remote background:
Expand Down

0 comments on commit e91f3fe

Please sign in to comment.