mirror of
https://github.com/clearml/clearml-web
synced 2025-06-16 19:29:15 +00:00
used buttons instead of menus
This commit is contained in:
parent
5ee75e415c
commit
90ae3d6a44
@ -1,10 +1,10 @@
|
|||||||
<div class="d-flex justify-content-end align-items-center header-container">
|
<div class="d-flex justify-content-end align-items-center header-container">
|
||||||
<!-- <sm-clear-filters-button
|
<!-- <sm-clear-filters-button
|
||||||
*ngIf="!minimizedView"
|
*ngIf="!minimizedView"
|
||||||
[tableFilters]="tableFilters"
|
[tableFilters]="tableFilters"
|
||||||
(clearTableFilters)="clearTableFilters.emit(tableFilters)"
|
(clearTableFilters)="clearTableFilters.emit(tableFilters)"
|
||||||
></sm-clear-filters-button> -->
|
></sm-clear-filters-button> -->
|
||||||
<!-- <sm-menu *ngIf="tableMode !== 'compare'"
|
<!-- <sm-menu *ngIf="tableMode !== 'compare'"
|
||||||
class="download-btn" buttonClass="al-icon al-ico-download pointer lm" panelClasses="light-theme"
|
class="download-btn" buttonClass="al-icon al-ico-download pointer lm" panelClasses="light-theme"
|
||||||
[showCart]="false" smTooltip="Download table as CSV" [disabled]="noData" data-id="downloadCSV">
|
[showCart]="false" smTooltip="Download table as CSV" [disabled]="noData" data-id="downloadCSV">
|
||||||
<sm-menu-item (itemClicked)="downloadTableAsCSV.emit()" itemLabel="Download on screen items"></sm-menu-item>
|
<sm-menu-item (itemClicked)="downloadTableAsCSV.emit()" itemLabel="Download on screen items"></sm-menu-item>
|
||||||
@ -13,7 +13,7 @@
|
|||||||
</sm-menu> -->
|
</sm-menu> -->
|
||||||
|
|
||||||
|
|
||||||
<!-- <sm-experiment-custom-cols-menu
|
<!-- <sm-experiment-custom-cols-menu
|
||||||
*ngIf="!minimizedView || tableMode === 'compare'"
|
*ngIf="!minimizedView || tableMode === 'compare'"
|
||||||
[metricVariants]="metricVariants"
|
[metricVariants]="metricVariants"
|
||||||
[hyperParams]="hyperParams"
|
[hyperParams]="hyperParams"
|
||||||
@ -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