|
|
@ -1,10 +1,10 @@
|
|
|
|
// ==UserScript==
|
|
|
|
// ==UserScript==
|
|
|
|
// @name 3CX TAPI
|
|
|
|
// @name 3CX TAPI
|
|
|
|
// @namespace http://cp-solutions.at
|
|
|
|
// @namespace http://cp-solutions.at
|
|
|
|
// @version 8.0.0
|
|
|
|
// @version 8.0.1
|
|
|
|
// @author Daniel Triendl <d.triendl@cp-solutions.at>
|
|
|
|
// @author Daniel Triendl <d.triendl@cp-solutions.at>
|
|
|
|
// @copyright Copyright 2021 CP Solutions GmbH
|
|
|
|
// @copyright Copyright 2021 CP Solutions GmbH
|
|
|
|
// @source http://scootaloo.cp-austria.at/gitlist/3cx_tapi.git
|
|
|
|
// @source https://source.cp-austria.at/git/CPATRD/3cx_tapi.git
|
|
|
|
// @downloadURL https://source.cp-austria.at/git/CPATRD/3cx_tapi/raw/branch/master/3CX_TAPI.user.js
|
|
|
|
// @downloadURL https://source.cp-austria.at/git/CPATRD/3cx_tapi/raw/branch/master/3CX_TAPI.user.js
|
|
|
|
// @match https://192.168.0.154:5001/webclient*
|
|
|
|
// @match https://192.168.0.154:5001/webclient*
|
|
|
|
// @match https://cpsolution.my3cx.at:5001/webclient*
|
|
|
|
// @match https://cpsolution.my3cx.at:5001/webclient*
|
|
|
@ -7598,7 +7598,7 @@ module.exports = function (cssWithMappingToString) {
|
|
|
|
|
|
|
|
|
|
|
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
|
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0___default()(function(i){return i[1]});
|
|
|
|
// Module
|
|
|
|
// Module
|
|
|
|
___CSS_LOADER_EXPORT___.push([module.id, ".tapi-dropdown {\n position: relative;\n display: inline-block;\n}\n\n.tapi-dropdown-content {\n display: none;\n position: absolute;\n min-width: 200px;\n overflow: auto;\n box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n z-index: 1;\n color: #000;\n}\n\n.show {\n display: block;\n}\n", ""]);
|
|
|
|
___CSS_LOADER_EXPORT___.push([module.id, ".tapi-dropdown {\n position: relative;\n display: inline-block;\n}\n\n.tapi-dropdown-content {\n display: none;\n position: absolute;\n min-width: 200px;\n overflow: auto;\n box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);\n z-index: 1;\n color: #000;\n background-color: #fff;\n}\n\n.show {\n display: block;\n}\n", ""]);
|
|
|
|
// Exports
|
|
|
|
// Exports
|
|
|
|
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
|
|
/* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___);
|
|
|
|
|
|
|
|
|
|
|
@ -8396,7 +8396,7 @@ class Status {
|
|
|
|
' </select>' +
|
|
|
|
' </select>' +
|
|
|
|
'</div>' +
|
|
|
|
'</div>' +
|
|
|
|
'<div class="form-group">' +
|
|
|
|
'<div class="form-group">' +
|
|
|
|
' <label for="tapi-zc-off">Signed in</label>' +
|
|
|
|
' <label for="tapi-zc-off">Signed out</label>' +
|
|
|
|
' <select id="tapi-zc-off" class="form-control">' +
|
|
|
|
' <select id="tapi-zc-off" class="form-control">' +
|
|
|
|
' <option value="menuAway">Away</option>' +
|
|
|
|
' <option value="menuAway">Away</option>' +
|
|
|
|
' <option value="menuOutofoffice">Do Not Disturb</option>' +
|
|
|
|
' <option value="menuOutofoffice">Do Not Disturb</option>' +
|
|
|
|