Skip to content
Snippets Groups Projects
Commit 5f579974 authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Added RP to contacts

parent cb1cd828
No related branches found
No related tags found
No related merge requests found
Pipeline #98543 passed
......@@ -177,7 +177,7 @@
]
},
{
"title": "On-Call",
"title": "On-Call Leader",
"width": 1,
"row": {
"1": 41,
......@@ -297,6 +297,26 @@
}
}
]
},
{
"title": "On-Call Radio Protection",
"width": 1,
"row": {
"3": 23
},
"col": {
"3": 3
},
"col_width": 1,
"widgets": [
{
"type": "html",
"settings": {
"html": "doc=`\n<div class=\"widget\" data-bind=\"widget: true, css:{fillsize:fillSize}\">\n <div class=\"tw-display\">\n <div class=\"tw-tr\">\n </div>\n <div class=\"tw-tr\">\n \t<div class=\"tw-value-wrapper tw-td\">\n\t\t\t\t<div class=\"tw-value\" style=\"position: static; font-size: 30px; margin-top: -5px\"><a href=\"tel:`+datasources[\"Contacts\"][\"NSO:Ops:OCRP\"][\"value\"]+`\">`+datasources[\"Contacts\"][\"NSO:Ops:OCRP\"][\"value\"]+`</a></div>\n <div class=\"tw-unit\" style=\"display: none;\"></div>\n </div>\n </div>\n <div class=\"tw-tr\"><div class=\"tw-sparkline tw-td\" style=\"display: none;\"></div>\n </div>\n</div>\n`\nreturn doc;",
"height": 1
}
}
]
}
],
"datasources": [
......@@ -304,7 +324,7 @@
"name": "Contacts",
"type": "JSON",
"settings": {
"url": "/data/api/v1/caget/NSO:Ops:SID,NSO:Ops:Msg,NSO:Ops:SL,NSO:Ops:Phone,NSO:Ops:SLPhone,NSO:Ops:SLEmail,NSO:Ops:OP,NSO:Ops:OPPhone,TS2:Ops:Msg,TS2:Ops:SL,TS2:Ops:SLPhone,TS2:Ops:SLPhone,TS2:Ops:SLPhone,TS2:Ops:SLEmail,NSO:Ops:OC,NSO:Ops:OCC,NSO:Ops:OCI,NSO:Ops:OCE",
"url": "/data/api/v1/caget/NSO:Ops:OCRP,NSO:Ops:SID,NSO:Ops:Msg,NSO:Ops:SL,NSO:Ops:Phone,NSO:Ops:SLPhone,NSO:Ops:SLEmail,NSO:Ops:OP,NSO:Ops:OPPhone,TS2:Ops:Msg,TS2:Ops:SL,TS2:Ops:SLPhone,TS2:Ops:SLPhone,TS2:Ops:SLPhone,TS2:Ops:SLEmail,NSO:Ops:OC,NSO:Ops:OCC,NSO:Ops:OCI,NSO:Ops:OCE",
"use_thingproxy": false,
"refresh": 10,
"method": "GET"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment