1.modify the icon of hive, http and internetWorm group

2.add icons
This commit is contained in:
judy0131 2019-03-17 07:52:19 +08:00
parent 0f5a0192a4
commit 76131eaf8c
36 changed files with 8 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -58,7 +58,7 @@ class PutHiveQL extends ConfigurableStop {
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("hive.jpg")
ImageUtil.getImage("icon/hive/PutHiveQL.png")
}
override def getGroup(): List[String] = {

View File

@ -49,7 +49,7 @@ class PutHiveStreaming extends ConfigurableStop {
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("hive.jpg")
ImageUtil.getImage("icon/hive/PutHiveStreaming.png")
}
override def getGroup(): List[String] = {

View File

@ -45,7 +45,7 @@ class SelectHiveQL extends ConfigurableStop {
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("hive.jpg")
ImageUtil.getImage("icon/hive/SelectHiveQL.png")
}
override def getGroup(): List[String] = {

View File

@ -88,7 +88,7 @@ class FileDownHDFS extends ConfigurableStop{
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("http.png")
ImageUtil.getImage("icon/http/LoadZipFromUrl.png")
}
override def getGroup(): List[String] = {

View File

@ -135,7 +135,7 @@ class GetUrl extends ConfigurableStop{
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("http.png")
ImageUtil.getImage("icon/http/GetUrl.png")
}
override def getGroup(): List[String] = {

View File

@ -233,7 +233,7 @@ class InvokeUrl extends ConfigurableStop{
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("http.png")
ImageUtil.getImage("icon/http/InvokeUrl.png")
}
override def getGroup(): List[String] = {

View File

@ -74,7 +74,7 @@ class PostUrl extends ConfigurableStop{
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("http.png")
ImageUtil.getImage("icon/http/PostUrl.png")
}
override def getGroup(): List[String] = {

View File

@ -184,7 +184,7 @@ class spider extends ConfigurableStop{
}
override def getIcon(): Array[Byte] = {
ImageUtil.getImage("spider.png")
ImageUtil.getImage("icon/internetWorm/Spider.png")
}