Skip to content

Commit

Permalink
updated branding css and version
Browse files Browse the repository at this point in the history
  • Loading branch information
YashPShah-swag committed Sep 22, 2023
1 parent 5ac961a commit d0b37ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions frontend/cumulocity-amber-boonlogic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion frontend/cumulocity-amber-boonlogic/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d0b37ae

Please sign in to comment.