more alarms fixes

This commit is contained in:
Salijoghli 2025-10-02 19:00:03 +04:00
parent cd29995150
commit ae37840084
11 changed files with 66 additions and 15 deletions

View File

@ -9,8 +9,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-10-02T12:44:39Z"
"timestamp": "2025-10-02T14:59:44Z"
},
"lastModificationSignature": "27741431355c98b93d086542095b49aef76a677349ab276b247c7adc0135f766"
"lastModificationSignature": "f7c545ed1f9d3ea506b5d413341785d866fcf5396dd03f6b8d518f3c14ec11bf"
}
}

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-10-02T14:49:19Z"
"timestamp": "2025-10-02T14:59:43Z"
},
"lastModificationSignature": "fff221cd30604cabadf0c342e011706873f6b0aea7d804bc3c54c6451e20a63f"
"lastModificationSignature": "89515eb80201ecd38364a97c274e1461d8376f3789226f94ca0c6c7c3b81242a"
}
}

View File

@ -4895,7 +4895,7 @@
"style": {
"classes": "Alarms-Styles/High"
},
"value": "01:17:58"
"value": "01:28:21"
},
"EndTimestamp": {
"style": {

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-10-02T14:45:00Z"
"timestamp": "2025-10-02T14:59:44Z"
},
"lastModificationSignature": "c69c88fd8c9f0205f07762e332fce7d77e7079d8dbe4c4f372dc25c3a15c1a1e"
"lastModificationSignature": "a7f0e2e5240be61df206fada00587d6f671399c6e5caf340e42b998317ba31a9"
}
}

View File

@ -1119,8 +1119,7 @@
},
"props": {
"alignItems": "flex-start",
"justify": "space-evenly",
"style": {}
"justify": "space-evenly"
},
"type": "ia.container.flex"
},

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-10-02T14:41:46Z"
"timestamp": "2025-10-02T14:58:08Z"
},
"lastModificationSignature": "21af14631a98b96f000a434201ee503de37c1ff7f01be9a15662bae86998d2c8"
"lastModificationSignature": "09daeec78e6d20ec77f66d139bcc4a4c0abd43d1f601297f3c78bc8aca0c80a1"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -473,6 +473,10 @@
}
}
},
"enableAcknowledge": false,
"enableDetails": false,
"enableShelve": false,
"enableUnshelve": false,
"filters": {
"active": {
"priorities": {
@ -487,8 +491,55 @@
}
},
"refreshRate": 500,
"rowStyles": {
"activeAcked": {
"priorities": {
"diagnostic": {
"backgroundColor": "#579af1"
},
"high": {
"backgroundColor": "#fb615b"
},
"low": {
"backgroundColor": "#f8fa6e"
},
"medium": {
"backgroundColor": "#ee9b5c"
}
}
},
"activeUnacked": {
"base": {
"color": "black"
},
"priorities": {
"critical": {
"backgroundColor": "#7C2320"
},
"diagnostic": {
"backgroundColor": "#579af1"
},
"high": {
"backgroundColor": "#fb615b"
},
"low": {
"backgroundColor": "#f8fa6e"
},
"medium": {
"backgroundColor": "#ee9b5c"
}
}
}
},
"toolbar": {
"enabled": false
"enableActiveTab": false,
"enableConfiguration": false,
"enableFilter": false,
"enableFilterResults": false,
"enablePreFilters": false,
"enableShelvedTab": false,
"enabled": false,
"toggleableFilter": false
}
},
"type": "ia.display.alarmstatustable"

View File

@ -10,8 +10,8 @@
"attributes": {
"lastModification": {
"actor": "admin",
"timestamp": "2025-10-02T14:49:19Z"
"timestamp": "2025-10-02T14:59:44Z"
},
"lastModificationSignature": "55fa7ff476c82b73d207ceb99545a2fd8b2e09df1a3a7a1f598dcdc037b579ee"
"lastModificationSignature": "82c971900b64571b98376bf4a757c8cc4ec69461d5505dfbd5199b06ade16622"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -364,7 +364,8 @@
"enableFilterResults": false,
"enablePreFilters": false,
"enableShelvedTab": false,
"enabled": false
"enabled": false,
"toggleableFilter": false
}
},
"type": "ia.display.alarmstatustable"