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

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 7a96618aa7 Merge pull request #3304 from bamaer/3281
     new 892ebe0892 Add favicon to Hop server #3307 Fix 18n message
     new 9b267dc859 Update Hop Server cleanup pipeline icon on status page #2724
     new 9ff727afe0 Merge pull request #3308 from nadment/3307

The 6177 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/resources/static/images/cleanup.svg   | 36 +++++-----------------
 .../src/main/resources/static/images/favicon.svg   |  0
 .../java/org/apache/hop/www/BodyHttpServlet.java   |  1 +
 .../apache/hop/www/GetPipelineStatusServlet.java   |  3 +-
 .../java/org/apache/hop/www/GetRootServlet.java    |  1 +
 .../java/org/apache/hop/www/GetStatusServlet.java  | 13 ++++----
 .../apache/hop/www/GetWorkflowStatusServlet.java   |  2 ++
 .../org/apache/hop/www/PausePipelineServlet.java   |  1 +
 .../hop/www/PrepareExecutionPipelineServlet.java   |  1 +
 .../org/apache/hop/www/RemovePipelineServlet.java  |  1 +
 .../org/apache/hop/www/RemoveWorkflowServlet.java  |  1 +
 .../org/apache/hop/www/SniffTransformServlet.java  |  1 +
 .../hop/www/StartExecutionPipelineServlet.java     |  1 +
 .../org/apache/hop/www/StartPipelineServlet.java   |  1 +
 .../org/apache/hop/www/StartWorkflowServlet.java   |  1 +
 .../org/apache/hop/www/StopPipelineServlet.java    |  1 +
 .../hop/www/messages/messages_en_US.properties     |  2 +-
 .../hop/www/messages/messages_es_ES.properties     |  2 +-
 .../hop/www/messages/messages_fr_FR.properties     |  2 +-
 .../hop/www/messages/messages_it_IT.properties     |  2 +-
 .../hop/www/messages/messages_ja_JP.properties     |  2 +-
 .../hop/www/messages/messages_ko_KR.properties     |  2 +-
 .../hop/www/messages/messages_zh_CN.properties     |  2 +-
 23 files changed, 37 insertions(+), 42 deletions(-)
 copy docs/hop-user-manual/modules/ROOT/assets/images/icons/logo_icon.svg => 
assemblies/static/src/main/resources/static/images/favicon.svg (100%)

Reply via email to