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

[incubator-streampipes] branch dev updated: Add icon and adapter type

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

zehnder 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 74e40da  Add icon and adapter type
     new 2467c44  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
74e40da is described below

commit 74e40da05caa3b1bb20acf5a6044bccb09a5d98b
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Feb 3 18:07:32 2020 +0100

    Add icon and adapter type
---
 .../java/org/apache/streampipes/model/AdapterType.java   |   1 +
 ui/src/assets/img/connect/influxdb.png                   | Bin 0 -> 9982 bytes
 2 files changed, 1 insertion(+)

diff --git a/streampipes-model/src/main/java/org/apache/streampipes/model/AdapterType.java b/streampipes-model/src/main/java/org/apache/streampipes/model/AdapterType.java
index bd6d5a1..6272396 100644
--- a/streampipes-model/src/main/java/org/apache/streampipes/model/AdapterType.java
+++ b/streampipes-model/src/main/java/org/apache/streampipes/model/AdapterType.java
@@ -26,6 +26,7 @@ public enum AdapterType {
   SocialMedia("Social Media", ""),
   OpenData("Open Data", ""),
   Manufacturing("Production & Manufacturing", ""),
+  Energy("Energy", ""),
   Debugging("Testing & Debugging", "");
 
   private String label;
diff --git a/ui/src/assets/img/connect/influxdb.png b/ui/src/assets/img/connect/influxdb.png
new file mode 100644
index 0000000..1f9bb88
Binary files /dev/null and b/ui/src/assets/img/connect/influxdb.png differ