[PR #148] [MERGED] feat: maintenace mode #3494

Closed
opened 2026-03-14 07:23:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/148
Author: @sadnub
Created: 10/25/2020
Status: Merged
Merged: 10/26/2020
Merged by: @wh1te909

Base: developHead: develop


📝 Commits (6)

📊 Changes

16 files changed (+217 additions, -29 deletions)

View changed files

api/tacticalrmm/agents/migrations/0019_agent_maintenace_mode.py (+18 -0)
api/tacticalrmm/agents/migrations/0020_auto_20201025_2129.py (+18 -0)
📝 api/tacticalrmm/agents/models.py (+1 -0)
📝 api/tacticalrmm/agents/serializers.py (+1 -0)
📝 api/tacticalrmm/agents/tasks.py (+2 -2)
📝 api/tacticalrmm/agents/tests.py (+36 -0)
📝 api/tacticalrmm/agents/urls.py (+2 -1)
📝 api/tacticalrmm/agents/views.py (+28 -0)
📝 api/tacticalrmm/checks/tasks.py (+11 -10)
📝 api/tacticalrmm/clients/models.py (+15 -0)
📝 api/tacticalrmm/clients/views.py (+6 -2)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 web/src/components/AgentTable.vue (+39 -1)
📝 web/src/components/SummaryTab.vue (+7 -12)
📝 web/src/store/index.js (+3 -0)
📝 web/src/views/Dashboard.vue (+29 -0)

📄 Description

Added maintenance mode. You can right-click on clients and sites to enable maintenance for multiple agents. You can also enable it by right-clicking an agent.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/148 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 10/25/2020 **Status:** ✅ Merged **Merged:** 10/26/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (6) - [`6b0cbca`](https://github.com/amidaware/tacticalrmm/commit/6b0cbca8c1b70c17a111fefa521181952661dbca) feat: maintenace mode - [`e912f6c`](https://github.com/amidaware/tacticalrmm/commit/e912f6c50fe907dced339710ee90f68a9aea1036) add tests - [`d580653`](https://github.com/amidaware/tacticalrmm/commit/d58065360ca0201961285e78fc651eb603e933a2) black, bump ver - [`e0c0685`](https://github.com/amidaware/tacticalrmm/commit/e0c06854f7d2feca7f63197fe0498d78bd1f994a) fix duplicates in tree - [`acce76a`](https://github.com/amidaware/tacticalrmm/commit/acce76a843cec758ee44daf3185b52662bbcd567) remove redundant reloads - [`1a0fac9`](https://github.com/amidaware/tacticalrmm/commit/1a0fac916b3ea3a843fa851a6dfb1eba6c6bfa9a) render perf ### 📊 Changes **16 files changed** (+217 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `api/tacticalrmm/agents/migrations/0019_agent_maintenace_mode.py` (+18 -0) ➕ `api/tacticalrmm/agents/migrations/0020_auto_20201025_2129.py` (+18 -0) 📝 `api/tacticalrmm/agents/models.py` (+1 -0) 📝 `api/tacticalrmm/agents/serializers.py` (+1 -0) 📝 `api/tacticalrmm/agents/tasks.py` (+2 -2) 📝 `api/tacticalrmm/agents/tests.py` (+36 -0) 📝 `api/tacticalrmm/agents/urls.py` (+2 -1) 📝 `api/tacticalrmm/agents/views.py` (+28 -0) 📝 `api/tacticalrmm/checks/tasks.py` (+11 -10) 📝 `api/tacticalrmm/clients/models.py` (+15 -0) 📝 `api/tacticalrmm/clients/views.py` (+6 -2) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `web/src/components/AgentTable.vue` (+39 -1) 📝 `web/src/components/SummaryTab.vue` (+7 -12) 📝 `web/src/store/index.js` (+3 -0) 📝 `web/src/views/Dashboard.vue` (+29 -0) </details> ### 📄 Description Added maintenance mode. You can right-click on clients and sites to enable maintenance for multiple agents. You can also enable it by right-clicking an agent. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:23:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3494
No description provided.