Image changes (#206)

This commit is contained in:
pollfly 2022-03-16 13:14:54 +02:00 committed by GitHub
parent af52652cfb
commit 1342131eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 143 KiB

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.

View File

@ -60,6 +60,19 @@ html[data-theme="dark"] {
}
/* ===LAYOUT=== */
.max-w-75 {
max-width: 75%;
}
.max-w-50 {
max-width: 50%;
}
.max-w-25 {
max-width: 25%;
}
/* sidebar & content in the center of the page */
.navbar__inner,