Skip to content

Commit

Permalink
Release 0.101.36
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 23, 2023
2 parents 5114ff4 + 08fa8da commit 3e63655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3.4'
version: '3.7'

services:
app-dev:
container_name: trmm-app-dev
image: node:16-alpine
image: node:18-alpine
restart: always
command: /bin/sh -c "npm install --cache ~/.npm && npm run serve"
user: 1000:1000
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.101.35",
"version": "0.101.36",
"private": true,
"productName": "Tactical RMM",
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions src/components/accounts/RolesForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
v-model="localRole.can_uninstall_agents"
label="Uninstall Agents"
/>
<q-checkbox
v-model="localRole.can_ping_agents"
label="Ping Agents"
/>
<q-checkbox
v-model="localRole.can_update_agents"
label="Update Agents"
Expand Down Expand Up @@ -447,7 +443,6 @@ export default {
can_uninstall_agents: false,
can_update_agents: false,
can_edit_agent: false,
can_ping_agents: false,
can_manage_procs: false,
can_view_eventlogs: false,
can_send_cmd: false,
Expand Down

0 comments on commit 3e63655

Please sign in to comment.