mirror of
https://github.com/clearml/clearml-web
synced 2025-06-15 02:39:00 +00:00
used buttons instead of menus
This commit is contained in:
parent
5ee75e415c
commit
90ae3d6a44
@ -33,11 +33,32 @@
|
|||||||
(setAutoRefresh)="setAutoRefresh.emit($event)"
|
(setAutoRefresh)="setAutoRefresh.emit($event)"
|
||||||
>
|
>
|
||||||
</sm-refresh-button> -->
|
</sm-refresh-button> -->
|
||||||
<sm-menu class="download-btn" buttonClass="icon i-pipeline-save lm" [showCart]="false" smTooltip="Download table as CSV" ></sm-menu>
|
<button class="btn btn-icon g-btn" smTooltip="Save pipeline">
|
||||||
<sm-menu class="download-btn" buttonClass="icon i-pipeline-compile lm" [showCart]="false" smTooltip="Download table as CSV" ></sm-menu>
|
<i class="icon i-pipeline-save lm"></i>
|
||||||
<sm-menu class="download-btn" buttonClass="icon i-pipeline-add-new-step lm" [showCart]="false" smTooltip="Download table as CSV" ></sm-menu>
|
</button>
|
||||||
|
<button class="btn btn-icon g-btn" smTooltip="Compile pipeline">
|
||||||
|
<i class="icon i-pipeline-compile lm"></i>
|
||||||
|
</button>
|
||||||
|
<button class="btn btn-icon g-btn" smTooltip="Add new step to pipeline">
|
||||||
|
<i class="icon i-pipeline-add-new-step lm"></i>
|
||||||
|
</button>
|
||||||
|
<button class="btn btn-icon g-btn" smTooltip="Run pipeline">
|
||||||
|
<i class="icon i-play lm"></i>
|
||||||
|
</button>
|
||||||
|
<button class="btn btn-icon g-btn" smTooltip="Pipeline settings">
|
||||||
|
<i class="al-icon al-ico-settings lm"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
<sm-menu class="download-btn" buttonClass="al-icon al-ico-settings pointer lm" [showCart]="false" smTooltip="Download table as CSV" ></sm-menu>
|
|
||||||
<sm-menu class="download-btn" buttonClass="icon i-play lm" [showCart]="false" smTooltip="Download table as CSV" ></sm-menu>
|
<!-- <sm-menu class="download-btn" buttonClass="icon i-pipeline-save lm" [showCart]="false" [disabled]="noData"
|
||||||
|
smTooltip=""></sm-menu>
|
||||||
|
<sm-menu class="download-btn" buttonClass="icon i-pipeline-compile lm" [showCart]="false"
|
||||||
|
smTooltip=""></sm-menu>
|
||||||
|
<sm-menu class="download-btn" buttonClass="icon i-pipeline-add-new-step lm" [showCart]="false"
|
||||||
|
smTooltip=""></sm-menu>
|
||||||
|
<sm-menu class="download-btn" buttonClass="icon i-play lm" [showCart]="false" smTooltip=""></sm-menu>
|
||||||
|
<sm-menu class="download-btn" buttonClass="al-icon al-ico-settings pointer lm" [showCart]="false"
|
||||||
|
smTooltip=""></sm-menu>
|
||||||
|
-->
|
||||||
|
|
||||||
</div>
|
</div>
|
@ -55,9 +55,11 @@
|
|||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-btn {
|
.g-btn {
|
||||||
margin-right: 24px;
|
display: inherit;
|
||||||
color: $blue-300;
|
margin-left: 12px;
|
||||||
|
gap: 12px;
|
||||||
|
// color: $blue-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.al-ico-tune {
|
.al-ico-tune {
|
||||||
|
Loading…
Reference in New Issue
Block a user