Image changes (#206)

This commit is contained in:
pollfly
2022-03-16 13:14:54 +02:00
committed by GitHub
parent af52652cfb
commit 1342131eb3
5 changed files with 21 additions and 0 deletions

View File

@@ -15,8 +15,12 @@ pipeline structure, configuration and outputs for all of the pipelines runs,
The pipeline cards display summarized pipeline information:
<div class="max-w-50">
![Project card](../../img/webapp_pipeline_card.png)
</div>
* Pipeline name
* Time since the pipelines most recent run
* Run summary - Number of *Running*/*Pending*/*Completed*/*Failed* runs
@@ -28,7 +32,11 @@ The pipeline cards display summarized pipeline information:
Click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" /> on the top right
of a pipeline card to open its context menu and access pipeline actions.
<div class="max-w-50">
![Project context menu](../../img/webapp_pipeline_context_menu.png)
</div>
* Rename - Change the pipelines name
* Add Tag - Add label to the pipeline to help easily classify groups of pipelines.