diff --git a/package-lock.json b/package-lock.json index 39b19e7..3cb5174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "crm-power-pane", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dcea405..cb3113d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crm-power-pane", - "version": "1.2.1", + "version": "1.2.2", "description": "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.", "main": "index.js", "scripts": { diff --git a/src/assets/img/action-icons/clear-all-notifications.png b/src/assets/img/action-icons/clear-all-notifications.png new file mode 100644 index 0000000..9aad53b Binary files /dev/null and b/src/assets/img/action-icons/clear-all-notifications.png differ diff --git a/src/assets/img/action-icons/go-to-create-form.png b/src/assets/img/action-icons/go-to-create-form.png new file mode 100644 index 0000000..7f9becb Binary files /dev/null and b/src/assets/img/action-icons/go-to-create-form.png differ diff --git a/src/html/ui/pane.html b/src/html/ui/pane.html index 91a2687..8749e74 100644 --- a/src/html/ui/pane.html +++ b/src/html/ui/pane.html @@ -3,48 +3,48 @@