Skip to content

Commit

Permalink
updated image and css
Browse files Browse the repository at this point in the history
  • Loading branch information
DarpanLalani committed Nov 22, 2023
1 parent aadbe2c commit f1c53d3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 77 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ Application Builder is an open-source tool for you to create web applications 

## What's new?

* **Widgets turned plugins:** Application builder now support micro-frontend plugins. Standard widgets are already available as plugin in widget catalog.
* **Optimized Performance:** Application builder now provide faster response times, reduced resource usage, and improved user experience.
* **Custom Branding:** Provides flexibility and control over application’s look and feel.
* **Dashboards:** Simplified the dashboard navigation by introducing path while creating dashboard.
* **Seamless upgrade experience:** Upgrade of application builder made simpler. [Click here for more detail.](#how-to-upgrade-application-builder-to-20)
* **Cumulocity upgrade:** Application Builder is now based on Cumulocity 1016.0.170
* **New default branding:** Introducing our new default branding, Inspired by Delite 2.0 – Software AG's in-house design system.
* **Enhanced group template dashboard:** Give an identical dashboard to every device/asset based on its type.
* **Enhanced dashboard catalog:** Now you can create dashboard based on device group and asset/device type using pre-design dashboard templates.
* **Dashboard catalog reloaded:** Experience the next level with our latest dashboard templates for Predictive Maintenance, Smart Field Services, and Smart Billing—Now with one-click Microservice installation!
* **Enhanced Branding:** Various improvement in overall branding.
* **Cumulocity upgrade:** Application Builder is now based on Cumulocity 1018.0.125
* **Various bug fixes**


## Features
* **Browser-based Device Simulators:** Create device simulators that run directly in your browser.
* **DTDL Simulator:** User can now create simulator based on [DTDL](https://github.com/Azure/opendigitaltwins-dtdl/blob/master/DTDL/v2/dtdlv2.md)(Digital Twins Definition Language).
Expand All @@ -40,7 +39,7 @@ Application Builder is an open-source tool for you to create web applications 
* **Dashboard Tree view:** Dashboard Tree view provides hierarchical view for quicker and easier access to a dashboard.
* **Dashboard Locking:** User can now lock/unlock all dashboards by just one click.
* **Dashboard Search:** Smart search introduced to quickly search your dashboard.
* **Seamless upgrade experience:** Upgrade of application builder made simpler.
* **Seamless upgrade experience:** Upgrade of application builder made simpler. [Click here for more detail.](#how-to-upgrade-application-builder-to-20)

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</div>
<div class="card-block bg-gray-lighter">
<div class="row" style="margin-top:10px; text-align: center;" *ngIf="getMoreWidgetsFlag">
<span class="label label-info" style="color: white;">{{widgetDetails.requiredPlatformVersion}}</span>
<span class="label label-info" >{{widgetDetails.requiredPlatformVersion}}</span>
</div>
<div class="row" style="margin-top:10px; text-align: center;">
<i c8yIcon="copyright" style="font-size: 18px;position: absolute; margin-left: -30px;"></i> {{widgetDetails.author}}
Expand Down
2 changes: 1 addition & 1 deletion ng1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import '@c8y/ng1-modules/scada/cumulocity.json';
import '@c8y/ng1-modules/htmlWidget/cumulocity.json';
import '@c8y/ng1-modules/applicationLinks/cumulocity.json';
// import '@c8y/ng1-modules/quickLinks/cumulocity.json';
import '@c8y/ng1-modules/helpAndSupport/cumulocity.json';
//import '@c8y/ng1-modules/helpAndSupport/cumulocity.json';
import '@c8y/ng1-modules/eventList/cumulocity.json';
// import '@c8y/ng1-modules/export/cumulocity.json';
import '@c8y/ng1-modules/dataPointTable/cumulocity.json';
Expand Down
67 changes: 1 addition & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-builder",
"version": "2.1.0-rc-1",
"version": "2.1.0",
"description": "Application builder for Cumulocity (written by Software AG Global Presales)",
"main": "index.ts",
"scripts": {
Expand Down
Binary file modified ui-assets/img/globalPresalesLogoDefault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1c53d3

Please sign in to comment.