feat(aw-ui): add dedicated pve-detmir host entry in Activity menu
This commit is contained in:
@@ -1,5 +1,18 @@
|
|||||||
{
|
{
|
||||||
"groups": [
|
"groups": [
|
||||||
|
{
|
||||||
|
"id": "pve-detmir",
|
||||||
|
"name": "pve-detmir",
|
||||||
|
"description": "Выделенный клиент DetMir в разделе Активность.",
|
||||||
|
"patterns": [
|
||||||
|
"^pve-detmir$"
|
||||||
|
],
|
||||||
|
"links": [
|
||||||
|
{ "label": "Активность", "type": "activity" },
|
||||||
|
{ "label": "Web категории", "type": "bucket", "bucket_prefix": "aw-detmir-web-category_" },
|
||||||
|
{ "label": "Все бакеты", "type": "buckets" }
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "windows-rdp",
|
"id": "windows-rdp",
|
||||||
"name": "Windows RDP",
|
"name": "Windows RDP",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
(function () {
|
(function () {
|
||||||
window.__awRuPatchVersion = "template-v5-dlp-review-host-groups";
|
window.__awRuPatchVersion = "template-v6-pve-detmir-client";
|
||||||
document.documentElement.setAttribute("data-aw-ru-patch", "template-v5-dlp-review-host-groups");
|
document.documentElement.setAttribute("data-aw-ru-patch", "template-v6-pve-detmir-client");
|
||||||
|
|
||||||
const exact = new Map([
|
const exact = new Map([
|
||||||
["ActivityWatch", "АктивВотч"],
|
["ActivityWatch", "АктивВотч"],
|
||||||
|
|||||||
Reference in New Issue
Block a user