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