diff --git a/frontend/cumulocity-amber-boonlogic/README.md b/frontend/cumulocity-amber-boonlogic/README.md index 02e9063..1e3b429 100644 --- a/frontend/cumulocity-amber-boonlogic/README.md +++ b/frontend/cumulocity-amber-boonlogic/README.md @@ -38,11 +38,11 @@ Will work only if the respective tenant has amber specific microservice deployed |APPLICATION BUILDER | CUMULOCITY | AMBER RCA WIDGET | |--------------------|------------|-------------------| -| 1.3.x | >= 1011.x.x| 2.x.x | +| 2.x.x | >= 1016.x.x| 2.x.x | ### Runtime Widget Deployment? -* This widget support runtime deployment. Download **[Runtime Binary](https://github.com/SoftwareAG/Cumulocity-Amber-Boon-Logic/releases/download/2.0.1/sag-ps-pkg-boonlogic-config-runtime-widget-2.0.1.zip)** and install via Administrations --> Ecosystems --> Applications --> Packages. +* This widget support runtime deployment. Download **[Runtime Binary](https://github.com/SoftwareAG/Cumulocity-Amber-Boon-Logic/releases/download/2.1.2/sag-ps-pkg-boonlogic-config-runtime-widget-2.1.2.zip)** and install via Administrations --> Ecosystems --> Applications --> Packages. ### Installation of widget through Appbuilder @@ -83,7 +83,7 @@ Will work only if the respective tenant has amber specific microservice deployed **Note:** If you are new to App Builder or not yet downloaded/clone app builder code then please follow [App builder documentation(Build Instructions)](https://github.com/SoftwareAG/cumulocity-app-builder) before proceeding further. -1. Grab the Boon Logic Configuration Widget **[Latest Release Binary](https://github.com/SoftwareAG/Cumulocity-Amber-Boon-Logic/releases/download/2.0.1/sag-ps-pkg-boonlogic-config-runtime-widget-2.0.1.zip)** +1. Grab the Boon Logic Configuration Widget **[Latest Release Binary](https://github.com/SoftwareAG/Cumulocity-Amber-Boon-Logic/releases/download/2.1.2/sag-ps-pkg-boonlogic-config-runtime-widget-2.1.2.zip)** 3. Install the Binary file in app builder. diff --git a/frontend/cumulocity-amber-boonlogic/package.json b/frontend/cumulocity-amber-boonlogic/package.json index 1d50ae6..e9c6bbd 100644 --- a/frontend/cumulocity-amber-boonlogic/package.json +++ b/frontend/cumulocity-amber-boonlogic/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-amber-boonlogic", - "version": "2.1.1", + "version": "2.1.2", "description": "This is the Cumulocity module federation plugin which used to configure/reconfigure/delete/start - stop stream any device with Amber and is designed to display device model and streaming status on real time basis.", "scripts": { "start": "c8ycli server", diff --git a/frontend/cumulocity-amber-boonlogic/widget/boonlogic-widget/gp-boonlogic.component.css b/frontend/cumulocity-amber-boonlogic/widget/boonlogic-widget/gp-boonlogic.component.css index 8ec65e8..ec90370 100644 --- a/frontend/cumulocity-amber-boonlogic/widget/boonlogic-widget/gp-boonlogic.component.css +++ b/frontend/cumulocity-amber-boonlogic/widget/boonlogic-widget/gp-boonlogic.component.css @@ -37,9 +37,16 @@ .boonlogictable tr { color: var(--component-color, #000); } -.boonlogictable tr:hover { +/*.boonlogictable tr:hover { color: var(--component-brand-primary, #000); +}*/ +.table-hover>tbody>tr:hover{ + background: var(--component-brand-primary) !important; } +.table-hover tr:hover td{ + background: var(--component-brand-primary) !important; +} + .editbtn { color: #e0000e !important; border-color: var(--component-border, #f2f3f4);