Compare commits
	
		
			4 Commits
		
	
	
		
			v8.0.0
			...
			ad5c8ece12
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| ad5c8ece12 | |||
| 0455cb1926 | |||
| 3e33155276 | |||
| de34a6c66e | 
| @@ -1,10 +1,10 @@ | ||||
| // ==UserScript== | ||||
| // @name          3CX TAPI | ||||
| // @namespace     http://cp-solutions.at | ||||
| // @version       8.0.0 | ||||
| // @version       8.0.1 | ||||
| // @author        Daniel Triendl <d.triendl@cp-solutions.at> | ||||
| // @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 | ||||
| // @match         https://192.168.0.154: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]}); | ||||
| // 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 | ||||
| /* harmony default export */ __webpack_exports__["Z"] = (___CSS_LOADER_EXPORT___); | ||||
|  | ||||
| @@ -8396,7 +8396,7 @@ class Status { | ||||
|                 '  </select>' + | ||||
|                 '</div>' + | ||||
|                 '<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">' + | ||||
|                 '    <option value="menuAway">Away</option>' + | ||||
|                 '    <option value="menuOutofoffice">Do Not Disturb</option>' + | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "name": "3cp-tapi", | ||||
|   "description": "Build your UserScript with webpack", | ||||
|   "version": "8.0.0", | ||||
|   "version": "8.0.1", | ||||
|   "author": { | ||||
|     "name": "Daniel Triendl", | ||||
|     "email": "d.triendl@cp-solutions.at" | ||||
| @@ -20,7 +20,7 @@ | ||||
|   }, | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "http://scootaloo.cp-austria.at/gitlist/3cx_tapi.git" | ||||
|     "url": "https://source.cp-austria.at/git/CPATRD/3cx_tapi.git" | ||||
|   }, | ||||
|   "private": true, | ||||
|   "dependencies": { | ||||
|   | ||||
| @@ -11,6 +11,7 @@ | ||||
|     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||||
|     z-index: 1; | ||||
|     color: #000; | ||||
|     background-color: #fff; | ||||
| } | ||||
|  | ||||
| .show { | ||||
|   | ||||
| @@ -45,7 +45,7 @@ export class Status { | ||||
|       '  </select>' + | ||||
|       '</div>' + | ||||
|       '<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">' + | ||||
|       '    <option value="menuAway">Away</option>' + | ||||
|       '    <option value="menuOutofoffice">Do Not Disturb</option>' + | ||||
|   | ||||
		Reference in New Issue
	
	Block a user