mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Image changes (#206)
This commit is contained in:
parent
af52652cfb
commit
1342131eb3
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 |
@ -15,8 +15,12 @@ pipeline structure, configuration and outputs for all of the pipeline’s runs,
|
|||||||
|
|
||||||
The pipeline cards display summarized pipeline information:
|
The pipeline cards display summarized pipeline information:
|
||||||
|
|
||||||
|
<div class="max-w-50">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
* Pipeline name
|
* Pipeline name
|
||||||
* Time since the pipeline’s most recent run
|
* Time since the pipeline’s most recent run
|
||||||
* Run summary - Number of *Running*/*Pending*/*Completed*/*Failed* runs
|
* 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
|
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.
|
of a pipeline card to open its context menu and access pipeline actions.
|
||||||
|
|
||||||
|
<div class="max-w-50">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
* Rename - Change the pipeline’s name
|
* Rename - Change the pipeline’s name
|
||||||
* Add Tag - Add label to the pipeline to help easily classify groups of pipelines.
|
* Add Tag - Add label to the pipeline to help easily classify groups of pipelines.
|
||||||
|
@ -60,6 +60,19 @@ html[data-theme="dark"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ===LAYOUT=== */
|
/* ===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 */
|
/* sidebar & content in the center of the page */
|
||||||
|
|
||||||
.navbar__inner,
|
.navbar__inner,
|
||||||
|
Loading…
Reference in New Issue
Block a user