Skip to content

Commit

Permalink
Fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Oct 12, 2016
1 parent 8030d20 commit acd99f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/source/admin/webhooks.rst
Expand Up @@ -31,24 +31,29 @@ Currently there are four entry points (types) available:

For each type there is an example provided:

- Tool and workflow: A comic strip can be shown if a tool or a workflow is running. Right now PhD_ and XKCD_ comics are provided.
- Tool and workflow: A comic strip can be shown when a tool or a workflow is running. Right now PhD_ and XKCD_ comics are provided.

.. _PhD: http://phdcomics.com
.. _XKCD: http://xkcd.com/

.. image:: images_webhooks/tool.png
:scale: 50 %
.. image:: images_webhooks/workflow.png
:scale: 50 %

- Additional functionality can be added to the top menu. Two dummy buttons are implemented to show the idea:

- A button that links to biostars
.. image:: images_webhooks/masthead.png
:scale: 50 %
- A button that shows a pop-up with information about an user.
.. image:: images_webhooks/masthead_trans_object.png
:scale: 50 %

- The history menu can be extended. In this case we use two dummy entries 'History Menu Webhook Item 1' and 'History Menu Webhook Item 2'.
.. image:: images_webhooks/history-menu.png

:scale: 50 %

Plugin structure
----------------

Expand Down

0 comments on commit acd99f7

Please sign in to comment.