You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/08/10 16:17:42 UTC

[incubator-streampipes] branch dev updated: [hotfix] version update, removed point at end of description

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7970dc2  [hotfix] version update, removed point at end of description
7970dc2 is described below

commit 7970dc2ed42fb4f1402c29d9eae50dd347646d63
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Aug 10 18:17:30 2020 +0200

    [hotfix] version update, removed point at end of description
---
 ui/package.json                                               | 2 +-
 ui/src/app/dashboard/components/widgets/table/table-config.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/package.json b/ui/package.json
index e7d1bbc..5c71223 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-streampipes",
-  "version": "0.66.0-SNAPSHOT",
+  "version": "0.67.0-SNAPSHOT",
   "description": "Apache StreamPipes (incubating) user interface",
   "homepage": "http://streampipes.apache.org",
   "repository": {
diff --git a/ui/src/app/dashboard/components/widgets/table/table-config.ts b/ui/src/app/dashboard/components/widgets/table/table-config.ts
index 7b60d95..0f364d2 100644
--- a/ui/src/app/dashboard/components/widgets/table/table-config.ts
+++ b/ui/src/app/dashboard/components/widgets/table/table-config.ts
@@ -34,7 +34,7 @@ export class TableConfig extends WidgetConfig {
     getConfig(): DashboardWidgetSettings {
         return WidgetConfigBuilder.createWithSelectableColorsAndTitlePanel("table", "Table")
             .withIcon("fas fa-table")
-            .withDescription("A table visualization with customizable columns.")
+            .withDescription("A table visualization with customizable columns")
             .requiredSchema(SchemaRequirementsBuilder
                 .create()
                 .requiredPropertyWithNaryMapping(TableConfig.SELECTED_PROPERTIES_KEYS, "Fields to display", "", EpRequirements.anyProperty())