From 9db43e100a672b6d6932ac68c0fbe503c129138b Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 22:01:51 +0530 Subject: Added a check to verify that the folder name of the recipe matches the recipe id (#708) Use the recipe-id as master to rename internal folder names --- recipes/OVHCloud/webview.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/OVHCloud/webview.js (limited to 'recipes/OVHCloud/webview.js') diff --git a/recipes/OVHCloud/webview.js b/recipes/OVHCloud/webview.js new file mode 100644 index 0000000..ee7d8aa --- /dev/null +++ b/recipes/OVHCloud/webview.js @@ -0,0 +1,14 @@ +var _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +module.exports = Ferdi => { + // TODO: If your ovh-cloud service has unread messages, uncomment these lines to implement the logic for updating the badges + // const getMessages = function getMessages() { + // // TODO: Insert your notification-finding code here + // Ferdi.setBadge(0, 0); + // }; + // Ferdi.loop(getMessages); + + Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); +}; -- cgit v1.2.3-70-g09d2